Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. Here with call of data_smart.py (_append first, then try to _remove)
  2.  
  3. #
  4. # $IMAGE_INSTALL [9 operations]
  5. # set /home/jan/yocto/hdg-tan800/poky/meta/conf/documentation.conf:211
  6. # [doc] "Specifies the packages to install into an image. Image recipes set IMAGE_INSTALL to specify the packages to install into an image through image.bbclass."
  7. # append /home/jan/yocto/hdg-tan800/meta-rsi-base/recipes-development/images/rsi-image-development.bb:16
  8. # " packagegroup-core-boot packagegroup-core-full-cmdline libsdl tslib-calibrate valgrind ${CORE_IMAGE_EXTRA_INSTALL} "
  9. # set? /home/jan/yocto/hdg-tan800/poky/meta/classes/core-image.bbclass:68
  10. # "${CORE_IMAGE_BASE_INSTALL}"
  11. # set? /home/jan/yocto/hdg-tan800/poky/meta/classes/image.bbclass:57
  12. # ""
  13. # set /home/jan/yocto/hdg-tan800/poky/meta/classes/image.bbclass:58
  14. # [type] "list"
  15. # _append /home/jan/yocto/hdg-tan800/meta-hdg-tan800/recipes-development/images/rsi-image-development.bbappend:7
  16. # "strace"
  17. # _remove /home/jan/yocto/hdg-tan800/meta-hdg-tan800/recipes-development/images/rsi-image-development.bbappend:8
  18. # "valgrind"
  19. # _remove /home/jan/yocto/hdg-tan800/meta-hdg-tan800/recipes-development/images/rsi-image-development.bbappend:9
  20. # "strace"
  21. # set data_smart.py:429 [finalize]
  22. # " packagegroup-core-boot packagegroup-core-full-cmdline libsdl tslib-calibrate valgrind ${CORE_IMAGE_EXTRA_INSTALL} strace"
  23. # computed:
  24. # " packagegroup-core-boot packagegroup-core-full-cmdline libsdl tslib-calibrate valgrind ${CORE_IMAGE_EXTRA_INSTALL} strace"
  25. IMAGE_INSTALL=" packagegroup-core-boot packagegroup-core-full-cmdline libsdl tslib-calibrate valgrind strace"
  26.  
  27. Here without data_smart.py
  28. #
  29. # $IMAGE_INSTALL [6 operations]
  30. # set /home/jan/yocto/hdg-tan800/poky/meta/conf/documentation.conf:211
  31. # [doc] "Specifies the packages to install into an image. Image recipes set IMAGE_INSTALL to specify the packages to install into an image through image.bbclass."
  32. # append /home/jan/yocto/hdg-tan800/meta-rsi-base/recipes-development/images/rsi-image-development.bb:16
  33. # " packagegroup-core-boot packagegroup-core-full-cmdline libsdl tslib-calibrate valgrind ${CORE_IMAGE_EXTRA_INSTALL} "
  34. # set? /home/jan/yocto/hdg-tan800/poky/meta/classes/core-image.bbclass:68
  35. # "${CORE_IMAGE_BASE_INSTALL}"
  36. # set? /home/jan/yocto/hdg-tan800/poky/meta/classes/image.bbclass:57
  37. # ""
  38. # set /home/jan/yocto/hdg-tan800/poky/meta/classes/image.bbclass:58
  39. # [type] "list"
  40. # _remove /home/jan/yocto/hdg-tan800/meta-hdg-tan800/recipes-development/images/rsi-image-development.bbappend:8
  41. # "valgrind"
  42. # computed:
  43. # " packagegroup-core-boot packagegroup-core-full-cmdline libsdl tslib-calibrate valgrind ${CORE_IMAGE_EXTRA_INSTALL} "
  44. IMAGE_INSTALL=" packagegroup-core-boot packagegroup-core-full-cmdline libsdl tslib-calibrate valgrind
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement