meta-digi-containers: add layer configuration for DEY 5.0 (scarthgap)
Add the new meta-digi-containers layer skeleton for Yocto 5.0 and wire it into bitbake layer discovery. This initial layer commit provides: - layer metadata and compatibility/dependency declarations - recipe/bbappend file discovery for container-related content - base structure used by subsequent commits for container images and runtime integration https://onedigi.atlassian.net/browse/DEL-10004 Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com> Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
5d54f13c2d
commit
8ba3905c2e
|
|
@ -0,0 +1,13 @@
|
|||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# Container recipes and bbappends
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "digi-containers"
|
||||
BBFILE_PATTERN_digi-containers := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_digi-containers = "7"
|
||||
|
||||
LAYERDEPENDS_digi-containers = "digi-dey virtualization-layer"
|
||||
LAYERSERIES_COMPAT_digi-containers = "scarthgap"
|
||||
Loading…
Reference in New Issue