mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
This new layer contains hob-image.bb and hob-toolchain.bb that are used by hob to build images or toolchain. (From OE-Core rev: 213b5038215b1d7df10f1df0375610034fa156c7) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
282 B
Plaintext
10 lines
282 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"
|
|
|
|
BBFILE_COLLECTIONS += "hob"
|
|
BBFILE_PATTERN_hob := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_hob = "1"
|