On Mon, 2019-07-08 at 08:55 -0700, akuster808 wrote: > > On 7/8/19 12:37 AM, Chen Qi wrote: > > For build-sysroots.bb, the xmlcatalog would not be in its > > staging directory. Causing the following error for eSDK. > > > > ERROR: build-sysroots-1.0-r0 do_build_native_sysroot: Command > > '/PATH/TO/IMAGE/testsdkext/tmp/sysroots/x86_64/usr/bin/postinst- > > docbook-xml-dtd4-native-xmlcatalog' returned non-zero exit status > > 127. > > ERROR: build-sysroots-1.0-r0 do_build_native_sysroot: Function > > failed: do_build_native_sysroot > > > > The problem could be reproduced by the following steps. > > 1. Add in local.conf: > > IMAGE_INSTALL_append = " btrfs-tools" > > DISTRO_FEATURES_append = " api-documentation" > > INHERIT += "testsdk" > > 2. bitbake core-image-minimal -c populate_sdk_ext > > 3. bitbake core-image-minimal -c testsdkext > > should these steps be added to eSDK tests?
api-documentation is only tested in a single build in qa-extras and esdk is only tested in the standard config. There are many different variants we don't test, its hard to tell which ones we should be adding and are worth the extra build times... Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
