diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-10-20 17:11:40 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-10-20 17:11:40 -0400 |
commit | 6c4f90cb4b4175b7256baa04f82bb12c811fe5af (patch) | |
tree | c096df655b01d4870d7c028f06e755dc4c191908 /meta-agl-refhw-gen3/conf | |
parent | e3a57dcb2ae1cd4e6a81e1ca65ac235c8e3dd500 (diff) |
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 <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-refhw-gen3/conf')
-rw-r--r-- | meta-agl-refhw-gen3/conf/layer.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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" |