Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. SUMMARY = "Final partitioned SD card image for FOD device"
  2.  
  3. IMAGE_FSTYPES = "wic"
  4.  
  5. WKS_FILE = "fod-final-sdcard.wks"
  6.  
  7. DEPENDS += " parted-native \
  8. u-boot-variscite \
  9. fod-recovery-image \
  10. fod-user-image \
  11. "
  12.  
  13. do_rootfs[depends] += "fod-user-image:do_image_complete fod-user-image:do_rootfs_wicenv"
  14.  
  15. IMAGE_BOOT_FILES ?= "uImage;boot/uImage uImage-imx6q-var-dart.dtb;boot/uImage.dtb fod-recovery-image-var-som-mx6.ext4.gz.u-boot;boot/initrd err0001.bmp"
  16.  
  17. inherit image
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement