mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
892c9686bf
Corstone, a5ds, and sgi575 were using the meta-kernel, but recent updates removed support for their non-LTS kernel. Change to using the respective kernels present in linux-yocto until it can be upgraded to the latest version. Change-Id: I63f2e511fe69051c06e6559950b798c1371cc8e9 Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Ross Burton <ross.burton@arm.com>
21 lines
698 B
Plaintext
21 lines
698 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 += "meta-arm-bsp"
|
|
BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-arm-bsp = "6"
|
|
|
|
LAYERSERIES_COMPAT_meta-arm-bsp = "gatesgarth"
|
|
|
|
LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
|
|
# This won't be used by layerindex-fetch, but works everywhere else
|
|
LAYERDEPENDS_meta-arm-bsp_append_musca-b1 = " meta-python"
|
|
LAYERDEPENDS_meta-arm-bsp_append_musca-s1 = " meta-python"
|
|
|
|
# Additional license directories.
|
|
LICENSE_PATH += "${LAYERDIR}/custom-licenses"
|