From 6c4f90cb4b4175b7256baa04f82bb12c811fe5af Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 20 Oct 2020 17:11:40 -0400 Subject: 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 --- .../recipes-kernel/linux/linux-renesas_%.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend (limited to 'meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend') 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" -- cgit 1.2.3-korg