On Wed, Dec 07, 2011 at 07:04:44PM +0100, Martin Jansa wrote: > * motivated by this NAK > http://patchwork.openembedded.org/patch/15777/ > and today's discussion on #yocto I hope it's worth it to send this RFC
FWIW some armv6/armv7a overrides are already used in oe-core
meta/conf/bitbake.conf:QEMU_OPTIONS_armv6 = "-cpu arm1136"
meta/conf/bitbake.conf:QEMU_OPTIONS_armv7a = "-cpu cortex-a8"
meta/recipes-devtools/python/python_2.7.2.bb:TARGET_CC_ARCH_append_armv6 = "
-D__SOFTFP__"
meta/recipes-devtools/python/python_2.7.2.bb:TARGET_CC_ARCH_append_armv7a = "
-D__SOFTFP__"
meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb:EXTRA_OECONF_armv7a
= " --enable-neon "
meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb:do_compile_prepend_armv7a
() {
And also armv6-vfp
meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb:QT_CONFIG_FLAGS_append_armv6-vfp = "
-no-neon "
meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb:QT_CONFIG_FLAGS_append_armv6-vfp = "
-no-neon "
Cheers,
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
