Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bitbake-getvar -r core-image-base PACKAGE_INSTALL ─╯
- #
- # $PACKAGE_INSTALL [3 operations]
- # set /opt/orangepirv2-yocto-support/sources/poky/meta/conf/documentation.conf:316
- # [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."
- # exported /opt/orangepirv2-yocto-support/sources/poky/meta/classes-recipe/image.bbclass:86
- # [export] "1"
- # set? /opt/orangepirv2-yocto-support/sources/poky/meta/classes-recipe/image.bbclass:86
- # "${IMAGE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL} ${FEATURE_INSTALL}"
- # pre-expansion value:
- # "${IMAGE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL} ${FEATURE_INSTALL}"
- export PACKAGE_INSTALL=" systemd run-postinsts psplash"
- ------------------------------------------------
- bitbake-getvar -r core-image-base IMAGE_INSTALL ─╯
- #
- # $IMAGE_INSTALL [5 operations]
- # append /opt/orangepirv2-yocto-support/sources/build/conf/local.conf:12
- # "systemd"
- # set /opt/orangepirv2-yocto-support/sources/poky/meta/conf/documentation.conf:216
- # [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."
- # set? /opt/orangepirv2-yocto-support/sources/poky/meta/classes-recipe/core-image.bbclass:85
- # "${CORE_IMAGE_BASE_INSTALL}"
- # set? /opt/orangepirv2-yocto-support/sources/poky/meta/classes-recipe/image.bbclass:84
- # ""
- # set /opt/orangepirv2-yocto-support/sources/poky/meta/classes-recipe/image.bbclass:85
- # [type] "list"
- # pre-expansion value:
- # " systemd"
- IMAGE_INSTALL=" systemd"
- ----------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment