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:
Saul Wold 2017-09-26 07:19:08 -07:00
parent 60bec582ce
commit 2f1bcac3fb
4 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,7 @@ BBFILE_PRIORITY_intel = "5"
# Additional license directories.
LICENSE_PATH += "${LAYERDIR}/common/custom-licenses"
LAYERDEPENDS_intel = "core"
LAYERRECOMMENDS_intel = "dpdk intel-qat"
# This should only be incremented on significant changes that will

View File

@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "dpdk"
BBFILE_PATTERN_dpdk := "^${LAYERDIR}/"
BBFILE_PRIORITY_dpdk = "5"
LAYERDEPENDS_dpdk = "core"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_dpdk = "1"

View File

@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "intel-qat"
BBFILE_PATTERN_intel-qat := "^${LAYERDIR}/"
BBFILE_PRIORITY_intel-qat = "5"
LAYERDEPENDS_intel-qat = "core intel"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_intel-qat = "1"

View File

@ -8,3 +8,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "tlk"
BBFILE_PATTERN_tlk := "^${LAYERDIR}/"
BBFILE_PRIORITY_tlk = "5"
LAYERDEPENDS_tlk = "core intel"