summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-10-20 17:21:11 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-10-20 17:21:11 +0200
commit26dc09e04a625028ebf45bc3acd40ce43b2e812c (patch)
treedbbe61b8aa16ea8717a2d238e0990b8be52eca83
parentb686ecea32c342f8339905de77505312e5585447 (diff)
Add placeholder for IVI trial
This creates the layers used for the ongoing IVI work Bug-AGL: SPEC-3657 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I25dc9f799c025d84eb2421218832ede3dadae9fe
-rw-r--r--meta-agl-toyota/meta-agl-basesystem/conf/layer.conf16
-rw-r--r--meta-agl-toyota/meta-agl-basesystem/recipes-core/.empty0
2 files changed, 16 insertions, 0 deletions
diff --git a/meta-agl-toyota/meta-agl-basesystem/conf/layer.conf b/meta-agl-toyota/meta-agl-basesystem/conf/layer.conf
new file mode 100644
index 00000000..d7e4fe06
--- /dev/null
+++ b/meta-agl-toyota/meta-agl-basesystem/conf/layer.conf
@@ -0,0 +1,16 @@
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "agl-basesystem"
+BBFILE_PATTERN_agl-basesystem := "^${LAYERDIR}/"
+BBFILE_PRIORITY_agl-basesystem = "60"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_agl-basesystem = "1"
+LAYERSERIES_COMPAT_agl-basesystem = "dunfell"
+LAYERDEPENDS_agl-basesystem = "core"
+
diff --git a/meta-agl-toyota/meta-agl-basesystem/recipes-core/.empty b/meta-agl-toyota/meta-agl-basesystem/recipes-core/.empty
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/meta-agl-toyota/meta-agl-basesystem/recipes-core/.empty