All of lore.kernel.org
 help / color / mirror / Atom feed
* [zeus 00/28][v2] Pull request
@ 2020-01-09  4:49 Armin Kuster
  2020-01-09  4:49 ` [zeus 01/28] sstate: Add ability to hide summary output for sstate Armin Kuster
                   ` (28 more replies)
  0 siblings, 29 replies; 32+ messages in thread
From: Armin Kuster @ 2020-01-09  4:49 UTC (permalink / raw)
  To: openembedded-core

V2 pull request with valgrind change removed.

The following changes since commit 754d0ae5a960056468cdf50e5965a4c22515f8f9:

  lttng-modules: fix NULL pointer deference error when testing rpc_task_running (2019-12-31 10:36:32 +0000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/zeus-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/zeus-next

Adrian Bunk (2):
  systemd: Upgrade 243 -> 243.2
  python3: Upgrade 3.7.5 -> 3.7.6

Bruce Ashfield (11):
  linux-yocto/5.2: update to v5.2.21
  linux-yocto/5.2: update to v5.2.22
  linux-yocto/5.2: update to v5.2.23
  linux-yocto/4.19: update to v4.19.84
  linux-yocto/5.2: update to v5.2.24
  linux-yocto/4.19: update to v4.19.87
  linux-yocto/5.2: update to v5.2.25
  linux-yocto/5.2: update to v5.2.26
  linux-yocto/5.2: update to v5.2.27
  linux-yocto/4.19/5.2/-dev: fix gcc10 build
  linux-yocto/5.2: update to v5.2.28

Joshua Watt (1):
  python3: RDEPEND on libgcc

Martin Jansa (1):
  sstate.bbclass: Fix for consistent whitespace

Richard Purdie (6):
  sstate: Add ability to hide summary output for sstate
  sstate: Stop overwriting SSTATE_PKG
  sstate: Ensure SSTATE_PKG is reloaded when handling siginfo
  sstate: Ensure target sstate directory exists if unihash changes
  sstate: Ensure mkdir happens before mktemp
  python3: Update to apply libgcc fix to libpython, glibc only

Robert Yang (1):
  pseudo: Make realpath() remove trailing slashes

Ross Burton (3):
  podfix: class to remove Pod::Man versions from manpages
  reproducible_build_simple: inherit podfix
  podfix: only alter normal files

Tim Orling (1):
  liberror-perl: update 0.17027 -> 0.17028

Vasyl Gomonovych (1):
  kernel: Make symbol link to vmlinux.64 in boot directory

Yanfei Xu (1):
  libsdl2: fix failure appeared in bitbake libsdl2-native

 meta/classes/kernel.bbclass                   |  3 +
 meta/classes/podfix.bbclass                   | 35 ++++++++++++
 .../classes/reproducible_build_simple.bbclass |  1 +
 meta/classes/sstate.bbclass                   | 51 +++++++++--------
 ...temd-boot_243.bb => systemd-boot_243.2.bb} |  0
 ...temd-conf_243.bb => systemd-conf_243.2.bb} |  0
 meta/recipes-core/systemd/systemd.inc         |  4 +-
 .../{systemd_243.bb => systemd_243.2.bb}      |  0
 ...rl_0.17027.bb => liberror-perl_0.17028.bb} |  6 +-
 ...1-realpath.c-Remove-trailing-slashes.patch | 57 +++++++++++++++++++
 meta/recipes-devtools/pseudo/pseudo_git.bb    |  1 +
 .../{python3_3.7.5.bb => python3_3.7.6.bb}    |  6 +-
 .../libsdl2/libsdl2_2.0.10.bb                 |  1 +
 .../linux/linux-yocto-rt_4.19.bb              |  6 +-
 .../linux/linux-yocto-rt_5.2.bb               |  6 +-
 .../linux/linux-yocto-tiny_4.19.bb            |  8 +--
 .../linux/linux-yocto-tiny_5.2.bb             |  8 +--
 meta/recipes-kernel/linux/linux-yocto_4.19.bb | 20 +++----
 meta/recipes-kernel/linux/linux-yocto_5.2.bb  | 22 +++----
 19 files changed, 167 insertions(+), 68 deletions(-)
 create mode 100644 meta/classes/podfix.bbclass
 rename meta/recipes-core/systemd/{systemd-boot_243.bb => systemd-boot_243.2.bb} (100%)
 rename meta/recipes-core/systemd/{systemd-conf_243.bb => systemd-conf_243.2.bb} (100%)
 rename meta/recipes-core/systemd/{systemd_243.bb => systemd_243.2.bb} (100%)
 rename meta/recipes-devtools/perl/{liberror-perl_0.17027.bb => liberror-perl_0.17028.bb} (85%)
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-realpath.c-Remove-trailing-slashes.patch
 rename meta/recipes-devtools/python/{python3_3.7.5.bb => python3_3.7.6.bb} (98%)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 32+ messages in thread
