diff options
| -rw-r--r-- | meta/recipes-core/images/build-appliance-image_15.0.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index bb17486ed3..3ef464af3f 100644 --- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb | |||
| @@ -63,6 +63,9 @@ fakeroot do_populate_poky_src () { | |||
| 63 | # Also save (for reference only) the actual SRCREV used to create this image | 63 | # Also save (for reference only) the actual SRCREV used to create this image |
| 64 | echo "export BA_SRCREV=${SRCREV}" >> ${IMAGE_ROOTFS}/home/builder/.bashrc | 64 | echo "export BA_SRCREV=${SRCREV}" >> ${IMAGE_ROOTFS}/home/builder/.bashrc |
| 65 | echo "" >> ${IMAGE_ROOTFS}/home/builder/.bashrc | 65 | echo "" >> ${IMAGE_ROOTFS}/home/builder/.bashrc |
| 66 | echo "export PATH=$PATH:/sbin" >> ${IMAGE_ROOTFS}/home/builder/.bashrc | ||
| 67 | echo "" >> ${IMAGE_ROOTFS}/home/builder/.bashrc | ||
| 68 | |||
| 66 | echo "# If working behind a proxy and using the provided oe-git-proxy script" >> ${IMAGE_ROOTFS}/home/builder/.bashrc | 69 | echo "# If working behind a proxy and using the provided oe-git-proxy script" >> ${IMAGE_ROOTFS}/home/builder/.bashrc |
| 67 | echo "# you need to set ALL_PROXY based on your proxy settings." >> ${IMAGE_ROOTFS}/home/builder/.bashrc | 70 | echo "# you need to set ALL_PROXY based on your proxy settings." >> ${IMAGE_ROOTFS}/home/builder/.bashrc |
| 68 | echo "# Example ALL_PROXY values:" >> ${IMAGE_ROOTFS}/home/builder/.bashrc | 71 | echo "# Example ALL_PROXY values:" >> ${IMAGE_ROOTFS}/home/builder/.bashrc |
