layer.conf: Define LAYERSERIES_COMPAT to fix build warning

Signed-off-by: Andrei Gherzan <andrei@resin.io>
This commit is contained in:
Andrei Gherzan
2018-05-14 18:24:55 +01:00
parent 22d72b3be6
commit ab62d9cdbf
+1
View File
@@ -9,6 +9,7 @@ BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_rust-layer = "7" BBFILE_PRIORITY_rust-layer = "7"
LAYERDEPENDS_rust-layer = "core openembedded-layer" LAYERDEPENDS_rust-layer = "core openembedded-layer"
LAYERSERIES_COMPAT_rust-layer = "sumo"
# Override security flags # Override security flags
require conf/distro/include/rust_security_flags.inc require conf/distro/include/rust_security_flags.inc