From 27785f1c4d0f9de2025a5ba9504651fb651f74d1 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 3 Apr 2022 18:09:03 -0400 Subject: Updates for kirkstone Changes: - Updated LAYERSERIES_COMPAT. - Updated override syntax via a combination of the conversion script in poky and manual inspection. - Updated a license field viarunning the conversion script in poky. - Updated branches in README, further updates will likely be required when an official Renesas BSP release is made. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I6f736f56a23ddb634232e5c99e21830bc6637764 --- meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-agl-refhw-gen3/recipes-kernel/linux') diff --git a/meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend index fee4c77..8df2fbc 100644 --- a/meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend @@ -1,6 +1,6 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -SRC_URI_append = " \ +SRC_URI:append = " \ file://0001-Create-r8a7795-USB-OVC-pin-groups.patch \ file://0002-Add-AGL-reference-hardware-support.patch \ file://0003-Add-support-for-TI-WL1837.patch \ @@ -8,4 +8,4 @@ SRC_URI_append = " \ file://refhw-rcar.cfg \ " -KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/refhw-rcar.cfg" +KERNEL_CONFIG_FRAGMENTS:append = " ${WORKDIR}/refhw-rcar.cfg" -- cgit 1.2.3-korg