summaryrefslogtreecommitdiff
path: root/meta-google/conf
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-03-09 13:51:38 +0300
committerWilliam A. Kennington III <wak@google.com>2021-03-10 02:21:49 +0300
commit409900caa241729741186e1c22e8365162c7b248 (patch)
treeb93c932f012b8f677a5a964d4eee17ceff77e5b5 /meta-google/conf
parentd11f6caf80fba1d4ec0f84e33b62a4156e17442c (diff)
downloadopenbmc-409900caa241729741186e1c22e8365162c7b248.tar.xz
meta-google: linux: Add configurations
Upstream: 3c2cdab65317061f819ca0f48448821ea4ab79cf Change-Id: I7c519c5d1b4d404727aee909ea7582165c9f4dd4 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/conf')
-rw-r--r--meta-google/conf/layer.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-google/conf/layer.conf b/meta-google/conf/layer.conf
index a8fda28ea..24a84800c 100644
--- a/meta-google/conf/layer.conf
+++ b/meta-google/conf/layer.conf
@@ -4,6 +4,13 @@ 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"