This commit is not compatible with zeus layer so revert it.
This reverts commit bf6705fb7f.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
16 lines
544 B
Plaintext
16 lines
544 B
Plaintext
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "rust-layer"
|
|
BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_rust-layer = "7"
|
|
|
|
LAYERDEPENDS_rust-layer = "core openembedded-layer"
|
|
LAYERSERIES_COMPAT_rust-layer = "rocko sumo thud warrior zeus dunfell gatesgarth hardknott"
|
|
|
|
# Override security flags
|
|
require conf/distro/include/rust_security_flags.inc
|