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

git at git.openembedded.org git at git.openembedded.org
Mon Aug 22 13:34:12 UTC 2016


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

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

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 7 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/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 -
 .../xserver-xf86-config/10-preload-modules.conf    |    3 +-
 scripts/runqemu                                    | 1258 ++++++++------------
 scripts/runqemu-internal                           |  739 ++++++++++++
 14 files changed, 1265 insertions(+), 841 deletions(-)
 delete mode 100644 meta/classes/qemuboot.bbclass
 delete mode 100644 meta/conf/machine/include/qemuboot-mips.inc
 delete mode 100644 meta/conf/machine/include/qemuboot-x86.inc
 create 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