summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/kernel-module-gles
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-11-16 15:31:01 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-11-16 19:12:35 +0000
commit9a6b28c8ec3171e2c6852cf73f3f07ecd056c4a1 (patch)
tree719b146b7346f0f8d23b31a324928e6b798032a6 /meta-agl-bsp/meta-rcar-gen3/recipes-kernel/kernel-module-gles
parentaea4c6d3a46dff5abb4624bd8fa3762d2abb1668 (diff)
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 <yannick.gicquel@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-kernel/kernel-module-gles')
-rw-r--r--meta-agl-bsp/meta-rcar-gen3/recipes-kernel/kernel-module-gles/kernel-module-gles.bbappend4
1 files changed, 4 insertions, 0 deletions
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
+}