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

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

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

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 1 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/grub-efi-cfg.bbclass                  | 121 --------------------
 meta/classes/grub-efi.bbclass                      | 124 ++++++++++++++++++++-
 meta/classes/live-vm-common.bbclass                |   9 +-
 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/sstatesig.py                           |   1 +
 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 -
 16 files changed, 220 insertions(+), 377 deletions(-)
 delete mode 100644 meta/classes/grub-efi-cfg.bbclass
 delete mode 100644 meta/classes/systemd-boot-cfg.bbclass
 delete mode 100644 meta/recipes-bsp/grub/grub-bootconf_1.00.bb
 delete mode 100644 meta/recipes-core/systemd/systemd-bootconf_1.00.bb
 delete 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