meta-rcar-gen3: optee-os: build fixup 39/7239/1
authorYannick Gicquel <yannick.gicquel@iot.bzh>
Thu, 17 Nov 2016 15:36:09 +0000 (16:36 +0100)
committerYannick Gicquel <yannick.gicquel@iot.bzh>
Thu, 17 Nov 2016 15:36:19 +0000 (16:36 +0100)
Change-Id: I47dcf04e05ec61eebff20a171df78584c7de70a1
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-disable-libgcc-detection.patch [new file with mode: 0644]
meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend

diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-disable-libgcc-detection.patch b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-disable-libgcc-detection.patch
new file mode 100644 (file)
index 0000000..3a61890
--- /dev/null
@@ -0,0 +1,15 @@
+diff --git a/mk/gcc.mk b/mk/gcc.mk
+index 76ad125..1f5bb2e 100644
+--- a/mk/gcc.mk
++++ b/mk/gcc.mk
+@@ -12,8 +12,8 @@ nostdinc$(sm)        := -nostdinc -isystem $(shell $(CC$(sm)) \
+                       -print-file-name=include 2> /dev/null)
+ # Get location of libgcc from gcc
+-libgcc$(sm)   := $(shell $(CC$(sm)) $(CFLAGS$(arch-bits-$(sm))) $(comp-cflags$(sm)) \
+-                      -print-libgcc-file-name 2> /dev/null)
++#libgcc$(sm)          := $(shell $(CC$(sm)) $(CFLAGS$(arch-bits-$(sm))) $(comp-cflags$(sm)) \
++#                     -print-libgcc-file-name 2> /dev/null)
+ # Define these to something to discover accidental use
+ CC            := false
index ab6f23d..90d6717 100644 (file)
@@ -1,9 +1,5 @@
-COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb)"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-do_compile() {
-    :
-}
-
-do_deploy() {
-    :
-}
+SRC_URI += " \
+        file://0001-disable-libgcc-detection.patch \
+"