Skip to content
Snippets Groups Projects
Commit 00759083 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-image.bbclass: Avoid empty IMAGE_BOOT_FILES warning


Many targets we support don't use IMAGE_BOOT_FILES which is specific to
the bootfiles wic plugin. Checking for this variable on targets that
don't even use that plugin, makes no sense. Let's drop it for now.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 01a83072
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,6 @@ python deploy_boot_artifacts_to_rootfs() {
if not boot_files:
# Nothing to do if IMAGE_BOOT_FILES is not defined. Custom wic plugins
# are not supported.
bb.warn('IMAGE_BOOT_FILES empty, so no boot files will be included in the rootfs')
return
deploy_dir = d.getVar('DEPLOY_DIR_IMAGE')
rootfs_dir = d.getVar('IMAGE_ROOTFS')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment