meta-somdevices: Created meta-somdevices.
authorJosep Orga <jorga@somdevices.com>
Wed, 3 Feb 2021 11:21:34 +0000 (12:21 +0100)
committerJosep Orga <jorga@somdevices.com>
Wed, 3 Feb 2021 11:21:34 +0000 (12:21 +0100)
Signed-off-by: Josep Orga <jorga@somdevices.com>
README [new file with mode: 0644]
conf/layer.conf [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..526746f
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
+This README file contains information on the contents of the meta-somdevices layer.
+
+Please see the corresponding sections below for details.
+
+Dependencies
+============
+
+  URI: <first dependency>
+  branch: <branch name>
+
+  URI: <second dependency>
+  branch: <branch name>
+
+  .
+  .
+  .
+
+Patches
+=======
+
+Please submit any patches against the meta-somdevices layer to the xxxx mailing list (xxxx@zzzz.org)
+and cc: the maintainer:
+
+Maintainer: XXX YYYYYY <xxx.yyyyyy@zzzzz.com>
+
+Table of Contents
+=================
+
+  I. Adding the meta-somdevices layer to your build
+ II. Misc
+
+
+I. Adding the meta-somdevices layer to your build
+=================================================
+
+Run 'bitbake-layers add-layer meta-somdevices'
+
+II. Misc
+========
+
+--- replace with specific information about the meta-somdevices layer ---
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644 (file)
index 0000000..9a773da
--- /dev/null
@@ -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-somdevices"
+BBFILE_PATTERN_meta-somdevices = "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-somdevices = "6"
+
+LAYERDEPENDS_meta-somdevices = "core"
+LAYERSERIES_COMPAT_meta-somdevices = "warrior"