All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kai Kang <kai.kang@windriver.com>
To: <raj.khem@gmail.com>, <mark.hatle@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/9] V3: Add machine qemuaarch64
Date: Fri, 19 Sep 2014 17:21:04 +0800	[thread overview]
Message-ID: <cover.1411117403.git.kai.kang@windriver.com> (raw)

According to Khem and Mark's comments, I send V3. 

Update:
* keep dynamic linker in directory /lib, and redefine library install directory from /lib64 to /lib
* Use _remove to simpilify perf patch

The following changes since commit 280b6d0011f101e7a8edabd34c265b37a2f791ed:

  sstatesig: fix overrides behaviour to remove SIGGEN_LOCKEDSIGS_i586 (2014-09-17 22:00:26 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/qemuarm64
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/qemuarm64

Kai Kang (9):
  linux-yocto: depend on libgcc for aarch64
  Add machine qemuarm64
  gcc-4.9: redefine default library install directory
  libatomics-ops: add aarch64 target iniitial support
  qt4-native: add aarch64 support
  qt4: add aarch64 support
  qt4-embedded: disable webkit
  libpng: add neon option for aarch64
  perf: disable libunwind support for aarch64

 meta/conf/machine/include/arm/arch-armv8.inc       |  20 +
 meta/conf/machine/qemuarm64.conf                   |  12 +
 meta/recipes-devtools/gcc/gcc-4.9.inc              |   1 +
 ...0056-gcc-redefine-library-dir-for-aarch64.patch |  29 ++
 meta/recipes-kernel/linux/linux-yocto.inc          |   1 +
 meta/recipes-kernel/perf/perf-features.inc         |   1 +
 meta/recipes-multimedia/libpng/libpng_1.6.13.bb    |   1 +
 .../0001-libatomic_ops-Aarch64-basic-port.patch    | 239 ++++++++++
 .../pulseaudio/libatomics-ops_7.2.bb               |   1 +
 meta/recipes-qt/qt4/qt4-4.8.6.inc                  |   4 +
 .../0029-aarch64_arm64_fix_arch_detection.patch    |  53 +++
 .../0030-aarch64_arm64_qatomic_support.patch       | 491 +++++++++++++++++++++
 .../qt4/qt4-4.8.6/0031-aarch64_arm64_mkspecs.patch | 124 ++++++
 .../qt4/qt4-4.8.6/0032-aarch64_add_header.patch    |  18 +
 meta/recipes-qt/qt4/qt4-embedded_4.8.6.bb          |   1 +
 meta/recipes-qt/qt4/qt4-native.inc                 |   4 +
 meta/recipes-qt/qt4/qt4-x11-free_4.8.6.bb          |   3 +
 meta/recipes-qt/qt4/qt4_arch.inc                   |   1 +
 18 files changed, 1004 insertions(+)
 create mode 100644 meta/conf/machine/include/arm/arch-armv8.inc
 create mode 100644 meta/conf/machine/qemuarm64.conf
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0056-gcc-redefine-library-dir-for-aarch64.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/files/0001-libatomic_ops-Aarch64-basic-port.patch
 create mode 100644 meta/recipes-qt/qt4/qt4-4.8.6/0029-aarch64_arm64_fix_arch_detection.patch
 create mode 100644 meta/recipes-qt/qt4/qt4-4.8.6/0030-aarch64_arm64_qatomic_support.patch
 create mode 100644 meta/recipes-qt/qt4/qt4-4.8.6/0031-aarch64_arm64_mkspecs.patch
 create mode 100644 meta/recipes-qt/qt4/qt4-4.8.6/0032-aarch64_add_header.patch

-- 
1.9.1



             reply	other threads:[~2014-09-19  9:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-19  9:21 Kai Kang [this message]
2014-09-19  9:21 ` [PATCH 1/9] linux-yocto: depend on libgcc for aarch64 Kai Kang
2014-09-19  9:21 ` [PATCH 2/9] Add machine qemuarm64 Kai Kang
2014-09-19  9:21 ` [PATCH 3/9] gcc-4.9: redefine default library install directory Kai Kang
2014-09-19  9:21 ` [PATCH 4/9] libatomics-ops: add aarch64 target iniitial support Kai Kang
2014-09-19  9:21 ` [PATCH 5/9] qt4-native: add aarch64 support Kai Kang
2014-09-19  9:21 ` [PATCH 6/9] qt4: " Kai Kang
2014-09-19  9:21 ` [PATCH 7/9] qt4-embedded: disable webkit Kai Kang
2014-09-19  9:21 ` [PATCH 8/9] libpng: add neon option for aarch64 Kai Kang
2014-09-19  9:21 ` [PATCH 9/9] perf: disable libunwind support " Kai Kang
2014-09-22 16:01   ` Fathi Boudra
2014-09-23  6:11     ` Kang Kai
2014-09-23  8:23       ` Fathi Boudra
2014-09-23  9:13         ` Kang Kai

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.1411117403.git.kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=mark.hatle@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.