From: Scott Murray Date: Tue, 20 Oct 2020 21:11:40 +0000 (-0400) Subject: Initial clean ups X-Git-Tag: 10.0.1~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6c4f90cb4b4175b7256baa04f82bb12c811fe5af;p=AGL%2Fmeta-agl-refhw.git 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 --- 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 similarity index 100% rename from meta-agl-refhw-gen3/recipes-kernel/files/0001-add-st_asm330lhh-driver.patch rename to 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 similarity index 100% rename from meta-agl-refhw-gen3/recipes-kernel/files/0002-Introduce-dts-file-for-refhw-r-car-board.patch rename to 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 similarity index 100% rename from meta-agl-refhw-gen3/recipes-kernel/files/0002-agl-reference-hardware-sample-bsp.patch rename to 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 similarity index 100% rename from meta-agl-refhw-gen3/recipes-kernel/files/refhw-rcar.cfg rename to 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 similarity index 100% rename from meta-agl-refhw-gen3/recipes-kernel/linux-renesas_%.bbappend rename to meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend