1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

Switch to bblayers configuration

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-03-22 18:11:41 +00:00
parent 666c753d4b
commit 90040ce7b5
5 changed files with 32 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
BBFILE_COLLECTIONS += "normal""
BBFILE_PATTERN_normal := "^${LAYERDIR}/meta/"
BBFILE_PRIORITY_normal = "5"