From 1ffad3c3d211c37d24daaacce76ec4be51fe233b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 22 Feb 2021 18:01:41 -0500 Subject: Declare layer compatibility with kirkstone For tracking upstream, we need to update the layer compatibility. Bug-AGL: SPEC-3819 Change-Id: Ic1bc22653e59b2891d77d44cdd409a805e5cc332 Signed-off-by: Scott Murray Signed-off-by: Jan-Simon Moeller --- meta-netboot/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-netboot') diff --git a/meta-netboot/conf/layer.conf b/meta-netboot/conf/layer.conf index 2af752805..ddf63c4a2 100644 --- a/meta-netboot/conf/layer.conf +++ b/meta-netboot/conf/layer.conf @@ -9,5 +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" -- cgit 1.2.3-korg