Guest User

dragonboard_kernel_snapcraft.yaml

a guest
Feb 7th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. name: 96boards-kernel
  2. version: 4.4.23
  3. summary: 96boards reference kernel with qualcomm firmware
  4. description: this is an example on how to build a kernel snap.
  5. type: kernel
  6.  
  7. parts:
  8. kernel:
  9. plugin: kernel
  10. source: kernel
  11. source-type: git
  12. kdefconfig: [defconfig, distro.config]
  13. kconfigs:
  14. - CONFIG_LOCALVERSION="-96boards"
  15. - CONFIG_DEBUG_INFO=n
  16. - CONFIG_SQUASHFS=m
  17. - CONFIG_MISC_FILESYSTEMS=y
  18. - CONFIG_SQUASHFS_XZ=y
  19. - CONFIG_USB_NET_SMSC75XX=y
  20. - CONFIG_WCN36XX=y
  21. - CONFIG_WCN36XX_DEBUGFS=y
  22. kernel-initrd-modules:
  23. - squashfs
  24. kernel-initrd-firmware:
  25. - lib/firmware/e100/d101m_ucode.bin
  26. - lib/firmware/e100/d101s_ucode.bin
  27. - lib/firmware/e100/d102e_ucode.bin
  28. kernel-image-target: Image
  29. kernel-device-trees:
  30. - qcom/apq8016-sbc
  31. - qcom/msm8916-mtp
  32. firmware:
  33. plugin: tar-content
  34. source: firmware.tar
  35. destination: lib/firmware
Add Comment
Please, Sign In to add comment