From ae04029552a1eb9be74b2105bc47a49b527d3426 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 12 Nov 2020 17:00:17 -0300 Subject: [PATCH] conf/layer.conf: Add hardknott to LAYERSERIES_COMPAT Signed-off-by: Fabio Berton --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index d02595e0..e8d1e887 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "freescale-layer" BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_freescale-layer = "5" -LAYERSERIES_COMPAT_freescale-layer = "gatesgarth" +LAYERSERIES_COMPAT_freescale-layer = "gatesgarth hardknott" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses" -- 2.40.1