mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta-*/layer.conf: Add LAYERDEPENDS
This adds the missing LAYERDEPENDS as appropriate Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
60bec582ce
commit
2f1bcac3fb
|
@ -12,6 +12,7 @@ BBFILE_PRIORITY_intel = "5"
|
||||||
# Additional license directories.
|
# Additional license directories.
|
||||||
LICENSE_PATH += "${LAYERDIR}/common/custom-licenses"
|
LICENSE_PATH += "${LAYERDIR}/common/custom-licenses"
|
||||||
|
|
||||||
|
LAYERDEPENDS_intel = "core"
|
||||||
LAYERRECOMMENDS_intel = "dpdk intel-qat"
|
LAYERRECOMMENDS_intel = "dpdk intel-qat"
|
||||||
|
|
||||||
# This should only be incremented on significant changes that will
|
# This should only be incremented on significant changes that will
|
||||||
|
|
|
@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "dpdk"
|
||||||
BBFILE_PATTERN_dpdk := "^${LAYERDIR}/"
|
BBFILE_PATTERN_dpdk := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_dpdk = "5"
|
BBFILE_PRIORITY_dpdk = "5"
|
||||||
|
|
||||||
|
LAYERDEPENDS_dpdk = "core"
|
||||||
|
|
||||||
# This should only be incremented on significant changes that will
|
# This should only be incremented on significant changes that will
|
||||||
# cause compatibility issues with other layers
|
# cause compatibility issues with other layers
|
||||||
LAYERVERSION_dpdk = "1"
|
LAYERVERSION_dpdk = "1"
|
||||||
|
|
|
@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "intel-qat"
|
||||||
BBFILE_PATTERN_intel-qat := "^${LAYERDIR}/"
|
BBFILE_PATTERN_intel-qat := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_intel-qat = "5"
|
BBFILE_PRIORITY_intel-qat = "5"
|
||||||
|
|
||||||
|
LAYERDEPENDS_intel-qat = "core intel"
|
||||||
|
|
||||||
# This should only be incremented on significant changes that will
|
# This should only be incremented on significant changes that will
|
||||||
# cause compatibility issues with other layers
|
# cause compatibility issues with other layers
|
||||||
LAYERVERSION_intel-qat = "1"
|
LAYERVERSION_intel-qat = "1"
|
||||||
|
|
|
@ -8,3 +8,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||||
BBFILE_COLLECTIONS += "tlk"
|
BBFILE_COLLECTIONS += "tlk"
|
||||||
BBFILE_PATTERN_tlk := "^${LAYERDIR}/"
|
BBFILE_PATTERN_tlk := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_tlk = "5"
|
BBFILE_PRIORITY_tlk = "5"
|
||||||
|
|
||||||
|
LAYERDEPENDS_tlk = "core intel"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user