[oe-commits] [openembedded-core] branch master-next updated (6467d95 -> 4709fed)

git at git.openembedded.org git at git.openembedded.org
Sat Aug 20 15:18:50 UTC 2016


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

  discards  6467d95   parselogs: Ignore uvesafb timeouts
       new  51b11e8   qemuboot.bbclass: add it for runqemu
       new  8961901   qemuarm.conf: set vars for runqemu
       new  53f5530   qemuarm64.conf: set vars for runqemu
       new  6569868   qemux86.conf/qemux86-64.conf: set vars for runqemu
       new  cd9148a   qemumips/qemumips64.conf: set vars for runqemu
       new  b689947   qemuppc.conf: set vars for runqemu
       new  6c8c5fe   qemu.inc: inherit qemuboot.bbclass
       new  3c6125dc  runqemu: refactor it and remove machine knowledge
       new  859b92d   parselogs: Ignore uvesafb timeouts
       new  5ce1770   linux-yocto/4.1/4.4: -stable updates and configuration changes
       new  0de3046   linux-yocto/4.4: fix configuration warnings
       new  7a49d5e   glibc: Fix scope resolution in glibc to be breadth first.
       new  17b4877   grub-efi.bbclass: Fix path in startup.nsh for iso image.
       new  421918b   xserver-xf86-config: pre-load int10 and exa modules
       new  2f41ffa   python3-native: Change code style for rprovides
       new  4709fed   python3-native: Extend python3-native rproviders

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   (6467d95)
            \
             N -- N -- N   refs/heads/master-next (4709fed)

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 "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

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


Summary of changes:
 meta/classes/grub-efi.bbclass                      |    2 +-
 meta/classes/qemuboot.bbclass                      |   59 +
 meta/conf/machine/include/qemu.inc                 |    2 +
 meta/conf/machine/include/qemuboot-mips.inc        |    7 +
 meta/conf/machine/include/qemuboot-x86.inc         |   14 +
 meta/conf/machine/qemuarm.conf                     |    5 +
 meta/conf/machine/qemuarm64.conf                   |    9 +
 meta/conf/machine/qemumips.conf                    |    1 +
 meta/conf/machine/qemumips64.conf                  |    1 +
 meta/conf/machine/qemuppc.conf                     |    6 +
 meta/conf/machine/qemux86-64.conf                  |    1 +
 meta/conf/machine/qemux86.conf                     |    1 +
 .../glibc/glibc/0026-build_local_scope.patch       |   56 +
 meta/recipes-core/glibc/glibc_2.24.bb              |    1 +
 .../python/python3-native_3.5.2.bb                 |   23 +-
 .../xserver-xf86-config/10-preload-modules.conf    |    3 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |    6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |    6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |    6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |    6 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       |   20 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |   20 +-
 scripts/runqemu                                    | 1258 ++++++++++++--------
 scripts/runqemu-internal                           |  739 ------------
 24 files changed, 953 insertions(+), 1299 deletions(-)
 create mode 100644 meta/classes/qemuboot.bbclass
 create mode 100644 meta/conf/machine/include/qemuboot-mips.inc
 create mode 100644 meta/conf/machine/include/qemuboot-x86.inc
 create mode 100644 meta/recipes-core/glibc/glibc/0026-build_local_scope.patch
 delete mode 100755 scripts/runqemu-internal

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


More information about the Openembedded-commits mailing list