[OE-core] [PATCH v2 0/4] fixup armv7a over-rides for armv7ve

Andre McCurdy armccurdy at gmail.com
Thu Jan 7 22:29:08 UTC 2016


The _armv7a over-ride is no longer enabled for machines based on
tune-cortexa7.inc and tune-cortexa15.inc. These machines now enable
the _armv7ve over-ride instead.

The preferred solution is to remove the need for any armv7a over-rides,
but where that isn't possible then duplicate armv7a over-rides for
armv7ve.

Note that the qemu.inc change has been dropped from this v2 patch set
since the function of the over-ride and the best approach for armv7ve
isn't clear (QEMU_EXTRAOPTIONS is related to packaging). Since fixing
gcc and valgrind for cortexa15 are much more critical (at least for
me), focus on getting those patches merged first.

Andre McCurdy (4):
  valgrind: don't restrict to armv7a
  gcc-configure-common.inc: duplicate armv7a over-ride for armv7ve
  libav.inc: duplicate armv7a over-rides for armv7ve
  libpostproc: duplicate armv7a over-rides for armv7ve

 meta/recipes-devtools/gcc/gcc-configure-common.inc | 1 +
 meta/recipes-devtools/valgrind/valgrind_3.10.1.bb  | 8 +++++---
 meta/recipes-multimedia/libav/libav.inc            | 2 ++
 meta/recipes-multimedia/libav/libpostproc_git.bb   | 2 ++
 4 files changed, 10 insertions(+), 3 deletions(-)

-- 
1.9.1




More information about the Openembedded-core mailing list