[oe-commits] [openembedded-core] branch master-next updated (b1f4e28 -> 828da11)

git at git.openembedded.org git at git.openembedded.org
Tue Feb 27 21:46:11 UTC 2018


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 b1f4e28  package_manager: Filter to only rpms we depend upon
     new 85e72e1  package_manager: Filter to only rpms we depend upon
     new 3998fe3  sstatesig/staging/package_manager: Create common sstate manifest code
     new 5c92d48  grub-efi.bbclass: split out configuration portion
     new 8e630b4  grub: create recipe for configuration
     new d37096c  grub-efi: install to /boot/
     new 68e37d6  grub-efi: if installed and EFI_PROVIDER, install as bootx64 or bootia32
     new 6f9bbb7  packagegroup-core-boot: add bootloader to EFI systems
     new 93fedae  live-vm-common.bbclass: Don't use vmlinuz or VM_DEFAULT_KERNEL
     new d4efa38  grub-efi*.bbclass: don't reference vmlinuz
     new ac8b437  wic: add wks file to make use of exclude-path functionality
     new b854a38  init-install-efi.sh: Update to support installing multiple kernels
     new d0b488b  syslinux.bbclass: don't use vmlinuz
     new 26e7be8  systemd-boot.bbclass: break out configuration creation
     new d5ee301  systemd: add systemd-bootconf recipe
     new a34184e  systemd-boot*.bbclass: Don't use vmlinuz
     new 2f3868e  systemd-boot: add package that installs to boot
     new e012541  packagegroup-core-boot: add kernel for EFI systems
     new 9d858fe  init-install.sh: support multiple kernels and don't assume vmlinuz
     new 828da11  layer.conf: add -bootconf recipes to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

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   (b1f4e28)
            \
             N -- N -- N   refs/heads/master-next (828da11)

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 19 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:
 .../{grub-efi.bbclass => grub-efi-cfg.bbclass}     |  44 +-------
 meta/classes/grub-efi.bbclass                      | 124 +--------------------
 meta/classes/live-vm-common.bbclass                |   9 +-
 meta/classes/staging.bbclass                       |  36 +-----
 meta/classes/syslinux.bbclass                      |   4 +-
 meta/classes/systemd-boot-cfg.bbclass              |  75 +++++++++++++
 meta/classes/systemd-boot.bbclass                  |  72 +-----------
 meta/conf/layer.conf                               |   2 +
 meta/lib/oe/package_manager.py                     |  31 +-----
 meta/lib/oe/sstatesig.py                           |  34 ++++++
 meta/recipes-bsp/grub/grub-bootconf_1.00.bb        |  29 +++++
 meta/recipes-bsp/grub/grub-efi_2.02.bb             |  43 +++++--
 .../initrdscripts/files/init-install-efi.sh        |  15 ++-
 .../initrdscripts/files/init-install.sh            |  37 +++++-
 .../packagegroups/packagegroup-core-boot.bb        |   3 +
 meta/recipes-core/systemd/systemd-boot_234.bb      |  28 ++++-
 meta/recipes-core/systemd/systemd-bootconf_1.00.bb |  31 ++++++
 scripts/lib/wic/canned-wks/efi-bootdisk.wks.in     |   3 +
 18 files changed, 299 insertions(+), 321 deletions(-)
 copy meta/classes/{grub-efi.bbclass => grub-efi-cfg.bbclass} (74%)
 create mode 100644 meta/classes/systemd-boot-cfg.bbclass
 create mode 100644 meta/recipes-bsp/grub/grub-bootconf_1.00.bb
 create mode 100644 meta/recipes-core/systemd/systemd-bootconf_1.00.bb
 create mode 100644 scripts/lib/wic/canned-wks/efi-bootdisk.wks.in

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


More information about the Openembedded-commits mailing list