[OE-core] [PATCH 1/9] meta-lsb: add layer meta-lsb

Kang Kai kai.kang at windriver.com
Wed Sep 5 07:32:40 UTC 2012


Create layer meta-lsb and put extra packages that required by lsb test
here.

Signed-off-by: Kang Kai <kai.kang at windriver.com>
---
 meta-lsb/README          |    4 ++++
 meta-lsb/conf/layer.conf |   10 ++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta-lsb/README
 create mode 100644 meta-lsb/conf/layer.conf

diff --git a/meta-lsb/README b/meta-lsb/README
new file mode 100644
index 0000000..70acaf2
--- /dev/null
+++ b/meta-lsb/README
@@ -0,0 +1,4 @@
+meta-lsb
+==========
+
+This is the location for packages that required by LSB test suit.
diff --git a/meta-lsb/conf/layer.conf b/meta-lsb/conf/layer.conf
new file mode 100644
index 0000000..1008075
--- /dev/null
+++ b/meta-lsb/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH := "${BBPATH}:${LAYERDIR}"
+
+# We have a packages directory, add to BBFILES
+BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "lsb"
+BBFILE_PATTERN_lsb := "^${LAYERDIR}/"
+BBFILE_PRIORITY_lsb = "5"
-- 
1.7.5.4





More information about the Openembedded-core mailing list