[RCAR] Fix kernel-module-gles build 21/26821/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>
Tue, 9 Nov 2021 15:43:05 +0000 (15:43 +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: Ia4cdf794b16aff8e12a64fcccfecce85336619e7
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26821
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 7d28d91..e6beb5e 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
 }