X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-netboot%2Fconf%2Flayer.conf;h=a41406cbb40de217f63b4f7bb44106b68290bbcf;hb=8257e9fa96eb7b994c1acb7d155683974d9c2026;hp=7ee6f6f0c40b74fb4ed32a9864336f10b7c651df;hpb=d7489cff0cbc5937951759c3d8f30da6a47771f4;p=AGL%2Fmeta-agl.git diff --git a/meta-netboot/conf/layer.conf b/meta-netboot/conf/layer.conf index 7ee6f6f0c..a41406cbb 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}" @@ -11,3 +8,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-netboot" BBFILE_PATTERN_meta-netboot = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-netboot = "60" + +LAYERSERIES_COMPAT_meta-netboot = "scarthgap" +LAYERDEPENDS_meta-netboot = "core networking-layer"