public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core][dunfell 00/16] Patch review
@ 2020-12-01 18:51 Steve Sakoman
  2020-12-01 18:51 ` [OE-core][dunfell 01/16] kernel: provide module.lds for out of tree builds in v5.10+ Steve Sakoman
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Steve Sakoman @ 2020-12-01 18:51 UTC (permalink / raw)
  To: openembedded-core

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

Passed a-full on autobuilder:

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

The following changes since commit b885888df67eb5cdb3b82f4f0a07369a449e223b:

  build-appliance-image: Update to dunfell head revision (2020-11-25 23:25:31 +0000)

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

Anuj Mittal (1):
  distutils-common-base: fix LINKSHARED expansion

Bruce Ashfield (2):
  kernel: provide module.lds for out of tree builds in v5.10+
  kernel: relocate copy of module.lds to module compilation task

Fedor Ross (2):
  sysvinit: remove bashism to be compatible with dash
  eudev: remove bashism to be compatible with dash

Loic Domaigne (1):
  roofs_*.bbclass: fix missing vardeps for do_rootfs

Max Krummenacher (1):
  linux-firmware: rdepend on license for all nvidia packages

Richard Purdie (2):
  fs-perms: Ensure /usr/src/debug/ file modes are correct
  e2fsprogs: Fix a ptest permissions determinism issue

Ross Burton (4):
  cve-check: show real PN/PV
  python3: add CVE-2007-4559 to whitelist
  gstreamer1.0-rtsp-server: set CVE_PRODUCT
  gstreamer1.0-plugins-base: set CVE_PRODUCT

Steve Sakoman (1):
  sqlite3: add CVE-2015-3717 to whitelist

Vyacheslav Yurkov (1):
  license_image.bbclass: use canonical name for license files

Wonmin Jung (1):
  kernel: Set proper LD in KERNEL_KCONFIG_COMMAND

 meta/classes/cve-check.bbclass                           | 9 ++++++---
 meta/classes/distutils-common-base.bbclass               | 2 +-
 meta/classes/kernel.bbclass                              | 6 +++++-
 meta/classes/license_image.bbclass                       | 3 ++-
 meta/classes/package.bbclass                             | 2 +-
 meta/classes/rootfs_deb.bbclass                          | 2 +-
 meta/classes/rootfs_ipk.bbclass                          | 2 +-
 meta/classes/rootfs_rpm.bbclass                          | 2 +-
 meta/conf/abi_version.conf                               | 2 +-
 meta/files/fs-perms-persistent-log.txt                   | 2 +-
 meta/files/fs-perms.txt                                  | 2 +-
 meta/recipes-core/sysvinit/sysvinit/rc                   | 2 +-
 meta/recipes-core/udev/eudev/init                        | 2 +-
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.4.bb      | 2 ++
 meta/recipes-devtools/python/python3_3.8.2.bb            | 2 ++
 .../linux-firmware/linux-firmware_20201022.bb            | 1 +
 meta/recipes-kernel/linux/kernel-devsrc.bb               | 6 ++++++
 .../gstreamer/gstreamer1.0-plugins-base_1.16.3.bb        | 2 ++
 .../gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb         | 2 ++
 meta/recipes-support/sqlite/sqlite3_3.31.1.bb            | 2 ++
 20 files changed, 40 insertions(+), 15 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-12-01 19:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-01 18:51 [OE-core][dunfell 00/16] Patch review Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 01/16] kernel: provide module.lds for out of tree builds in v5.10+ Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 02/16] kernel: relocate copy of module.lds to module compilation task Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 03/16] kernel: Set proper LD in KERNEL_KCONFIG_COMMAND Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 04/16] roofs_*.bbclass: fix missing vardeps for do_rootfs Steve Sakoman
2020-12-01 18:59   ` Robert P. J. Day
2020-12-01 19:49     ` Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 05/16] linux-firmware: rdepend on license for all nvidia packages Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 06/16] license_image.bbclass: use canonical name for license files Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 07/16] cve-check: show real PN/PV Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 08/16] python3: add CVE-2007-4559 to whitelist Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 09/16] sqlite3: add CVE-2015-3717 " Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 10/16] gstreamer1.0-rtsp-server: set CVE_PRODUCT Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 11/16] gstreamer1.0-plugins-base: " Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 12/16] distutils-common-base: fix LINKSHARED expansion Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 13/16] sysvinit: remove bashism to be compatible with dash Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 14/16] eudev: " Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 15/16] fs-perms: Ensure /usr/src/debug/ file modes are correct Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 16/16] e2fsprogs: Fix a ptest permissions determinism issue Steve Sakoman

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