mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
meta-*/conf/layer.conf: tweak BBFILES comment
"packages" was the old name (pre-2010) under which the recipe files were stored. (From OE-Core rev: c71fa87bc2e7155e69ea5ff7a284a05073602eed) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a27557a09d
commit
78babc0664
@@ -1,7 +1,7 @@
|
|||||||
# We have a conf and classes directory, add to BBPATH
|
# We have a conf and classes directory, add to BBPATH
|
||||||
BBPATH .= ":${LAYERDIR}"
|
BBPATH .= ":${LAYERDIR}"
|
||||||
|
|
||||||
# We have a packages directory, add to BBFILES
|
# We have recipes-* directories, add to BBFILES
|
||||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "hob"
|
BBFILE_COLLECTIONS += "hob"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# We have a conf and classes directory, add to BBPATH
|
# We have a conf and classes directory, add to BBPATH
|
||||||
BBPATH .= ":${LAYERDIR}"
|
BBPATH .= ":${LAYERDIR}"
|
||||||
|
|
||||||
# We have a packages directory, add to BBFILES
|
# We have recipes-* directories, add to BBFILES
|
||||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "skeleton"
|
BBFILE_COLLECTIONS += "skeleton"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# We have a conf and classes directory, add to BBPATH
|
# We have a conf and classes directory, add to BBPATH
|
||||||
BBPATH .= ":${LAYERDIR}"
|
BBPATH .= ":${LAYERDIR}"
|
||||||
# We have a packages directory, add to BBFILES
|
# We have recipes-* directories, add to BBFILES
|
||||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "core"
|
BBFILE_COLLECTIONS += "core"
|
||||||
|
|||||||
Reference in New Issue
Block a user