mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
layer.conf/README: search directory structure for bbappends changed
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
parent
a5b2aea321
commit
5915e63981
|
|
@ -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}/<layer name>/recipes-<group-name>/<recipe-name>/<recipe-name>.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'
|
||||
|
|
|
|||
|
|
@ -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}/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user