summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-08-09 16:54:38 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-09-29 06:35:15 +0200
commit617e615193dd297f1cb5e4be29677c7e24803d97 (patch)
treed638b709c0da5a275a08d618c4339c34741ebe1a /recipes-multimedia
parent71a8f744943ae4358ea414d743be8ae8cfceb9fa (diff)
meta-openembedded layer bbappends
Move the appends on recipe's which are not in an essential required layer into a target layer specific directory and add them only if said layer is active in build/conf/bblayers.conf. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/webm/libvpx_%.bbappend10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-multimedia/webm/libvpx_%.bbappend b/recipes-multimedia/webm/libvpx_%.bbappend
deleted file mode 100644
index b5ebaf0..0000000
--- a/recipes-multimedia/webm/libvpx_%.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-PACKAGE_ARCH = "${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 "