summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r--meta/recipes-core/images/build-appliance-image_15.0.0.bb8
1 files changed, 7 insertions, 1 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 ce5af7764c..6e65922950 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
@@ -109,7 +109,13 @@ fakeroot do_populate_poky_src () {
109 chown -R builder:builder ${IMAGE_ROOTFS}/home/builder/.cache 109 chown -R builder:builder ${IMAGE_ROOTFS}/home/builder/.cache
110} 110}
111 111
112IMAGE_PREPROCESS_COMMAND += "do_populate_poky_src; " 112fakeroot do_tweak_image () {
113 # add a /lib64 symlink
114 # this is needed for building rust-native on a 64-bit build appliance
115 ln -rs ${IMAGE_ROOTFS}/lib ${IMAGE_ROOTFS}/lib64
116}
117
118IMAGE_PREPROCESS_COMMAND += "do_populate_poky_src; do_tweak_image; "
113# For pip usage above 119# For pip usage above
114do_image[network] = "1" 120do_image[network] = "1"
115 121