diff options
| -rw-r--r-- | meta/recipes-core/images/build-appliance-image_14.0.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/images/build-appliance-image_14.0.0.bb b/meta/recipes-core/images/build-appliance-image_14.0.0.bb index 8f9ce1b662..61f69f42ec 100644 --- a/meta/recipes-core/images/build-appliance-image_14.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_14.0.0.bb | |||
| @@ -26,6 +26,7 @@ SRC_URI = "git://git.yoctoproject.org/poky \ | |||
| 26 | file://Yocto_Build_Appliance.vmx \ | 26 | file://Yocto_Build_Appliance.vmx \ |
| 27 | file://Yocto_Build_Appliance.vmxf \ | 27 | file://Yocto_Build_Appliance.vmxf \ |
| 28 | " | 28 | " |
| 29 | BA_INCLUDE_SOURCES ??= "0" | ||
| 29 | 30 | ||
| 30 | IMAGE_CMD_ext4_append () { | 31 | IMAGE_CMD_ext4_append () { |
| 31 | # We don't need to reserve much space for root, 0.5% is more than enough | 32 | # We don't need to reserve much space for root, 0.5% is more than enough |
| @@ -42,7 +43,9 @@ fakeroot do_populate_poky_src () { | |||
| 42 | 43 | ||
| 43 | mkdir -p ${IMAGE_ROOTFS}/home/builder/poky/build/conf | 44 | mkdir -p ${IMAGE_ROOTFS}/home/builder/poky/build/conf |
| 44 | mkdir -p ${IMAGE_ROOTFS}/home/builder/poky/build/downloads | 45 | mkdir -p ${IMAGE_ROOTFS}/home/builder/poky/build/downloads |
| 45 | cp -RpL ${DL_DIR}/* ${IMAGE_ROOTFS}/home/builder/poky/build/downloads/ | 46 | if [ ${BA_INCLUDE_SOURCES} != 0 ]; then |
| 47 | cp -RpL ${DL_DIR}/* ${IMAGE_ROOTFS}/home/builder/poky/build/downloads/ | ||
| 48 | fi | ||
| 46 | 49 | ||
| 47 | # Remove the git2_* tarballs -- this is ok since we still have the git2/. | 50 | # Remove the git2_* tarballs -- this is ok since we still have the git2/. |
| 48 | rm -rf ${IMAGE_ROOTFS}/home/builder/poky/build/downloads/git2_* | 51 | rm -rf ${IMAGE_ROOTFS}/home/builder/poky/build/downloads/git2_* |
