From patchwork Wed Sep 5 07:32:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/9] meta-lsb: add layer meta-lsb Date: Wed, 05 Sep 2012 07:32:40 -0000 From: Kang Kai X-Patchwork-Id: 35893 Message-Id: <54d4ef1444e4f00ea85844ab297668e029d112cd.1346829716.git.kai.kang@windriver.com> To: Cc: Zhenfeng.Zhao@windriver.com, openembedded-core@lists.openembedded.org Create layer meta-lsb and put extra packages that required by lsb test here. Signed-off-by: Kang Kai --- 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"