public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core][dunfell 00/14] Patch review
@ 2020-10-09 14:18 Steve Sakoman
  2020-10-09 14:18 ` [OE-core][dunfell 01/14] Revert "lttng-modules: backport writeback.h changes from 2.12.x to fix kernel 5.4.62+" Steve Sakoman
                   ` (13 more replies)
  0 siblings, 14 replies; 20+ messages in thread
From: Steve Sakoman @ 2020-10-09 14:18 UTC (permalink / raw)
  To: openembedded-core

Please review this next set of patches for dunfell and have comments back
by end of day Tuesday.

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1464

The following changes since commit 552739383321bd9b4780bd0026d6107ece530522:

  perl: fix ptest test count (2020-10-05 04:29:40 -1000)

are available in the Git repository at:

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

Bruce Ashfield (4):
  linux-yocto/5.4: fix kprobes build warning
  linux-yocto/5.4: update to v5.4.67
  linux-yocto/5.4: update to v5.4.68
  linux-yocto/5.4: update to v5.4.69

Joshua Watt (1):
  classes/sanity: Bump minimum python version to 3.5

Marek Vasut (4):
  lttng-modules: update to 2.11.6
  lttng-tools: update to 2.11.5
  lttng-ust: update to 2.11.1
  stress-ng: Upgrade 0.11.01 -> 0.11.17

Richard Purdie (2):
  glibc: do_stash_locale must not delete files from ${D}
  libtools-cross/shadow-sysroot: Use nopackages inherit

Steve Sakoman (1):
  Revert "lttng-modules: backport writeback.h changes from 2.12.x to fix
    kernel 5.4.62+"

Victor Kamensky (2):
  qemu: add 34Kf-64tlb fictitious cpu type
  qemumips: use 34Kf-64tlb CPU emulation

 meta/classes/sanity.bbclass                   |   4 +-
 meta/conf/machine/qemumips.conf               |   2 +-
 meta/recipes-core/glibc/glibc-package.inc     |   1 -
 .../libtool/libtool-cross_2.4.6.bb            |   2 +
 meta/recipes-devtools/qemu/qemu.inc           |   1 +
 ...tlb-fictitious-cpu-type-like-34Kf-bu.patch | 118 ++++++++++++++++
 .../shadow/shadow-sysroot_4.6.bb              |   2 +
 ...ownership-when-installing-example-jo.patch |   2 +-
 ...ess-ng_0.11.01.bb => stress-ng_0.11.17.bb} |   4 +-
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 +--
 ...ckport-writeback.h-changes-from-2.12.patch | 128 ------------------
 ...ules_2.11.2.bb => lttng-modules_2.11.6.bb} |  11 +-
 ...-tools_2.11.2.bb => lttng-tools_2.11.5.bb} |   4 +-
 ...ttng-ust_2.11.1.bb => lttng-ust_2.11.2.bb} |   4 +-
 16 files changed, 156 insertions(+), 163 deletions(-)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-mips-add-34Kf-64tlb-fictitious-cpu-type-like-34Kf-bu.patch
 rename meta/recipes-extended/stress-ng/{stress-ng_0.11.01.bb => stress-ng_0.11.17.bb} (83%)
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-lttng-modules-backport-writeback.h-changes-from-2.12.patch
 rename meta/recipes-kernel/lttng/{lttng-modules_2.11.2.bb => lttng-modules_2.11.6.bb} (81%)
 rename meta/recipes-kernel/lttng/{lttng-tools_2.11.2.bb => lttng-tools_2.11.5.bb} (98%)
 rename meta/recipes-kernel/lttng/{lttng-ust_2.11.1.bb => lttng-ust_2.11.2.bb} (93%)

-- 
2.17.1


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

end of thread, other threads:[~2020-10-12 14:39 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-09 14:18 [OE-core][dunfell 00/14] Patch review Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 01/14] Revert "lttng-modules: backport writeback.h changes from 2.12.x to fix kernel 5.4.62+" Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 02/14] lttng-modules: update to 2.11.6 Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 03/14] lttng-tools: update to 2.11.5 Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 04/14] lttng-ust: update to 2.11.1 Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 05/14] stress-ng: Upgrade 0.11.01 -> 0.11.17 Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 06/14] glibc: do_stash_locale must not delete files from ${D} Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 07/14] libtools-cross/shadow-sysroot: Use nopackages inherit Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 08/14] classes/sanity: Bump minimum python version to 3.5 Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 09/14] linux-yocto/5.4: fix kprobes build warning Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 10/14] linux-yocto/5.4: update to v5.4.67 Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 11/14] linux-yocto/5.4: update to v5.4.68 Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 12/14] linux-yocto/5.4: update to v5.4.69 Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 13/14] qemu: add 34Kf-64tlb fictitious cpu type Steve Sakoman
2020-10-09 19:23   ` akuster
2020-10-09 19:28     ` Steve Sakoman
2020-10-09 20:12       ` Bruce Ashfield
2020-10-09 20:44       ` Khem Raj
2020-10-12 14:39         ` Steve Sakoman
2020-10-09 14:18 ` [OE-core][dunfell 14/14] qemumips: use 34Kf-64tlb CPU emulation Steve Sakoman

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