[RCAR] Fix kernel-module-gles build 02/26702/2
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Wed, 15 Sep 2021 16:30:10 +0000 (18:30 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 29 Oct 2021 08:10:38 +0000 (08:10 +0000)
* In the new RCAR BSP 5.5 one file missing from prevous BSP,
  this file was only a kind of a link. This patch just fix this missing
  file.

Bug-AGL: SPEC-4081

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: I588dbe6f221e31246d164f78b04d7437f879a755
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26702
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-rcar-gen3/recipes-kernel/kernel-module-gles/kernel-module-gles.bbappend

index 1d53e4e..b8882ae 100644 (file)
@@ -2,5 +2,5 @@ require checksum_control.inc
 
 module_do_compile:prepend() {
     cd ${S}/build/linux/config/compilers
-    cp aarch64-poky-linux.mk ${TARGET_SYS}.mk
+    cp aarch64-linux-gnu.mk ${TARGET_SYS}.mk
 }