summaryrefslogtreecommitdiffstats
path: root/meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-10-20 17:11:40 -0400
committerScott Murray <scott.murray@konsulko.com>2020-10-20 17:11:40 -0400
commit6c4f90cb4b4175b7256baa04f82bb12c811fe5af (patch)
treec096df655b01d4870d7c028f06e755dc4c191908 /meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend
parente3a57dcb2ae1cd4e6a81e1ca65ac235c8e3dd500 (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/recipes-kernel/linux/linux-renesas_%.bbappend')
-rw-r--r--meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend
new file mode 100644
index 0000000..3a77619
--- /dev/null
+++ b/meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend
@@ -0,0 +1,12 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+SRC_URI_append = " \
+ file://0002-Introduce-dts-file-for-refhw-r-car-board.patch \
+ file://0001-add-st_asm330lhh-driver.patch \
+ file://0002-agl-reference-hardware-sample-bsp.patch \
+ file://refhw-rcar.cfg \
+"
+
+KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/refhw-rcar.cfg "
+
+KERNEL_DEVICETREE_refhw = "renesas/r8a7795-refhw.dtb"