Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] RISC-V Build fixes
@ 2018-03-17  3:40 Khem Raj
  2018-03-17  3:40 ` [PATCH 1/5] gcc: Do not use --with-linker-hash-style if LINKER_HASH_STYLE is empty Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Khem Raj @ 2018-03-17  3:40 UTC (permalink / raw)
  To: openembedded-core

These packages were failing to build for qemuriscv64 world build
Some fixes are common, some are backports and some are already
submitted to respective upstream

The following changes since commit c94271d87d16323f920891344642f76dfb3c994f:

  buildperf: measure the size of core-image-sato rootfs (2018-03-16 03:42:03 -0700)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/riscv64-fixes-3
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/riscv64-fixes-3

Khem Raj (5):
  gcc: Do not use --with-linker-hash-style if LINKER_HASH_STYLE is empty
  mtd-utils: Explicitly add pthread options to cflags
  x264: Use updated gnu-config artifacts
  python-numpy: Fix build for riscv64
  dpkg: Backport riscv support

 .../0001-arch-Add-support-for-riscv64-CPU.patch    |  54 ++++++++
 .../dpkg/dpkg/glibc2.5-sync_file_range.patch       |  21 +++-
 meta/recipes-devtools/dpkg/dpkg_1.18.24.bb         |   1 +
 meta/recipes-devtools/gcc/gcc-7.3.inc              |   2 +-
 meta/recipes-devtools/mtd/mtd-utils_git.bb         |   2 +
 .../files/0001-npy_cpu-Add-riscv-support.patch     |  28 +++++
 .../python-numpy/files/riscv64/_numpyconfig.h      |  32 +++++
 .../python-numpy/files/riscv64/config.h            | 139 +++++++++++++++++++++
 .../recipes-devtools/python-numpy/python-numpy.inc |   5 +
 meta/recipes-multimedia/x264/x264_git.bb           |   2 +
 10 files changed, 280 insertions(+), 6 deletions(-)
 create mode 100644 meta/recipes-devtools/dpkg/dpkg/0001-arch-Add-support-for-riscv64-CPU.patch
 create mode 100644 meta/recipes-devtools/python-numpy/files/0001-npy_cpu-Add-riscv-support.patch
 create mode 100644 meta/recipes-devtools/python-numpy/files/riscv64/_numpyconfig.h
 create mode 100644 meta/recipes-devtools/python-numpy/files/riscv64/config.h

-- 
2.16.2



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-03-19 18:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-17  3:40 [PATCH 0/5] RISC-V Build fixes Khem Raj
2018-03-17  3:40 ` [PATCH 1/5] gcc: Do not use --with-linker-hash-style if LINKER_HASH_STYLE is empty Khem Raj
2018-03-17  3:40 ` [PATCH 2/5] mtd-utils: Explicitly add pthread options to cflags Khem Raj
2018-03-17  3:40 ` [PATCH 3/5] x264: Use updated gnu-config artifacts Khem Raj
2018-03-19 11:36   ` Burton, Ross
2018-03-19 15:32     ` Khem Raj
2018-03-19 16:54     ` Khem Raj
2018-03-19 17:23       ` Burton, Ross
2018-03-19 17:48         ` Khem Raj
2018-03-19 18:38           ` Burton, Ross
2018-03-17  3:40 ` [PATCH 4/5] python-numpy: Fix build for riscv64 Khem Raj
2018-03-17  3:40 ` [PATCH 5/5] dpkg: Backport riscv support Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox