summaryrefslogtreecommitdiffstats
path: root/meta-netboot/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-netboot/conf/layer.conf')
-rw-r--r--meta-netboot/conf/layer.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-netboot/conf/layer.conf b/meta-netboot/conf/layer.conf
index 50def90fc..ddf63c4a2 100644
--- a/meta-netboot/conf/layer.conf
+++ b/meta-netboot/conf/layer.conf
@@ -1,6 +1,3 @@
-# Added for futur conditionnals tests
-DISTRO_FEATURES_append = " netboot"
-
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
@@ -12,4 +9,5 @@ BBFILE_COLLECTIONS += "meta-netboot"
BBFILE_PATTERN_meta-netboot = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-netboot = "60"
-LAYERSERIES_COMPAT_meta-netboot = "dunfell"
+LAYERSERIES_COMPAT_meta-netboot = "kirkstone"
+LAYERDEPENDS_meta-netboot = "core networking-layer"