[oe-commits] [openembedded-core] branch master-next updated (b6cac82 -> b233122)

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 17:06:47 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master-next
in repository openembedded-core.

    from b6cac82  oe-selftest: quick hack to test
     new 54f2be5  wic: bootimg-partition: Add support to specify a custom extlinux.conf
     new dd674aa  wic: bootimg-partition: Select a preferred type if multi kernel images are installed
     new 0bc8243  autoconf: update runtime perl module dependencies
     new 9de971a  sstate: Avoid indirect autoconf-archive-native dependencies
     new 49b3e15  rootfs-postcommands: put image testdata under sstate control
     new a378a20  nasm: fix CVE-2018-8883 & CVE-2018-8882 & CVE-2018-10016 & CVE-2018-10316
     new d093c09  bitbake.conf, kernel-artifact-names.bbclass: introduce IMAGE_VERSION_SUFFIX instead of using DATETIME directly
     new 303da29  kernel-artifact-names, kernel-fitimage: add KERNEL_FIT_BASE_NAME, KERNEL_FIT_SYMLINK_NAME variables
     new a82b45b  kernel*.bbclass: rename *_SYMLINK_NAME variables to *_LINK_NAME and *_BASE_NAME to *_NAME
     new f3fbdea  kernel-artifact-names.bbclass, kernel.bbclass: remove prefix and extension from MODULE_TARBALL_* variables
     new e384d46  kernel-artifact-names.bbclass: Add 2 more variables to make it easier to change all names with one variable
     new b233122  kernel.bbclass: rename type variable to imageType

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/kernel-artifact-names.bbclass         | 27 ++++----
 meta/classes/kernel-devicetree.bbclass             | 22 +++---
 meta/classes/kernel-fitimage.bbclass               | 34 ++++------
 meta/classes/kernel.bbclass                        | 62 ++++++++---------
 meta/classes/rootfs-postcommands.bbclass           | 15 ++--
 meta/conf/bitbake.conf                             |  5 +-
 meta/conf/layer.conf                               |  4 +-
 meta/recipes-devtools/autoconf/autoconf.inc        | 31 ++++++++-
 ...t-we-are-not-reading-past-end-of-a-buffer.patch | 65 ++++++++++++++++++
 ...001-asm-eval.c-Avoid-possible-divide-by-0.patch | 40 +++++++++++
 .../0001-assemble-Check-global-line-limit.patch    | 50 ++++++++++++++
 .../nasm/nasm/0001-fix-CVE-2018-8882.patch         | 30 ++++++++
 meta/recipes-devtools/nasm/nasm_2.13.03.bb         |  4 ++
 .../lib/wic/plugins/source/bootimg-partition.py    | 79 ++++++++++++++--------
 14 files changed, 347 insertions(+), 121 deletions(-)
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-Verify-that-we-are-not-reading-past-end-of-a-buffer.patch
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-asm-eval.c-Avoid-possible-divide-by-0.patch
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-assemble-Check-global-line-limit.patch
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-fix-CVE-2018-8882.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list