[oe-commits] [openembedded-core] branch master updated (3cb303f -> d2a929d)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 21 13:53:19 UTC 2018


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

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

    from 3cb303f  weston-init: run login before start weston.service
     new 33f85c8  wic: bootimg-partition: Add support to specify a custom extlinux.conf
     new d1d8056  wic: bootimg-partition: Select a preferred type if multi kernel images are installed
     new 7176410  autoconf: update runtime perl module dependencies
     new 1f7399a  rootfs-postcommands: put image testdata under sstate control
     new 1245935  bitbake.conf, kernel-artifact-names.bbclass: introduce IMAGE_VERSION_SUFFIX instead of using DATETIME directly
     new fd69f8b  kernel-artifact-names, kernel-fitimage: add KERNEL_FIT_BASE_NAME, KERNEL_FIT_SYMLINK_NAME variables
     new f952c8e  kernel*.bbclass: rename *_SYMLINK_NAME variables to *_LINK_NAME and *_BASE_NAME to *_NAME
     new 43bd7f3  kernel-artifact-names.bbclass, kernel.bbclass: remove prefix and extension from MODULE_TARBALL_* variables
     new 416b58d  kernel-artifact-names.bbclass: Add 2 more variables to make it easier to change all names with one variable
     new 8d454ea  kernel.bbclass: rename type variable to imageType
     new f827087  mesa: Enable gallium-llvm on x86 and x86_64
     new 793a15a  gdb: Upgrade to 8.1.1
     new d6806b4  gdb: Alias rpl_stat to stat() on musl
     new d8c075d  dos2unix: Move to oe-core
     new 5e6e085  llvm: Use HOST_ARCH in LLVM_TARGETS_TO_BUILD for builds
     new 0053740  llvm: Enable AMDGPU backend for native/native-sdk builds too
     new ca0a40a  assimp.py: fix AttributeError in tearDownClass
     new c226820  openssl: fix hardcoded paths in native for openssl 1.1
     new d231564  sstate: Avoid indirect autoconf-archive-native dependencies
     new d2a929d  python/python3: add virtual/crypt to DEPENDS

The 20 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/distro/include/maintainers.inc           |  1 +
 meta/conf/layer.conf                               |  3 +
 meta/lib/oeqa/sdk/cases/assimp.py                  |  5 --
 ...SLDIR-and-ENGINESDIR-CFLAGS-to-be-control.patch | 39 +++++++++++
 .../recipes-connectivity/openssl/openssl_1.1.0i.bb | 10 +++
 meta/recipes-devtools/autoconf/autoconf.inc        | 31 ++++++++-
 .../gdb/{gdb-8.1.inc => gdb-8.1.1.inc}             |  4 +-
 ...canadian_8.1.bb => gdb-cross-canadian_8.1.1.bb} |  0
 .../gdb/{gdb-cross_8.1.bb => gdb-cross_8.1.1.bb}   |  0
 .../gdb/{gdb_8.1.bb => gdb_8.1.1.bb}               |  2 +-
 meta/recipes-devtools/llvm/llvm_git.bb             |  9 ++-
 meta/recipes-devtools/python/python3_3.5.5.bb      |  4 +-
 meta/recipes-devtools/python/python_2.7.15.bb      |  3 +-
 meta/recipes-graphics/cairo/cairo.inc              |  3 +-
 meta/recipes-graphics/mesa/mesa.inc                |  3 +
 meta/recipes-support/dos2unix/dos2unix_7.4.0.bb    | 34 ++++++++++
 .../lib/wic/plugins/source/bootimg-partition.py    | 79 ++++++++++++++--------
 23 files changed, 259 insertions(+), 136 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/openssl/0001-allow-OPENSSLDIR-and-ENGINESDIR-CFLAGS-to-be-control.patch
 rename meta/recipes-devtools/gdb/{gdb-8.1.inc => gdb-8.1.1.inc} (89%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.1.bb => gdb-cross-canadian_8.1.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_8.1.bb => gdb-cross_8.1.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_8.1.bb => gdb_8.1.1.bb} (92%)
 create mode 100644 meta/recipes-support/dos2unix/dos2unix_7.4.0.bb

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


More information about the Openembedded-commits mailing list