Signed-off-by: Andrea Adami <[email protected]>
---
 meta-initramfs/README          |   14 ++++++++++++++
 meta-initramfs/conf/layer.conf |   11 +++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 meta-initramfs/README
 create mode 100644 meta-initramfs/conf/layer.conf

diff --git a/meta-initramfs/README b/meta-initramfs/README
new file mode 100644
index 0000000..4daa206
--- /dev/null
+++ b/meta-initramfs/README
@@ -0,0 +1,14 @@
+This layer depends on:
+
+URI: git://git.openembedded.org/openembedded-core
+branch: master
+revision: HEAD
+
+Send pull requests to [email protected] with
+'[meta-initramfs]' in the subject.
+
+When sending single patches, please using something like
+'git send-email -1 --to [email protected] \
+  --subject-prefix meta-initramfs'
+
+Interim layer maintainer: Koen Kooi <[email protected]>
diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf
new file mode 100644
index 0000000..469cde5
--- /dev/null
+++ b/meta-initramfs/conf/layer.conf
@@ -0,0 +1,11 @@
+# Layer configuration for meta-initramfs layer
+
+# We have a conf and classes directory, prepend to BBPATH to prefer our 
versions
+BBPATH := "${LAYERDIR}:${BBPATH}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb 
${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-initramfs"
+BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-initramfs = "8"
-- 
1.7.3.4


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to