mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00

Since there are currently multiple breaking changes, update to a new release series for the next release so layers can show compatibility correctly. (From OE-Core rev: 75eb26e71dba4096d5632b7f6b13db4f13aa6d7f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "selftest"
|
|
BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_selftest = "5"
|
|
|
|
addpylib ${LAYERDIR}/lib oeqa
|
|
|
|
LAYERSERIES_COMPAT_selftest = "whinlatter"
|