[oe-commits] [openembedded-core] branch master updated (a22b97a -> 8f596d4)

git at git.openembedded.org git at git.openembedded.org
Tue Mar 6 14:40:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

    from a22b97a  glibc: Compile using thumb2 for arch > armv5 if user chooses
     add 8daf2c5  grub-efi.bbclass: split out configuration portion
     add eff14ba  grub: create recipe for configuration
     add f9c3405  grub-efi: install to /boot/
     add 8d158bb  grub-efi: if installed and EFI_PROVIDER, install as bootx64 or bootia32
     add d8a6707  packagegroup-core-boot: add bootloader to EFI systems
     add 5493bb5  live-vm-common.bbclass: Don't use vmlinuz or VM_DEFAULT_KERNEL
     add d37be17  grub-efi*.bbclass: don't reference vmlinuz
     add db90405  wic: add wks file to make use of exclude-path functionality
     add 3d67edb  init-install-efi.sh: Update to support installing multiple kernels
     add 8e9a535  syslinux.bbclass: don't use vmlinuz
     add 5d14ff6  systemd-boot.bbclass: break out configuration creation
     add 8bf86db  systemd: add systemd-bootconf recipe
     add cceb426  systemd-boot*.bbclass: Don't use vmlinuz
     add 551925b  systemd-boot: add package that installs to boot
     add dfdd840  packagegroup-core-boot: add kernel for EFI systems
     add 5d66a4c  init-install.sh: support multiple kernels and don't assume vmlinuz
     add e102f77  layer.conf: add -bootconf recipes to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
     add 192c873  selftests: Add test case for booting a generic EFI boot partition image
     add 56ab836  grub-efi-cfg.bbclass: Don't reference or set OVERRIDES
     add 24ddc80  systemd-boot-cfg.bbclass: Don't reference or set OVERRIDES
     add 8f596d4  maintainers.inc: add myself as -bootconf recipe maintainer

No new revisions were added by this update.

Summary of changes:
 .../{grub-efi.bbclass => grub-efi-cfg.bbclass}     |  50 +--------
 meta/classes/grub-efi.bbclass                      | 124 +--------------------
 meta/classes/live-vm-common.bbclass                |   9 +-
 meta/classes/syslinux.bbclass                      |   4 +-
 meta/classes/systemd-boot-cfg.bbclass              |  70 ++++++++++++
 meta/classes/systemd-boot.bbclass                  |  72 +-----------
 meta/conf/distro/include/maintainers.inc           |   2 +
 meta/conf/layer.conf                               |   2 +
 meta/lib/oeqa/selftest/cases/efibootpartition.py   |  45 ++++++++
 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 +
 17 files changed, 301 insertions(+), 266 deletions(-)
 copy meta/classes/{grub-efi.bbclass => grub-efi-cfg.bbclass} (70%)
 create mode 100644 meta/classes/systemd-boot-cfg.bbclass
 create mode 100644 meta/lib/oeqa/selftest/cases/efibootpartition.py
 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