We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6af840 commit 00eff72Copy full SHA for 00eff72
lmp/build.sh
@@ -101,7 +101,9 @@ for img in ${IMAGE_MANIFESTS}; do
101
ln -sf ${image_name_id}.license.manifest ${DEPLOY_DIR_IMAGE}/${image_name}.license.manifest
102
else
103
status "Image ${image_name} license manifest not found on ${DEPLOY_DIR}/licenses, license manifest can't be collected"
104
- exit 1
+ # FIXME: there is a bug in oe-core and sometimes the lic folder is empty
105
+ # https://bugzilla.yoctoproject.org/show_bug.cgi?id=15394
106
+ #exit 1
107
fi
108
# Also take care of the image_license, which contains the binaries used by wic outside the rootfs
109
if [ -f ${image_path}/image_license.manifest ]; then
0 commit comments