mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
meta-dpdk / meta-qat: * Move content from meta-intel/common * Create new basic README/LICENSE files from meta-intel * Create new layer.conf files * Fill out the maintainers files meta-intel: * update the maintainers files * bump the meta-intel layer version * add layer recommend No other content changes made in this commit. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
24 lines
714 B
Plaintext
24 lines
714 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"
|
|
|
|
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
|