Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lmp/build: check availability of the image manifest
- Skip the loop if the disto image manifest not exist - Fail if the manifest file pattern not exist - Consider only the symbolic links of the images manifest - Look for the license with the image name in the licenses deploy - Fail if the file not found - Copy the wic images if they exist | + for img in ${DEPLOY_DIR_IMAGE}/*${MACHINE}.manifest | ++ basename '/srv/oe/build/deploy/images/intel-corei7-64/*intel-corei7-64.manifest' | ++ sed -e s/.manifest// | + image_name='*intel-corei7-64' | ++ readlink '/srv/oe/build/deploy/images/intel-corei7-64/*intel-corei7-64.manifest' | ++ sed -e 's/\..*manifest//' | + image_name_id= | Script completed with error(s) Signed-off-by: Jose Quaresma <[email protected]>
- Loading branch information