From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH][RFC] conf/machine/include/arm add extra MACHINEOVERRIDES like x86 does
Date: Thu, 8 Dec 2011 16:48:40 +0100 [thread overview]
Message-ID: <20111208154840.GD3761@jama.jama.net> (raw)
In-Reply-To: <1323281084-30590-1-git-send-email-Martin.Jansa@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]
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: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2011-12-08 15:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-07 18:04 [PATCH][RFC] conf/machine/include/arm add extra MACHINEOVERRIDES like x86 does Martin Jansa
2011-12-08 15:48 ` Martin Jansa [this message]
2011-12-13 20:01 ` Khem Raj
2011-12-15 9:29 ` Koen Kooi
2011-12-15 13:06 ` Martin Jansa
2011-12-15 15:03 ` Koen Kooi
2011-12-13 8:10 ` Martin Jansa
2011-12-13 12:31 ` Richard Purdie
2011-12-13 13:59 ` [PATCH][oe-core 0/3] PR bumps and arm OVERRIDE fix Martin Jansa
2011-12-13 13:59 ` [PATCH][oe-core 1/3] qt4: use armv6 override instead of armv6-vfp Martin Jansa
2011-12-13 13:59 ` [PATCH][oe-core 2/3] xf86-video-omapfb: bump PR due to arm OVERRIDES change Martin Jansa
2011-12-13 13:59 ` [PATCH][oe-core 3/3] python: " Martin Jansa
2011-12-13 15:06 ` [PATCH][oe-core 0/3] PR bumps and arm OVERRIDE fix Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111208154840.GD3761@jama.jama.net \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.