mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 16:53:49 +02:00
This modifies the meta-emenlow BSP layer to reflect the new BSP standard layout as defined in the latestYocto BSP Developer's Guide. There's no change in functionality here - this simply moves things around, adds a README, and makes the SRCREVs local. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
11 lines
332 B
Plaintext
11 lines
332 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH := "${BBPATH}:${LAYERDIR}"
|
|
|
|
# We have a packages directory, add to BBFILES
|
|
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "emenlow"
|
|
BBFILE_PATTERN_emenlow := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_emenlow = "6"
|