From 409900caa241729741186e1c22e8365162c7b248 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 9 Mar 2021 02:51:38 -0800 Subject: meta-google: linux: Add configurations Upstream: 3c2cdab65317061f819ca0f48448821ea4ab79cf Change-Id: I7c519c5d1b4d404727aee909ea7582165c9f4dd4 Signed-off-by: William A. Kennington III --- meta-google/conf/layer.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-google/conf') 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" -- cgit v1.2.3