mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
layer.conf: add default PREFERRED_PROVIDERS for zlib
This layer adds zlib-intel, which PROVIDES zlib. If meta-intel is added to a build but a meta-intel MACHINE isn't used then bitbake will warn that there are multiple candidates for zlib: NOTE: Multiple providers are available for zlib-native (zlib-native, zlib-intel-native) Consider defining a PREFERRED_PROVIDER entry to match zlib-native NOTE: Multiple providers are available for zlib (zlib, zlib-intel) Consider defining a PREFERRED_PROVIDER entry to match zlib Silence these warnings by adding PREFERRED_PROVIDER defaults in layer.conf. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
28261bb7e5
commit
cfb0931f97
|
@ -31,3 +31,7 @@ BBFILES_DYNAMIC += " \
|
|||
"
|
||||
|
||||
require ${LAYERDIR}/conf/include/maintainers.inc
|
||||
|
||||
PREFERRED_PROVIDER_zlib ?= "zlib"
|
||||
PREFERRED_PROVIDER_zlib-native ?= "zlib-native"
|
||||
PREFERRED_PROVIDER_nativesdk-zlib ?= "nativesdk-zlib"
|
||||
|
|
Loading…
Reference in New Issue
Block a user