Guest User

Untitled

a guest
Jun 16th, 2025
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. bitbake-getvar -r core-image-base PACKAGE_INSTALL ─╯
  2. #
  3. # $PACKAGE_INSTALL [3 operations]
  4. # set /opt/orangepirv2-yocto-support/sources/poky/meta/conf/documentation.conf:316
  5. # [doc] "List of the packages to be installed into the image. The variable is generally not user-defined and uses IMAGE_INSTALL as part of the list."
  6. # exported /opt/orangepirv2-yocto-support/sources/poky/meta/classes-recipe/image.bbclass:86
  7. # [export] "1"
  8. # set? /opt/orangepirv2-yocto-support/sources/poky/meta/classes-recipe/image.bbclass:86
  9. # "${IMAGE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL} ${FEATURE_INSTALL}"
  10. # pre-expansion value:
  11. # "${IMAGE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL} ${FEATURE_INSTALL}"
  12.  
  13. export PACKAGE_INSTALL=" systemd run-postinsts psplash"
  14.  
  15. ------------------------------------------------
  16.  
  17. bitbake-getvar -r core-image-base IMAGE_INSTALL ─╯
  18. #
  19. # $IMAGE_INSTALL [5 operations]
  20. # append /opt/orangepirv2-yocto-support/sources/build/conf/local.conf:12
  21. # "systemd"
  22. # set /opt/orangepirv2-yocto-support/sources/poky/meta/conf/documentation.conf:216
  23. # [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."
  24. # set? /opt/orangepirv2-yocto-support/sources/poky/meta/classes-recipe/core-image.bbclass:85
  25. # "${CORE_IMAGE_BASE_INSTALL}"
  26. # set? /opt/orangepirv2-yocto-support/sources/poky/meta/classes-recipe/image.bbclass:84
  27. # ""
  28. # set /opt/orangepirv2-yocto-support/sources/poky/meta/classes-recipe/image.bbclass:85
  29. # [type] "list"
  30. # pre-expansion value:
  31. # " systemd"
  32.  
  33. IMAGE_INSTALL=" systemd"
  34.  
  35. ----------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment