blob: 03565bafdc38eddbb7a4a06ac9cb27105271dadd (
plain)
1
2
3
4
5
6
|
# This is the original place, but we need to tweak layer.conf
BBLAYERS =+ "${METADIR}/bsp/meta-sifive"
# For now, tweak the layer's compatibility to allow using with kirkstone,
# since we know it works without major issues.
LAYERSERIES_COMPAT_meta-sifive:append = " kirkstone"
|