mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
This adds the missing LAYERDEPENDS as appropriate Signed-off-by: Saul Wold <sgw@linux.intel.com>
25 lines
742 B
Plaintext
25 lines
742 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}:${LAYERDIR}/common"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
|
|
${LAYERDIR}/common/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "intel"
|
|
BBFILE_PATTERN_intel := "^${LAYERDIR}/common/"
|
|
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
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_intel = "4"
|
|
LAYERSERIES_COMPAT_intel = "rocko"
|
|
|
|
|
|
require ${LAYERDIR}/conf/include/maintainers.inc
|