[RCAR] Fix salvator-x build 61/24961/5
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Fri, 10 Jul 2020 07:10:07 +0000 (07:10 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 14 Jul 2020 10:59:40 +0000 (10:59 +0000)
- We need a fix to build the package perf for salvator-x (m3/h3).
  This fix already exists but it was apllied for ulcb machine.

Change-Id: Ia42a8c0e3bdd7e6aaf844b1931d2c2df85b9dabf
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24961
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend

index 43aeb62..9980eb6 100644 (file)
@@ -11,7 +11,7 @@ perfFIX ??= " file://9999-perf-libbft-upstream.patch "
 #
 
 # Add ADSP patch to enable and add sound hardware abstraction
-SRC_URI_append_ulcb = " \
+SRC_URI_append = " \
     file://0004-ADSP-enable-and-add-sound-hardware-abstraction.patch \
     ${perfFIX} \
 "
@@ -25,4 +25,4 @@ SRC_URI_append_m3ulcb = " \
 "
 KERNEL_DEVICETREE_append_m3ulcb = " \
     ${@bb.utils.contains('AGL_XEN_WANTED','1','renesas/r8a7796-m3ulcb-xen.dtb','',d)} \
-"
\ No newline at end of file
+"