mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
Commit 5992830145 fixes the autobuilder needing to rename
qemux86-64 to qemux86_64 however in order to maintain autobuilder
compatibility with prior releases we need to bump LAYERVERSION.
(From meta-yocto rev: f08147b082017ff3f6eb812afb9c1e3704214de4)
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
486 B
Plaintext
17 lines
486 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 += "yocto"
|
|
BBFILE_PATTERN_yocto = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_yocto = "5"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_yocto = "2"
|
|
|
|
LAYERDEPENDS_yocto = "core"
|