From patchwork Sun Jun 10 21:46:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [RFC, meta-oe, 03/27] layer.conf/README: search directory structure for bbappends changed Date: Sun, 10 Jun 2012 21:46:36 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40googlemail=2Ecom=3E?= X-Patchwork-Id: 29601 Message-Id: <1339364820-2880-4-git-send-email-schnitzeltony@googlemail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Müller --- meta-systemd/README | 5 +++++ meta-systemd/conf/layer.conf | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta-systemd/README b/meta-systemd/README index efed2ee..6c67933 100644 --- a/meta-systemd/README +++ b/meta-systemd/README @@ -10,6 +10,11 @@ URI: git://git.openembedded.org/meta-openembedded branch: master revision: HEAD +To make BBMASK'ing per layer possible the following directory structure is +used: + +$[LAYERDIR}//recipes-//.bbappend + Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][meta-systemd]' in the subject' When sending single patches, please use something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][meta-systemd][PATCH' diff --git a/meta-systemd/conf/layer.conf b/meta-systemd/conf/layer.conf index 9caec69..3310abc 100644 --- a/meta-systemd/conf/layer.conf +++ b/meta-systemd/conf/layer.conf @@ -12,7 +12,7 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/*/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "systemd-layer" BBFILE_PATTERN_systemd-layer := "^${LAYERDIR}/"