daily pastebin goal
6%
SHARE
TWEET

Untitled

a guest Jun 6th, 2016 12 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. fallen@fallen-ThinkPad-X260:~/dev/packages/paros_kernel$ cat snapcraft.yaml
  2. name: paros-kernel
  3. version: 3.10.67
  4. summary: A Paros kernel built from source
  5. description: This is the reference kernel for Paros
  6. type: kernel
  7.  
  8. parts:
  9.   kernel:
  10.     plugin: kernel
  11.     source: ./linux-x1
  12.     kconfigfile: ./linux.config
  13.     kconfigs:
  14.      - CONFIG_DEBUG_INFO=n
  15.       - CONFIG_SQUASHFS=y
  16.     kernel-initrd-firmware:
  17. #      - ../../../firmware/tegra21x_xusb_firmware
  18.       - ../../../firmware/tegra21x
  19.       - ../../../firmware/bcm43602
  20.     kernel-image-target: Image
  21.     build-packages: [bc]
RAW Paste Data
Top