Advertisement
Guest User

Untitled

a guest
Dec 15th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #
  2. # Copyright (C) 2007 OpenedHand Ltd.
  3. #
  4. IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} u-boot"
  5. IMAGE_LINGUAS = " "
  6.  
  7. LICENSE = "MIT"
  8.  
  9. inherit core-image
  10.  
  11. do_configure() {
  12.  
  13. echo "${TUNE_FEATURES}"
  14.  
  15. }
  16.  
  17. IMAGE_ROOTFS_SIZE = "8192"
  18.  
  19. # remove not needed ipkg informations
  20. ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
  21.  
  22. IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot jffs2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement