Advertisement
Guest User

Untitled

a guest
Nov 14th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. #### Config attempt #2 ####
  2.  
  3. meta-neotion$ grep IMAGE_FEATURES conf/distro/neotion.conf recipes-core/images/neotion-ottgw-*
  4. conf/distro/neotion.conf:IMAGE_FEATURES[validitems] += "nfsroot swupdate"
  5. recipes-core/images/neotion-ottgw-dev.bb:IMAGE_FEATURES += "swupdate"
  6. recipes-core/images/neotion-ottgw-prod.bb:IMAGE_FEATURES += "nfsroot"
  7.  
  8. #### Result ####
  9. Same process: do_cleanall on recipe that rely on nfsroot and the bitbake <my whole image> with verbose output:
  10.  
  11. $ grep IMAGE_FEA output.log
  12. u-boot-fw-utils-v2015.01+gitAUTOINC+2fcbc68e05-r0 do_install: + bbwarn IMAGE_FEATURES = debug-tweaks
  13. + printf %b\0 bbwarn IMAGE_FEATURES = debug-tweaks
  14. + bbwarn nfsroot is NOT set in IMAGE_FEATURES, leaving boot.init untouched...
  15. + printf %b\0 bbwarn nfsroot is NOT set in IMAGE_FEATURES, leaving boot.init untouched...
  16. WARNING: u-boot-fw-utils-v2015.01+gitAUTOINC+2fcbc68e05-r0 do_install: IMAGE_FEATURES = debug-tweaks
  17. WARNING: u-boot-fw-utils-v2015.01+gitAUTOINC+2fcbc68e05-r0 do_install: nfsroot is NOT set in IMAGE_FEATURES, leaving boot.init untouched...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement