Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILES_DYNAMIC += " \
|
||||
aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \
|
||||
aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \
|
||||
nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \
|
||||
nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \
|
||||
"
|
||||
|
||||
BBFILE_COLLECTIONS += "google-layer"
|
||||
BBFILE_PATTERN_google-layer := "^${LAYERDIR}/"
|
||||
LAYERVERSION_google-layer = "1"
|
||||
LAYERSERIES_COMPAT_google-layer = "langdale mickledore"
|
||||
LAYERDEPENDS_google-layer += "core phosphor-layer tpm-layer"
|
||||
Reference in New Issue
Block a user