Initial clean ups
authorScott Murray <scott.murray@konsulko.com>
Tue, 20 Oct 2020 21:11:40 +0000 (17:11 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 20 Oct 2020 21:11:40 +0000 (17:11 -0400)
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>
meta-agl-refhw-gen3/conf/layer.conf
meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-st_asm330lhh-driver.patch [moved from meta-agl-refhw-gen3/recipes-kernel/files/0001-add-st_asm330lhh-driver.patch with 100% similarity]
meta-agl-refhw-gen3/recipes-kernel/linux/files/0002-Introduce-dts-file-for-refhw-r-car-board.patch [moved from meta-agl-refhw-gen3/recipes-kernel/files/0002-Introduce-dts-file-for-refhw-r-car-board.patch with 100% similarity]
meta-agl-refhw-gen3/recipes-kernel/linux/files/0002-agl-reference-hardware-sample-bsp.patch [moved from meta-agl-refhw-gen3/recipes-kernel/files/0002-agl-reference-hardware-sample-bsp.patch with 100% similarity]
meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg [moved from meta-agl-refhw-gen3/recipes-kernel/files/refhw-rcar.cfg with 100% similarity]
meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend [moved from meta-agl-refhw-gen3/recipes-kernel/linux-renesas_%.bbappend with 100% similarity]

index 645235d..d3f6a7c 100644 (file)
@@ -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"