X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-rcar-gen3%2Frecipes-bsp%2Foptee%2Foptee-os_git.bbappend;h=4845dda227ccbc7ef7532fa98e81b52d2413ebce;hb=refs%2Fchanges%2F49%2F8149%2F2;hp=ab6f23dc54aca8e7ba02a06a6e0f41b5cfc1a1bb;hpb=ff0375ba601decbeebdce44012ecc73743f02cf1;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend index ab6f23dc5..4845dda22 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend @@ -1,9 +1,10 @@ -COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb)" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +inherit pythonnative +DEPENDS += " python-pycrypto-native" -do_compile() { - : -} +#Need for gcc 6.2 +CFLAGS += " -fno-strict-aliasing -Wno-unused-variable -Wno-shift-negative-value" -do_deploy() { - : -} +SRC_URI += " \ + file://0001-disable-libgcc-detection.patch \ +"