* [zeus 00/28] Pull request
@ 2020-01-07  2:34 Armin Kuster
  2020-01-07  2:34 ` [zeus 04/28] sstate: Ensure target sstate directory exists if unihash changes Armin Kuster
  0 siblings, 1 reply; 32+ messages in thread
From: Armin Kuster @ 2020-01-07  2:34 UTC (permalink / raw)
  To: openembedded-core

Please consider these changes for zeus update.
Passed A-full.


The following changes since commit 754d0ae5a960056468cdf50e5965a4c22515f8f9:

  lttng-modules: fix NULL pointer deference error when testing rpc_task_running (2019-12-31 10:36:32 +0000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/zeus-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/zeus-next

Adrian Bunk (2):
  systemd: Upgrade 243 -> 243.2
  python3: Upgrade 3.7.5 -> 3.7.6

Bruce Ashfield (11):
  linux-yocto/5.2: update to v5.2.21
  linux-yocto/5.2: update to v5.2.22
  linux-yocto/5.2: update to v5.2.23
  linux-yocto/4.19: update to v4.19.84
  linux-yocto/5.2: update to v5.2.24
  linux-yocto/4.19: update to v4.19.87
  linux-yocto/5.2: update to v5.2.25
  linux-yocto/5.2: update to v5.2.26
  linux-yocto/5.2: update to v5.2.27
  linux-yocto/4.19/5.2/-dev: fix gcc10 build
  linux-yocto/5.2: update to v5.2.28

Joshua Watt (1):
  python3: RDEPEND on libgcc

Khem Raj (1):
  valgrind: Fix build with -fno-common

Martin Jansa (1):
  sstate.bbclass: Fix for consistent whitespace

Richard Purdie (6):
  sstate: Add ability to hide summary output for sstate
  sstate: Stop overwriting SSTATE_PKG
  sstate: Ensure SSTATE_PKG is reloaded when handling siginfo
  sstate: Ensure target sstate directory exists if unihash changes
  sstate: Ensure mkdir happens before mktemp
  python3: Update to apply libgcc fix to libpython, glibc only

Robert Yang (1):
  pseudo: Make realpath() remove trailing slashes

Ross Burton (3):
  podfix: class to remove Pod::Man versions from manpages
  reproducible_build_simple: inherit podfix
  podfix: only alter normal files

Tim Orling (1):
  liberror-perl: update 0.17027 -> 0.17028

Yanfei Xu (1):
  libsdl2: fix failure appeared in bitbake libsdl2-native

 meta/classes/podfix.bbclass                   | 35 ++++++++++++
 .../classes/reproducible_build_simple.bbclass |  1 +
 meta/classes/sstate.bbclass                   | 51 +++++++++--------
 ...temd-boot_243.bb => systemd-boot_243.2.bb} |  0
 ...temd-conf_243.bb => systemd-conf_243.2.bb} |  0
 meta/recipes-core/systemd/systemd.inc         |  4 +-
 .../{systemd_243.bb => systemd_243.2.bb}      |  0
 ...rl_0.17027.bb => liberror-perl_0.17028.bb} |  6 +-
 ...1-realpath.c-Remove-trailing-slashes.patch | 57 +++++++++++++++++++
 meta/recipes-devtools/pseudo/pseudo_git.bb    |  1 +
 .../{python3_3.7.5.bb => python3_3.7.6.bb}    |  6 +-
 .../valgrind/valgrind/s390x_vec_op_t.patch    | 19 +++++++
 .../valgrind/valgrind_3.15.0.bb               |  1 +
 .../libsdl2/libsdl2_2.0.10.bb                 |  1 +
 .../linux/linux-yocto-rt_4.19.bb              |  6 +-
 .../linux/linux-yocto-rt_5.2.bb               |  6 +-
 .../linux/linux-yocto-tiny_4.19.bb            |  8 +--
 .../linux/linux-yocto-tiny_5.2.bb             |  8 +--
 meta/recipes-kernel/linux/linux-yocto_4.19.bb | 20 +++----
 meta/recipes-kernel/linux/linux-yocto_5.2.bb  | 22 +++----
 20 files changed, 184 insertions(+), 68 deletions(-)
 create mode 100644 meta/classes/podfix.bbclass
 rename meta/recipes-core/systemd/{systemd-boot_243.bb => systemd-boot_243.2.bb} (100%)
 rename meta/recipes-core/systemd/{systemd-conf_243.bb => systemd-conf_243.2.bb} (100%)
 rename meta/recipes-core/systemd/{systemd_243.bb => systemd_243.2.bb} (100%)
 rename meta/recipes-devtools/perl/{liberror-perl_0.17027.bb => liberror-perl_0.17028.bb} (85%)
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-realpath.c-Remove-trailing-slashes.patch
 rename meta/recipes-devtools/python/{python3_3.7.5.bb => python3_3.7.6.bb} (98%)
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/s390x_vec_op_t.patch

-- 
2.17.1



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

end of thread, other threads:[~2020-01-11  1:47 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09  4:49 [zeus 00/28][v2] Pull request Armin Kuster
2020-01-09  4:49 ` [zeus 01/28] sstate: Add ability to hide summary output for sstate Armin Kuster
2020-01-09  4:49 ` [zeus 02/28] sstate: Stop overwriting SSTATE_PKG Armin Kuster
2020-01-09  4:49 ` [zeus 03/28] sstate: Ensure SSTATE_PKG is reloaded when handling siginfo Armin Kuster
2020-01-09  4:49 ` [zeus 04/28] sstate: Ensure target sstate directory exists if unihash changes Armin Kuster
2020-01-09  4:49 ` [zeus 05/28] sstate: Ensure mkdir happens before mktemp Armin Kuster
2020-01-09  4:49 ` [zeus 06/28] sstate.bbclass: Fix for consistent whitespace Armin Kuster
2020-01-09  4:49 ` [zeus 07/28] linux-yocto/5.2: update to v5.2.21 Armin Kuster
2020-01-09  4:49 ` [zeus 08/28] linux-yocto/5.2: update to v5.2.22 Armin Kuster
2020-01-09  4:49 ` [zeus 09/28] linux-yocto/5.2: update to v5.2.23 Armin Kuster
2020-01-09  4:49 ` [zeus 10/28] linux-yocto/4.19: update to v4.19.84 Armin Kuster
2020-01-09  4:49 ` [zeus 11/28] linux-yocto/5.2: update to v5.2.24 Armin Kuster
2020-01-09  4:49 ` [zeus 12/28] linux-yocto/4.19: update to v4.19.87 Armin Kuster
2020-01-09  4:49 ` [zeus 13/28] linux-yocto/5.2: update to v5.2.25 Armin Kuster
2020-01-09  4:49 ` [zeus 14/28] linux-yocto/5.2: update to v5.2.26 Armin Kuster
2020-01-09  4:49 ` [zeus 15/28] linux-yocto/5.2: update to v5.2.27 Armin Kuster
2020-01-09  4:49 ` [zeus 16/28] linux-yocto/4.19/5.2/-dev: fix gcc10 build Armin Kuster
2020-01-09  4:49 ` [zeus 17/28] linux-yocto/5.2: update to v5.2.28 Armin Kuster
2020-01-09  4:49 ` [zeus 18/28] liberror-perl: update 0.17027 -> 0.17028 Armin Kuster
2020-01-09  4:49 ` [zeus 19/28] podfix: class to remove Pod::Man versions from manpages Armin Kuster
2020-01-09  4:49 ` [zeus 20/28] reproducible_build_simple: inherit podfix Armin Kuster
2020-01-09  4:49 ` [zeus 21/28] podfix: only alter normal files Armin Kuster
2020-01-09  4:49 ` [zeus 22/28] systemd: Upgrade 243 -> 243.2 Armin Kuster
2020-01-09  4:49 ` [zeus 23/28] python3: Upgrade 3.7.5 -> 3.7.6 Armin Kuster
2020-01-09  4:49 ` [zeus 24/28] python3: RDEPEND on libgcc Armin Kuster
2020-01-11  1:47   ` Randy MacLeod
2020-01-09  4:49 ` [zeus 25/28] python3: Update to apply libgcc fix to libpython, glibc only Armin Kuster
2020-01-09  4:49 ` [zeus 26/28] pseudo: Make realpath() remove trailing slashes Armin Kuster
2020-01-09  4:49 ` [zeus 27/28] libsdl2: fix failure appeared in bitbake libsdl2-native Armin Kuster
2020-01-09  4:49 ` [zeus 28/28] kernel: Make symbol link to vmlinux.64 in boot directory Armin Kuster
2020-01-10 23:15 ` [zeus 00/28][v2] Pull request akuster808
  -- strict thread matches above, loose matches on Subject: below --
2020-01-07  2:34 [zeus 00/28] " Armin Kuster
2020-01-07  2:34 ` [zeus 04/28] sstate: Ensure target sstate directory exists if unihash changes Armin Kuster

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.