[oe-commits] [openembedded-core] branch master-next updated (edb00ef -> 2b3f235)

git at git.openembedded.org git at git.openembedded.org
Sun Dec 10 18:03:34 UTC 2017


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 edb00ef  XX runqemu: dump pagetypeinfo if qemu fails
 discard c9c585a  populate_sdk_ext: Use prebuilt uninative tarball
 discard 6b93ab9  kernel-yocto: ensure that only a single defconfig is processed
 discard 92961c5  kernel-yocto: Stop the build if defconfig is missing
 discard a368917  kernel-yocto: ensure sccs variable is set when using KBUILD_DEFCONFIG
 discard 6f7033b  linux-yocto/4.9: update to v4.9.65
 discard 16ac772  linux-yocto/4.12: iwlwifi calltrace fixes and configuration warning cleanups
 discard fd35f2a  linux-yocto/4.9: update to v4.9.61
 discard 3e09a4a  mkelfimage: Remove un-needed recipe
 discard 26fdd53  oeqa/qemu: remove elf image type
 discard e24198f  image_types: Remove ELF type
     new 50be929  linux-yocto/4.9: update to v4.9.61
     new 84dd578  linux-yocto/4.12: iwlwifi calltrace fixes and configuration warning cleanups
     new 75d1d56  linux-yocto/4.9: update to v4.9.65
     new 2777898  kernel-yocto: ensure sccs variable is set when using KBUILD_DEFCONFIG
     new a9ab050  kernel-yocto: Stop the build if defconfig is missing
     new b89f36e  kernel-yocto: ensure that only a single defconfig is processed
     new ea5509a  populate_sdk_ext: Use prebuilt uninative tarball
     new 5b7983e  multilib_global: Handle PREFERRED_RPROVIDER
     new 2b3f235  XX runqemu: dump pagetypeinfo if qemu fails

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   (edb00ef)
            \
             N -- N -- N   refs/heads/master-next (2b3f235)

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 9 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/image_types.bbclass                   |  13 +
 meta/classes/multilib_global.bbclass               |  26 ++
 meta/lib/oeqa/core/target/qemu.py                  |   2 +-
 .../mkelfimage/mkelfimage/convert.bin.c            | 348 +++++++++++++++++++++
 .../mkelfimage/mkelfimage/cross-compile.patch      | 106 +++++++
 .../mkelfimage/fix-makefile-to-find-libz.patch     |  33 ++
 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |  48 +++
 7 files changed, 575 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-devtools/mkelfimage/mkelfimage/convert.bin.c
 create mode 100644 meta/recipes-devtools/mkelfimage/mkelfimage/cross-compile.patch
 create mode 100644 meta/recipes-devtools/mkelfimage/mkelfimage/fix-makefile-to-find-libz.patch
 create mode 100644 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb

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


More information about the Openembedded-commits mailing list