Guest User

snapcraft.yaml

a guest
Mar 16th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. name: ubuntu-snapdragon-kernel
  2. version: 4.4.0
  3. summary: The 96Board's Dragonboard kernel for snappy
  4. description: This is a snapped kernel, based off the xenial snapdragon branch and config
  5. type: kernel
  6.  
  7. parts:
  8. kernel:
  9. plugin: kernel
  10. source: xenial
  11. source-type: git
  12. kdefconfig: ['--makefile=debian/snapcraft.mk', 'branch=snapdragon','flavour=snapdragon', 'config']
  13. kconfigs:
  14. - CONFIG_LOCALVERSION="-xenial_snapdragon"
  15. - CONFIG_DEBUG_INFO=n
  16. kernel-image-target: Image
  17. kernel-device-trees:
  18. - qcom/apq8016-sbc
  19. - qcom/msm8916-mtp
  20. firmware:
  21. plugin: tar-content
  22. source: firmware.tar
  23. destination: firmware
Add Comment
Please, Sign In to add comment