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 | |
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>
-rw-r--r-- | meta-agl-refhw-gen3/conf/layer.conf | 4 | ||||
-rw-r--r-- | meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-st_asm330lhh-driver.patch (renamed from meta-agl-refhw-gen3/recipes-kernel/files/0001-add-st_asm330lhh-driver.patch) | 0 | ||||
-rw-r--r-- | meta-agl-refhw-gen3/recipes-kernel/linux/files/0002-Introduce-dts-file-for-refhw-r-car-board.patch (renamed from meta-agl-refhw-gen3/recipes-kernel/files/0002-Introduce-dts-file-for-refhw-r-car-board.patch) | 0 | ||||
-rw-r--r-- | meta-agl-refhw-gen3/recipes-kernel/linux/files/0002-agl-reference-hardware-sample-bsp.patch (renamed from meta-agl-refhw-gen3/recipes-kernel/files/0002-agl-reference-hardware-sample-bsp.patch) | 0 | ||||
-rw-r--r-- | meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg (renamed from meta-agl-refhw-gen3/recipes-kernel/files/refhw-rcar.cfg) | 0 | ||||
-rw-r--r-- | meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend (renamed from meta-agl-refhw-gen3/recipes-kernel/linux-renesas_%.bbappend) | 0 |
6 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" diff --git a/meta-agl-refhw-gen3/recipes-kernel/files/0001-add-st_asm330lhh-driver.patch b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-st_asm330lhh-driver.patch index c779b39..c779b39 100644 --- a/meta-agl-refhw-gen3/recipes-kernel/files/0001-add-st_asm330lhh-driver.patch +++ b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-st_asm330lhh-driver.patch diff --git a/meta-agl-refhw-gen3/recipes-kernel/files/0002-Introduce-dts-file-for-refhw-r-car-board.patch b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0002-Introduce-dts-file-for-refhw-r-car-board.patch index cefd7cd..cefd7cd 100644 --- a/meta-agl-refhw-gen3/recipes-kernel/files/0002-Introduce-dts-file-for-refhw-r-car-board.patch +++ b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0002-Introduce-dts-file-for-refhw-r-car-board.patch diff --git a/meta-agl-refhw-gen3/recipes-kernel/files/0002-agl-reference-hardware-sample-bsp.patch b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0002-agl-reference-hardware-sample-bsp.patch index 6763558..6763558 100644 --- a/meta-agl-refhw-gen3/recipes-kernel/files/0002-agl-reference-hardware-sample-bsp.patch +++ b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0002-agl-reference-hardware-sample-bsp.patch diff --git a/meta-agl-refhw-gen3/recipes-kernel/files/refhw-rcar.cfg b/meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg index 13ed710..13ed710 100644 --- a/meta-agl-refhw-gen3/recipes-kernel/files/refhw-rcar.cfg +++ b/meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg diff --git a/meta-agl-refhw-gen3/recipes-kernel/linux-renesas_%.bbappend b/meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend index 3a77619..3a77619 100644 --- a/meta-agl-refhw-gen3/recipes-kernel/linux-renesas_%.bbappend +++ b/meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend |