mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00

Add the walnascar release as being compatible with the layer. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
46 lines
1.6 KiB
Plaintext
46 lines
1.6 KiB
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "intel"
|
|
BBFILE_PATTERN_intel := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_intel = "5"
|
|
|
|
# Additional license directories.
|
|
CUSTOM_LICENSES_PATH = "${LAYERDIR}/custom-licenses"
|
|
LICENSE_PATH += "${CUSTOM_LICENSES_PATH}"
|
|
|
|
LAYERDEPENDS_intel = "core"
|
|
LAYERRECOMMENDS_intel = "dpdk"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_intel = "5"
|
|
LAYERSERIES_COMPAT_intel = "scarthgap styhead walnascar"
|
|
|
|
BBFILES_DYNAMIC += " \
|
|
clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \
|
|
clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bbappend \
|
|
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
|
|
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
|
|
meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \
|
|
meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bbappend \
|
|
"
|
|
|
|
require ${LAYERDIR}/conf/include/maintainers.inc
|
|
|
|
# Use the libva from OE-Core when layer is included but no MACHINE
|
|
# from meta-intel is being used.
|
|
PREFERRED_PROVIDER_libva ?= "libva"
|
|
PREFERRED_PROVIDER_libva-native ?= "libva-native"
|
|
PREFERRED_PROVIDER_nativesdk-libva ?= "nativesdk-libva"
|
|
|
|
PREFERRED_PROVIDER_libva-utils ?= "libva-utils"
|
|
PREFERRED_PROVIDER_libva-utils-native ?= "libva-utils-native"
|
|
PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils"
|
|
|
|
addpylib ${LAYERDIR}/lib oeqa
|