X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-rcar-gen3%2Frecipes-kernel%2Flinux%2Flinux-renesas_%25.bbappend;h=43aeb6272c697f972025c4e855b28da538cd8f42;hb=05fd1a84882f4d992519e023a8ef40c017701776;hp=44f802218afc55205c56ce8fd92dd2dd7f128a26;hpb=d88997d1d16897abb83a161c215cbec25d9b5e0f;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend index 44f802218..43aeb6272 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend @@ -1,8 +1,28 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +require recipes-kernel/linux/linux-agl.inc + SRC_URI_append = " file://namespace_fix.cfg \ - file://nbd.cfg \ - file://ramdisk.cfg \ - file://bluetooth.cfg \ - file://disable_ipv6.cfg \ - " + " + +# This can fix a compilation issue with perf. As this seems to collide with the cogent layer +# we apply this here by variable and reset it when the -adas layer is present. +perfFIX ??= " file://9999-perf-libbft-upstream.patch " +# + +# Add ADSP patch to enable and add sound hardware abstraction +SRC_URI_append_ulcb = " \ + file://0004-ADSP-enable-and-add-sound-hardware-abstraction.patch \ + ${perfFIX} \ +" + +# For Xen +SRC_URI_append = " \ + ${@bb.utils.contains('AGL_XEN_WANTED','1','file://xen-be.cfg','',d)} \ +" +SRC_URI_append_m3ulcb = " \ + ${@bb.utils.contains('AGL_XEN_WANTED','1','file://r8a7796-m3ulcb-xen.dts;subdir=git/arch/${ARCH}/boot/dts/renesas','',d)} \ +" +KERNEL_DEVICETREE_append_m3ulcb = " \ + ${@bb.utils.contains('AGL_XEN_WANTED','1','renesas/r8a7796-m3ulcb-xen.dtb','',d)} \ +" \ No newline at end of file