From 6c4f90cb4b4175b7256baa04f82bb12c811fe5af Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 20 Oct 2020 17:11:40 -0400 Subject: Initial clean ups Changes: - Update the layer.conf to indicate dunfell compatibility and add LAYERDEPENDS definition to make layer dependencies explicit. - Move kernel files to more expected recipes-kernel/linux directory. Bug-AGL: SPEC-3658 Signed-off-by: Scott Murray --- meta-agl-refhw-gen3/conf/layer.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-agl-refhw-gen3/conf') diff --git a/meta-agl-refhw-gen3/conf/layer.conf b/meta-agl-refhw-gen3/conf/layer.conf index 645235d..d3f6a7c 100644 --- a/meta-agl-refhw-gen3/conf/layer.conf +++ b/meta-agl-refhw-gen3/conf/layer.conf @@ -13,4 +13,6 @@ BBFILE_COLLECTIONS += "agl-refhw-gen3" BBFILE_PATTERN_agl-refhw-gen3 = "^${LAYERDIR}" BBFILE_PRIORITY_agl-refhw-gen3 = "11" -LAYERSERIES_COMPAT_agl-refhw-gen3 = "thud" +LAYERDEPENDS_agl-refhw-gen3 = "core rcar-gen3" + +LAYERSERIES_COMPAT_agl-refhw-gen3 = "dunfell" -- cgit 1.2.3-korg