summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-layerindex-othertest/COPYING.MIT17
-rw-r--r--meta-layerindex-othertest/README1
-rw-r--r--meta-layerindex-othertest/conf/layer.conf13
-rw-r--r--meta-layerindex-test/COPYING.MIT17
-rw-r--r--meta-layerindex-test/README1
-rw-r--r--meta-layerindex-test/conf/layer.conf13
-rw-r--r--meta-layerindex-test/recipes-example/deleteme/deleteme_0.1.bb3
-rw-r--r--meta-layerindex-test/recipes-example/example/example_0.1.bb4
-rw-r--r--meta-layerindex-test/recipes-example/moveme/moveme_0.1.bb3
-rw-r--r--meta-layerindex-test/recipes-example/upgrademe/upgrademe_0.1.bb3
10 files changed, 75 insertions, 0 deletions
diff --git a/meta-layerindex-othertest/COPYING.MIT b/meta-layerindex-othertest/COPYING.MIT
new file mode 100644
index 0000000..fb950dc
--- /dev/null
+++ b/meta-layerindex-othertest/COPYING.MIT
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/meta-layerindex-othertest/README b/meta-layerindex-othertest/README
new file mode 100644
index 0000000..09c6af5
--- /dev/null
+++ b/meta-layerindex-othertest/README
@@ -0,0 +1 @@
+This layer also exists to test the layer index update script.
diff --git a/meta-layerindex-othertest/conf/layer.conf b/meta-layerindex-othertest/conf/layer.conf
new file mode 100644
index 0000000..7d3def5
--- /dev/null
+++ b/meta-layerindex-othertest/conf/layer.conf
@@ -0,0 +1,13 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-layerindex-othertest"
+BBFILE_PATTERN_meta-layerindex-othertest = "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-layerindex-othertest = "6"
+
+#LAYERDEPENDS_meta-layerindex-othertest = "core"
+LAYERSERIES_COMPAT_meta-layerindex-othertest = "sumo"
diff --git a/meta-layerindex-test/COPYING.MIT b/meta-layerindex-test/COPYING.MIT
new file mode 100644
index 0000000..fb950dc
--- /dev/null
+++ b/meta-layerindex-test/COPYING.MIT
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/meta-layerindex-test/README b/meta-layerindex-test/README
new file mode 100644
index 0000000..b99c0a4
--- /dev/null
+++ b/meta-layerindex-test/README
@@ -0,0 +1 @@
+This layer exists to test the layer index update script.
diff --git a/meta-layerindex-test/conf/layer.conf b/meta-layerindex-test/conf/layer.conf
new file mode 100644
index 0000000..7134c20
--- /dev/null
+++ b/meta-layerindex-test/conf/layer.conf
@@ -0,0 +1,13 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-layerindex-test"
+BBFILE_PATTERN_meta-layerindex-test = "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-layerindex-test = "6"
+
+#LAYERDEPENDS_meta-layerindex-test = "core"
+LAYERSERIES_COMPAT_meta-layerindex-test = "sumo"
diff --git a/meta-layerindex-test/recipes-example/deleteme/deleteme_0.1.bb b/meta-layerindex-test/recipes-example/deleteme/deleteme_0.1.bb
new file mode 100644
index 0000000..7f89e6a
--- /dev/null
+++ b/meta-layerindex-test/recipes-example/deleteme/deleteme_0.1.bb
@@ -0,0 +1,3 @@
+SUMMARY = "Test recipe for deletion"
+LICENSE = "MIT"
+
diff --git a/meta-layerindex-test/recipes-example/example/example_0.1.bb b/meta-layerindex-test/recipes-example/example/example_0.1.bb
new file mode 100644
index 0000000..4286b84
--- /dev/null
+++ b/meta-layerindex-test/recipes-example/example/example_0.1.bb
@@ -0,0 +1,4 @@
+SUMMARY = "Example recipe"
+DESCRIPTION = "An example recipe used to test the OE layer index update script"
+LICENSE = "MIT"
+
diff --git a/meta-layerindex-test/recipes-example/moveme/moveme_0.1.bb b/meta-layerindex-test/recipes-example/moveme/moveme_0.1.bb
new file mode 100644
index 0000000..0dede04
--- /dev/null
+++ b/meta-layerindex-test/recipes-example/moveme/moveme_0.1.bb
@@ -0,0 +1,3 @@
+SUMMARY = "Test recipe"
+LICENSE = "MIT"
+
diff --git a/meta-layerindex-test/recipes-example/upgrademe/upgrademe_0.1.bb b/meta-layerindex-test/recipes-example/upgrademe/upgrademe_0.1.bb
new file mode 100644
index 0000000..0dede04
--- /dev/null
+++ b/meta-layerindex-test/recipes-example/upgrademe/upgrademe_0.1.bb
@@ -0,0 +1,3 @@
+SUMMARY = "Test recipe"
+LICENSE = "MIT"
+