From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCHv2 00/16] Various fixes from LGE
Date: Tue, 17 Nov 2015 11:57:52 +0100 [thread overview]
Message-ID: <cover.1447757562.git.Martin.Jansa@gmail.com> (raw)
Trying to re-submit with company name in subject in hope it won't be
ignored forever.
These changes (except tune changes) are needed to get clean build
results in "bitbake world". And all except tune are needed in jethro
as well.
All changes were sent weeks or months ago, but there was no (or almost
no) feedback.
For gstreamer related changes for jethro you need to use the original
version I've sent last week, this version is quite different, because
gstreamber was upgraded to 1.6 in master in the meantime.
The following changes since commit 6f98c39418c60b7c0b25b30983d2e5257158a6a4:
gcc: Drop 4.8 (2015-11-16 14:59:07 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/master-submitted
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/master-submitted
Joe Slater (1):
libsecret: add dependency on intltool-native
Martin Jansa (14):
icu: force arm mode
guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind: disable
thumb where it fails for qemuarm
directfb: add fPIC to CFLAGS
libunwind: fix build for qemuarm
gstreamer1.0-plugins-base: add PACKAGECONFIG for libvisual
gstreamer1.0-plugins-bad: fix dependencies for uvch264 PACKAGECONFIG
gstreamer1.0-plugins-good: fix PACKAGECONFIG for gudev and add one for
v4l2 and libv4l2
gst-plugins-bad: improve FILES variables
cortexa{7,15,17}: add VFPv4 tunes
tune-*: use mcpu instead of mtune for ARM tunes
arch-armv7ve: add tune include for armv7ve and use it from cortexa7
and cortexa15
feature-arm-vfp.inc: respect vfpv4 when setting -mfloat-abi and
ARMPKGSFX_EABI
feature-arm-vfp.inc: add -mfpu=vfpv4 when vfpv4 is in TUNE_FEATURES
rootfs_*.bbclass: don't add BUILDNAME to do_rootfs vardepsexclude
Ross Burton (1):
libsdl2: require GLES when building Wayland support
meta/classes/rootfs_deb.bbclass | 1 -
meta/classes/rootfs_ipk.bbclass | 1 -
meta/classes/rootfs_rpm.bbclass | 1 -
meta/conf/machine/include/arm/arch-armv7ve.inc | 123 +++++++++++++++++++++
meta/conf/machine/include/arm/feature-arm-neon.inc | 5 +-
.../conf/machine/include/arm/feature-arm-thumb.inc | 1 +
meta/conf/machine/include/arm/feature-arm-vfp.inc | 20 ++--
meta/conf/machine/include/tune-arm1136jf-s.inc | 2 +-
meta/conf/machine/include/tune-arm920t.inc | 2 +-
meta/conf/machine/include/tune-arm926ejs.inc | 2 +-
meta/conf/machine/include/tune-arm9tdmi.inc | 2 +-
meta/conf/machine/include/tune-cortexa15.inc | 56 ++++++----
meta/conf/machine/include/tune-cortexa17.inc | 20 +++-
meta/conf/machine/include/tune-cortexa5.inc | 2 +-
meta/conf/machine/include/tune-cortexa7.inc | 56 +++++-----
meta/conf/machine/include/tune-cortexa8.inc | 2 +-
meta/conf/machine/include/tune-cortexa9.inc | 2 +-
meta/conf/machine/include/tune-cortexm1.inc | 2 +-
meta/conf/machine/include/tune-cortexm3.inc | 2 +-
meta/conf/machine/include/tune-cortexr4.inc | 2 +-
meta/conf/machine/include/tune-ep9312.inc | 2 +-
meta/conf/machine/include/tune-iwmmxt.inc | 2 +-
meta/conf/machine/include/tune-strongarm1100.inc | 2 +-
meta/conf/machine/include/tune-xscale.inc | 2 +-
meta/recipes-devtools/gcc/gcc_4.9.bb | 5 +-
meta/recipes-devtools/guile/guile_2.0.11.bb | 4 +
meta/recipes-devtools/opensp/opensp_1.5.2.bb | 4 +
meta/recipes-extended/mailx/mailx_12.5-5.bb | 5 +
meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 2 +-
meta/recipes-graphics/directfb/directfb.inc | 3 +-
meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb | 2 +-
.../gstreamer/gstreamer1.0-libav_1.6.1.bb | 3 +
.../gstreamer/gstreamer1.0-plugins-bad.inc | 10 +-
.../gstreamer/gstreamer1.0-plugins-base.inc | 5 +-
.../gstreamer/gstreamer1.0-plugins-good.inc | 9 +-
meta/recipes-support/icu/icu_55.1.bb | 4 +
...Add-AO_REQUIRE_CAS-to-fix-build-on-ARM-v6.patch | 61 ++++++++++
meta/recipes-support/libunwind/libunwind_1.1.bb | 5 +
38 files changed, 338 insertions(+), 96 deletions(-)
create mode 100644 meta/conf/machine/include/arm/arch-armv7ve.inc
create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/Add-AO_REQUIRE_CAS-to-fix-build-on-ARM-v6.patch
--
2.6.3
next reply other threads:[~2015-11-17 11:57 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-17 10:57 Martin Jansa [this message]
2015-11-17 10:57 ` [PATCHv2 01/16] icu: force arm mode Martin Jansa
2015-11-17 10:57 ` [PATCHv2 02/16] guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind: disable thumb where it fails for qemuarm Martin Jansa
2015-11-17 10:57 ` [PATCHv2 03/16] directfb: add fPIC to CFLAGS Martin Jansa
2015-11-17 10:57 ` [PATCHv2 04/16] libunwind: fix build for qemuarm Martin Jansa
2015-11-17 10:57 ` [PATCHv2 05/16] gstreamer1.0-plugins-base: add PACKAGECONFIG for libvisual Martin Jansa
2015-11-17 10:57 ` [PATCHv2 06/16] gstreamer1.0-plugins-bad: fix dependencies for uvch264 PACKAGECONFIG Martin Jansa
2015-11-17 16:47 ` Burton, Ross
2015-11-17 10:57 ` [PATCHv2 07/16] gstreamer1.0-plugins-good: fix PACKAGECONFIG for gudev and add one for v4l2 and libv4l2 Martin Jansa
2015-11-17 14:08 ` Burton, Ross
2015-12-09 8:44 ` Martin Jansa
2015-11-17 10:58 ` [PATCHv2 08/16] gst-plugins-bad: improve FILES variables Martin Jansa
2015-11-17 10:58 ` [PATCHv2 09/16] cortexa{7,15,17}: add VFPv4 tunes Martin Jansa
2015-11-18 16:36 ` Phil Blundell
2015-11-18 16:49 ` Martin Jansa
2015-11-17 10:58 ` [PATCHv2 10/16] tune-*: use mcpu instead of mtune for ARM tunes Martin Jansa
2015-11-17 10:58 ` [PATCHv2 11/16] arch-armv7ve: add tune include for armv7ve and use it from cortexa7 and cortexa15 Martin Jansa
2015-11-18 16:38 ` Phil Blundell
2015-11-18 16:51 ` Martin Jansa
2015-11-18 17:05 ` Phil Blundell
2015-11-18 17:20 ` Martin Jansa
2015-11-18 17:31 ` Phil Blundell
2015-11-17 10:58 ` [PATCHv2 12/16] feature-arm-vfp.inc: respect vfpv4 when setting -mfloat-abi and ARMPKGSFX_EABI Martin Jansa
2015-11-18 16:41 ` Phil Blundell
2015-11-18 18:37 ` [PATCHv3 1/6] meta/conf/machine: use ' inside quoted values Martin Jansa
2015-11-18 18:37 ` [PATCHv3 2/6] cortexa{7,15,17}: add VFPv4 tunes Martin Jansa
2015-11-18 22:31 ` Phil Blundell
2015-11-18 18:37 ` [PATCHv3 3/6] tune-*: use mcpu instead of mtune for ARM tunes Martin Jansa
2015-11-18 18:37 ` [PATCHv3 4/6] arch-armv7ve: add tune include for armv7ve and use it from cortexa7 and cortexa15 Martin Jansa
2015-11-18 18:37 ` [PATCHv3 5/6] feature-arm-vfp.inc: respect vfpv4 when setting -mfloat-abi and ARMPKGSFX_EABI Martin Jansa
2015-12-07 22:35 ` Martin Jansa
2015-12-08 10:34 ` Richard Purdie
2015-12-08 14:03 ` Martin Jansa
2015-11-18 18:37 ` [PATCHv3 6/6] feature-arm-vfp.inc: add -mfpu=vfpv4 when vfpv4 is in TUNE_FEATURES Martin Jansa
2015-11-17 10:58 ` [PATCHv2 13/16] " Martin Jansa
2015-11-17 10:58 ` [PATCHv2 14/16] rootfs_*.bbclass: don't add BUILDNAME to do_rootfs vardepsexclude Martin Jansa
2015-11-17 10:58 ` [PATCHv2 15/16] libsecret: add dependency on intltool-native Martin Jansa
2015-11-17 10:58 ` [PATCHv2 16/16] libsdl2: require GLES when building Wayland support Martin Jansa
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=cover.1447757562.git.Martin.Jansa@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox