diff options
-rw-r--r-- | meta-systemd/README | 5 | ||||
-rw-r--r-- | meta-systemd/conf/layer.conf | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/meta-systemd/README b/meta-systemd/README index efed2eece8..84578b597f 100644 --- a/meta-systemd/README +++ b/meta-systemd/README | |||
@@ -10,6 +10,11 @@ URI: git://git.openembedded.org/meta-openembedded | |||
10 | branch: master | 10 | branch: master |
11 | revision: HEAD | 11 | revision: HEAD |
12 | 12 | ||
13 | To make BBMASK'ing per layer possible the following directory structure is | ||
14 | used: | ||
15 | |||
16 | $[LAYERDIR}/<layer name>/recipes-<group-name>/<recipe-name>/<recipe-name>.bbappend | ||
17 | |||
13 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][meta-systemd]' in the subject' | 18 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][meta-systemd]' in the subject' |
14 | 19 | ||
15 | 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' | 20 | 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 9caec69ffa..3310abc8af 100644 --- a/meta-systemd/conf/layer.conf +++ b/meta-systemd/conf/layer.conf | |||
@@ -12,7 +12,7 @@ | |||
12 | BBPATH .= ":${LAYERDIR}" | 12 | BBPATH .= ":${LAYERDIR}" |
13 | 13 | ||
14 | # We have a recipes directory, add to BBFILES | 14 | # We have a recipes directory, add to BBFILES |
15 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | 15 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/*/recipes-*/*/*.bbappend" |
16 | 16 | ||
17 | BBFILE_COLLECTIONS += "systemd-layer" | 17 | BBFILE_COLLECTIONS += "systemd-layer" |
18 | BBFILE_PATTERN_systemd-layer := "^${LAYERDIR}/" | 18 | BBFILE_PATTERN_systemd-layer := "^${LAYERDIR}/" |