From 9a6b28c8ec3171e2c6852cf73f3f07ecd056c4a1 Mon Sep 17 00:00:00 2001 From: Yannick Gicquel Date: Wed, 16 Nov 2016 15:31:01 +0100 Subject: meta-rcar-gen3: gles: support for AGL toolchain As TARGET_VENDOR is defined in AGL, the toolchain has a different name. The gles recipe contains hardcoded toolchain name, this add support to custom one. Change-Id: Ie4e768d0570c6a07f92067e39079e6e063d59451 Signed-off-by: Yannick Gicquel --- .../recipes-kernel/kernel-module-gles/kernel-module-gles.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-agl-bsp/meta-rcar-gen3/recipes-kernel/kernel-module-gles/kernel-module-gles.bbappend (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-kernel/kernel-module-gles') diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/kernel-module-gles/kernel-module-gles.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/kernel-module-gles/kernel-module-gles.bbappend new file mode 100644 index 000000000..8a4176fc1 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/kernel-module-gles/kernel-module-gles.bbappend @@ -0,0 +1,4 @@ +module_do_compile_prepend() { + cd ${S}/build/linux/config/compilers + cp aarch64-poky-linux.mk ${TARGET_SYS}.mk +} -- cgit 1.2.3-korg