Openembedded Core Discussions
 help / color / mirror / Atom feed
* [pyro][PATCH 0/3] Backports for pyro
@ 2018-04-25 14:07 Martin Jansa
  2018-04-25 14:07 ` [pyro][PATCH 1/3] sstate-sysroot-cruft.sh: Extend the whitelist Martin Jansa
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Martin Jansa @ 2018-04-25 14:07 UTC (permalink / raw)
  To: Armin Kuster, openembedded-core

The following changes since commit f8cc08fc7db26241d996ac710484d559eff5f9c0:

  distcc: Change SRC_URI (2018-04-02 17:09:07 +0100)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib jansa/pyro-backports
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=jansa/pyro-backports

Martin Jansa (3):
  sstate-sysroot-cruft.sh: Extend the whitelist
  sstate-diff-machines.sh: Replace MACHINE_ARCH only at the beginning
    and separated with dash
  scripts/test-dependencies.sh: remove

 scripts/sstate-diff-machines.sh |   2 +-
 scripts/sstate-sysroot-cruft.sh |   2 +
 scripts/test-dependencies.sh    | 286 --------------------------------
 3 files changed, 3 insertions(+), 287 deletions(-)
 delete mode 100755 scripts/test-dependencies.sh

-- 
2.17.0



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [pyro][PATCH 0/3] Backports for pyro
@ 2017-09-06 16:09 Martin Jansa
  2017-09-07 14:29 ` akuster808
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2017-09-06 16:09 UTC (permalink / raw)
  To: openembedded-core

All 3 are backports from master.

qemu and nspr change needed small tweak to apply for older version.

qemu change is already backported to morty, which seems wrong that
it's missing in pyro. (the morty patch also looks a bit differently than
the version from master, see:
"qemu: Backport a patch for recent glibc versions" commit in morty)

The build with pyro still doesn't work on hosts with glibc-2.26.

cross-localedef-native/2.25-r0 on host system with glibc-2.26
is choking on it's own locale_t https://pastebin.com/udCzFA9L
but more difficult to resolve here when it mixes host's headers
from glibc-2.26 with glibc-2.25 code.

I'll probably use LOCALE_GENERATION_WITH_CROSS-LOCALEDEF to bypass
this, but it there is a plan to support Pyro on more recent hosts than
this should be resolved as well

The following changes since commit 1009498f23ad319825c00ba60a4693d15aada553:

  package.bbclass: Restore functionality to detect RPM dependencies (2017-08-30 23:59:53 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib jansa/pyro-backports
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=jansa/pyro-backports

Khem Raj (3):
  icu: Fix build with glibc 2.26
  qemu: Replace use of struct ucontext with ucontext_t
  nspr: Fix build error due to missing stdint.h> include

 ...lace-struct-ucontext-with-ucontext_t-type.patch | 265 +++++++++++++++++++++
 meta/recipes-devtools/qemu/qemu_2.8.0.bb           |   1 +
 .../icu/icu/0001-i18n-Drop-include-xlocale.h.patch |  31 +++
 meta/recipes-support/icu/icu_58.2.bb               |   3 +-
 ...int.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch |  30 +++
 meta/recipes-support/nspr/nspr_4.13.1.bb           |   1 +
 6 files changed, 330 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-replace-struct-ucontext-with-ucontext_t-type.patch
 create mode 100644 meta/recipes-support/icu/icu/0001-i18n-Drop-include-xlocale.h.patch
 create mode 100644 meta/recipes-support/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch

-- 
2.14.1



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

end of thread, other threads:[~2018-04-25 14:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-25 14:07 [pyro][PATCH 0/3] Backports for pyro Martin Jansa
2018-04-25 14:07 ` [pyro][PATCH 1/3] sstate-sysroot-cruft.sh: Extend the whitelist Martin Jansa
2018-04-25 14:07 ` [pyro][PATCH 2/3] sstate-diff-machines.sh: Replace MACHINE_ARCH only at the beginning and separated with dash Martin Jansa
2018-04-25 14:07 ` [pyro][PATCH 3/3] scripts/test-dependencies.sh: remove Martin Jansa
2018-04-25 14:45 ` ✗ patchtest: failure for Backports for pyro (rev4) Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2017-09-06 16:09 [pyro][PATCH 0/3] Backports for pyro Martin Jansa
2017-09-07 14:29 ` akuster808

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