From 0b59fe5884ed8bbbd56de477650750229a729a8c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 8 Nov 2017 22:43:12 +0100 Subject: libvpx bbappend: follow version upgrade The append is only needed for T20 as it does not have a neon unit. The other SoC compile fine without any change. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend b/openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend index b5ebaf0..7fd068d 100644 --- a/openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend +++ b/openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend @@ -1,10 +1,4 @@ -PACKAGE_ARCH = "${MACHINE_ARCH}" +PACKAGE_ARCH_tegra2 = "${MACHINE_ARCH}" #T20 does not have neon, but the armv7-linux-gcc assumes that the target has a neon unit -VPXTARGET_armv7a_tegra2 = "armv6-linux-gcc" -VPXTARGET_armv7a_qemuarm = "armv6-linux-gcc" - -CFLAGS_append_tegra3 = " -mfpu=neon -funsafe-math-optimizations -ftree-vectorize " -CFLAGS_append_mx6 = " -mfpu=neon -funsafe-math-optimizations -ftree-vectorize " -CFLAGS_append_mx7 = " -mfpu=neon -funsafe-math-optimizations -ftree-vectorize " -CONFIGUREOPTS += " --enable-runtime-cpu-detect " +CONFIGUREOPTS_append_tegra2 = " --disable-runtime-cpu-detect --disable-neon --disable-neon-asm " -- cgit v1.2.3