96boards / oe-rpb-manifest

RPB development environment setup using Android repo tool
MIT License
17 stars 58 forks source link

Remove meta-selinux from the layers to be included for now #145

Closed alimon closed 3 years ago

alimon commented 3 years ago

At this moment we are facing an issue with android-tools that is present on meta-oe and meta-clang/dynamic-layers:

ERROR: Multiple versions of android-tools-conf-configfs are due to be built (/home/builds/oe-rpb-master/build-410c-2/conf/../../layers/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb /home/builds/oe-rpb-master/build-410c-2/conf/../../l,ayers/meta-clang/dynamic-layers/selinux/android-tools/android-tools-conf-configfs_1.0.bb). Only one version of a given PN should be built in any given build. You likely need to set PREFERRED_VERSION_android-tools-conf-configfs to select the correct version or don't depend on multiple versions.

After trying to set PREFERRED_VERSION not works due to:

Fixes,

https://ci.linaro.org/job/lt-qcom-openembedded-rpb-master/DISTRO=rpb,MACHINE=dragonboard-410c,label=docker-buster-amd64/623/console

Signed-off-by: Aníbal Limón anibal.limon@linaro.org