]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
staging.bbclass: print searched manifest when not found
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 26 Oct 2017 06:17:49 +0000 (14:17 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 22 Nov 2017 03:02:15 +0000 (11:02 +0800)
commit00d0cb8f1d11d72765b0eeea234fc706ec5f34dd
tree61fa4d8bb6dcaa4d4c3f4e3fa5c342ee86ba83f8
parent4d262e107568286f0a941eca5302b94b1719ec72
staging.bbclass: print searched manifest when not found

The old warning was:
WARNING: lib32-wrlinux-image-glibc-small-1.0-r1 do_prepare_recipe_sysroot: Manifest /path/to/tmp/sstate-control/manifest-allarch-lib32-qemuwrapper-cross.populate_sysroot not found?

The message wasn't clear enough, it searched a few manifests, but only
reported the last one, which confused user.

Now the warning is:
WARNING: lib32-wrlinux-image-glibc-small-1.0-r1 do_rootfs: Manifest for lib32-qemuwrapper-cross not found, searched manifests:
/path/to/tmp/sstate-control/manifest-qemux86_64-lib32-qemuwrapper-cross.populate_sysroot
/path/to/tmp/sstate-control/manifest-core2-64-lib32-qemuwrapper-cross.populate_sysroot
/path/to/tmp/sstate-control/manifest-x86_64-lib32-qemuwrapper-cross.populate_sysroot
/path/to/tmp/sstate-control/manifest-allarch-lib32-qemuwrapper-cross.populate_sysroot

Whick makes debug easier.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/staging.bbclass