Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name: 96boards-kernel
- version: 4.4.23
- summary: 96boards reference kernel with qualcomm firmware
- description: this is an example on how to build a kernel snap.
- type: kernel
- parts:
- kernel:
- plugin: kernel
- source: kernel
- source-type: git
- kdefconfig: [defconfig, distro.config]
- kconfigs:
- - CONFIG_LOCALVERSION="-96boards"
- - CONFIG_DEBUG_INFO=n
- - CONFIG_SQUASHFS=m
- - CONFIG_MISC_FILESYSTEMS=y
- - CONFIG_SQUASHFS_XZ=y
- - CONFIG_USB_NET_SMSC75XX=y
- - CONFIG_WCN36XX=y
- - CONFIG_WCN36XX_DEBUGFS=y
- kernel-initrd-modules:
- - squashfs
- kernel-initrd-firmware:
- - lib/firmware/e100/d101m_ucode.bin
- - lib/firmware/e100/d101s_ucode.bin
- - lib/firmware/e100/d102e_ucode.bin
- kernel-image-target: Image
- kernel-device-trees:
- - qcom/apq8016-sbc
- - qcom/msm8916-mtp
- firmware:
- plugin: tar-content
- source: firmware.tar
- destination: lib/firmware
Add Comment
Please, Sign In to add comment