public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [zeus][PATCH 00/13] zeus -next review
@ 2020-04-06 15:11 Anuj Mittal
  2020-04-06 15:11 ` [zeus][PATCH 01/13] u-boot-tools: Split out inc file Anuj Mittal
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Anuj Mittal @ 2020-04-06 15:11 UTC (permalink / raw)
  To: openembedded-core

Next set of changes for zeus. Please review.

Thanks,

Anuj

The following changes since commit 0743dcd0cd70dee87a49d3bcd017168352e60982:

  wic/direct: reserve 2 sector for extended partition (2020-03-26 07:33:07 +0800)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/zeus

Jan Luebbe (5):
  lib/oe/package_manager: make sure to not remove packages in apt
    install
  lib/oe/package_manager: fix handling of last package
  lib/oe/package_manager: collect provided package names when using debs
  lib/oe/package_manager: avoid installing provided packages via apt
  lib/oe/package_manager: don't try to rm /var/lib/opkg

Jeremy Puhlman (1):
  busybox: on upgrade save busybox if it is the last shell

Joshua Watt (1):
  u-boot-tools: Split out inc file

Marek Vasut (2):
  waffle: no need to depend on target python3
  lttng-modules: update to 2.10.14

Paul Barker (3):
  kernel-yocto.bbclass: Support config fragments with externalsrc
  perf: Fix externalsrc support
  kernelsrc.bbclass: Fix externalsrc support

haiqing (1):
  glib-2.0: fix CVE-2020-6750

 meta/classes/kernel-yocto.bbclass             |   3 +-
 meta/classes/kernelsrc.bbclass                |   2 +-
 meta/lib/oe/package_manager.py                |  37 +-
 meta/recipes-bsp/u-boot/u-boot-tools.inc      |  65 ++
 .../u-boot/u-boot-tools_2019.07.bb            |  67 +-
 meta/recipes-core/busybox/busybox.inc         |  43 +
 .../glib-2.0/glib-2.0/CVE-2020-6750.patch     | 741 ++++++++++++++++++
 meta/recipes-core/glib-2.0/glib-2.0_2.60.7.bb |   1 +
 meta/recipes-graphics/waffle/waffle_1.6.0.bb  |   5 +
 ...ops-when-trace-sunrpc_task-events-in.patch |  94 ---
 ...rpc_clnt-dereference-in-rpc_task_que.patch |  44 --
 ...rpc-use-signed-integer-for-client-id.patch | 105 ---
 ...nrpc-introduce-lttng_get_clid-helper.patch | 130 ---
 ...es_2.10.11.bb => lttng-modules_2.10.14.bb} |  12 +-
 meta/recipes-kernel/perf/perf.bb              |   2 +-
 15 files changed, 887 insertions(+), 464 deletions(-)
 create mode 100644 meta/recipes-bsp/u-boot/u-boot-tools.inc
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2020-6750.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-SUNRPC-Fix-oops-when-trace-sunrpc_task-events-in.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-Fix-sunrpc-null-rpc_clnt-dereference-in-rpc_task_que.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-Fix-sunrpc-use-signed-integer-for-client-id.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-sunrpc-introduce-lttng_get_clid-helper.patch
 rename meta/recipes-kernel/lttng/{lttng-modules_2.10.11.bb => lttng-modules_2.10.14.bb} (75%)

-- 
2.25.1


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

end of thread, other threads:[~2020-04-09 20:38 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-06 15:11 [zeus][PATCH 00/13] zeus -next review Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 01/13] u-boot-tools: Split out inc file Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 02/13] waffle: no need to depend on target python3 Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 03/13] lttng-modules: update to 2.10.14 Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 04/13] glib-2.0: fix CVE-2020-6750 Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 05/13] busybox: on upgrade save busybox if it is the last shell Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 06/13] lib/oe/package_manager: make sure to not remove packages in apt install Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 07/13] lib/oe/package_manager: fix handling of last package Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 08/13] lib/oe/package_manager: collect provided package names when using debs Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 09/13] lib/oe/package_manager: avoid installing provided packages via apt Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 10/13] lib/oe/package_manager: don't try to rm /var/lib/opkg Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 11/13] kernel-yocto.bbclass: Support config fragments with externalsrc Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 12/13] perf: Fix externalsrc support Anuj Mittal
2020-04-06 15:11 ` [zeus][PATCH 13/13] kernelsrc.bbclass: " Anuj Mittal
2020-04-06 15:32 ` ✗ patchtest: failure for zeus -next review (rev4) Patchwork

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