[oe-commits] [openembedded-core] branch master-next updated (62d29fc -> 84e3d7b)

git at git.openembedded.org git at git.openembedded.org
Wed Jan 8 15:04:20 UTC 2020


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

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

 discard 62d29fc  meta-extsdk-toolchain: Mark as nostamp
     new 9f80db2  ovmf: update to 201911
     new 78a9cf9  alsa-lib: 1.1.9 -> 1.2.1.2
     new 662fb89  alsa-ucm-conf: new recipe, version 1.2.1.2
     new 1861372  alsa-topology-conf: new recipe, version 1.2.1
     new d004bb0  alsa-utils: 1.1.9 -> 1.2.1
     new 269f8cc  alsa-plugins: 1.1.9 -> 1.2.1
     new 84e3d7b  meta-extsdk-toolchain: Mark as nostamp

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (62d29fc)
            \
             N -- N -- N   refs/heads/master-next (84e3d7b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 7 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/conf/distro/include/maintainers.inc           |    2 +
 ...001-ovmf-update-path-to-native-BaseTools.patch} |   11 +-
 ...akefile-adjust-to-build-in-under-bitbake.patch} |   17 +-
 ...patch => 0003-ovmf-enable-long-path-file.patch} |   18 +-
 ...rchs.patch => 0004-ovmf-Update-to-latest.patch} |   26 +-
 .../VfrCompile-increase-path-length-limit.patch    |   33 -
 meta/recipes-core/ovmf/ovmf_git.bb                 |   12 +-
 ...1-Fix-alsa-sound-.h-for-external-programs.patch | 7104 ++++++++++++++++++++
 ...gure.ac-remove-an-unnecessary-libtool-fix.patch |   50 +
 ...001-uapi-Move-typedefs-from-uapi-to-sound.patch |  137 +
 ...e-strncmp-to-avoid-access-out-of-boundary.patch |   41 +
 ...always-at-least-NULL-if-no-list-is-availa.patch |   45 +
 .../0003-namehint-correct-the-args-check.patch     |   34 +
 ...prove-the-previous-patch-check-the-return.patch |   31 +
 ...fail-to-parse-configs-on-cards-with-an-em.patch |   86 +
 .../{alsa-lib_1.1.9.bb => alsa-lib_1.2.1.2.bb}     |   21 +-
 ...alsa-plugins_1.1.9.bb => alsa-plugins_1.2.1.bb} |    4 +-
 .../alsa/alsa-topology-conf_1.2.1.bb               |   22 +
 .../alsa/alsa-ucm-conf_1.2.1.2.bb                  |   23 +
 ...cripts_1.1.9.bb => alsa-utils-scripts_1.2.1.bb} |    0
 .../{alsa-utils_1.1.9.bb => alsa-utils_1.2.1.bb}   |    7 +-
 21 files changed, 7650 insertions(+), 74 deletions(-)
 rename meta/recipes-core/ovmf/ovmf/{0002-ovmf-update-path-to-native-BaseTools.patch => 0001-ovmf-update-path-to-native-BaseTools.patch} (84%)
 rename meta/recipes-core/ovmf/ovmf/{0003-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch => 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch} (75%)
 rename meta/recipes-core/ovmf/ovmf/{0004-ovmf-enable-long-path-file.patch => 0003-ovmf-enable-long-path-file.patch} (54%)
 rename meta/recipes-core/ovmf/ovmf/{no-stack-protector-all-archs.patch => 0004-ovmf-Update-to-latest.patch} (82%)
 delete mode 100644 meta/recipes-core/ovmf/ovmf/VfrCompile-increase-path-length-limit.patch
 create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/0001-Fix-alsa-sound-.h-for-external-programs.patch
 create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/0001-configure.ac-remove-an-unnecessary-libtool-fix.patch
 create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/0001-uapi-Move-typedefs-from-uapi-to-sound.patch
 create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/0001-ucm-Use-strncmp-to-avoid-access-out-of-boundary.patch
 create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/0002-ucm-return-always-at-least-NULL-if-no-list-is-availa.patch
 create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/0003-namehint-correct-the-args-check.patch
 create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/0004-namehint-improve-the-previous-patch-check-the-return.patch
 create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/0005-ucm-Do-not-fail-to-parse-configs-on-cards-with-an-em.patch
 rename meta/recipes-multimedia/alsa/{alsa-lib_1.1.9.bb => alsa-lib_1.2.1.2.bb} (51%)
 rename meta/recipes-multimedia/alsa/{alsa-plugins_1.1.9.bb => alsa-plugins_1.2.1.bb} (98%)
 create mode 100644 meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb
 create mode 100644 meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.1.2.bb
 rename meta/recipes-multimedia/alsa/{alsa-utils-scripts_1.1.9.bb => alsa-utils-scripts_1.2.1.bb} (100%)
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.1.9.bb => alsa-utils_1.2.1.bb} (97%)

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


More information about the Openembedded-commits mailing list