mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
meta/conf/layer.conf: Remove packages/*bb from BBFILES
packages directory has been divided into recipes-*/ dirs (From OE-Core rev: 56bf0a3094cf0dbe0c9c088f69e1569bcf8de82f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2,7 +2,7 @@ BBPATH ?= ""
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
# We have a packages directory, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/packages/*/*.bb ${LAYERDIR}/recipes-*/*/*.bb"
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
|
||||
|
||||
BBFILE_COLLECTIONS += "normal"
|
||||
BBFILE_PATTERN_normal := "^${LAYERDIR}/"
|
||||
|
||||
Reference in New Issue
Block a user