From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [zeus][PATCH 00/13] zeus -next review
Date: Mon, 6 Apr 2020 23:11:28 +0800 [thread overview]
Message-ID: <cover.1586185832.git.anuj.mittal@intel.com> (raw)
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
next reply other threads:[~2020-04-06 15:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-06 15:11 Anuj Mittal [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1586185832.git.anuj.mittal@intel.com \
--to=anuj.mittal@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.