[oe-commits] [openembedded-core] branch master-next updated (0e18116 -> e4d4f31)

git at git.openembedded.org git at git.openembedded.org
Sun Mar 4 13:38:36 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.

    from 0e18116  sdk: only install locales if we're using glibc
     new ea132f3  libsdl2: Upgrade 2.0.7 -> 2.0.8
     new 6a085a6  glibc: Compile using thumb2 for arch > armv5 if user chooses
     new 172b9fe  busybox: separate inittab into own package, due to SERIAL_CONSOLES being machine-specific
     new 4d6f572  layer.conf: add busybox-inittab to SIGGEN_EXCLUDERECIPES_ABISAFE
     new 8d7a800  grub-efi.bbclass: split out configuration portion
     new 825db92  grub: create recipe for configuration
     new fd49f3f  grub-efi: install to /boot/
     new b269883  grub-efi: if installed and EFI_PROVIDER, install as bootx64 or bootia32
     new 64a84f9  packagegroup-core-boot: add bootloader to EFI systems
     new af85545  live-vm-common.bbclass: Don't use vmlinuz or VM_DEFAULT_KERNEL
     new 66d8f30  grub-efi*.bbclass: don't reference vmlinuz
     new 1cf27f5  wic: add wks file to make use of exclude-path functionality
     new 1b594e8  init-install-efi.sh: Update to support installing multiple kernels
     new 7605a74  syslinux.bbclass: don't use vmlinuz
     new 2689c7e  systemd-boot.bbclass: break out configuration creation
     new 852df5c  systemd: add systemd-bootconf recipe
     new b63d25b  systemd-boot*.bbclass: Don't use vmlinuz
     new 56eca19  systemd-boot: add package that installs to boot
     new a2a2a83  packagegroup-core-boot: add kernel for EFI systems
     new 98c4e46  init-install.sh: support multiple kernels and don't assume vmlinuz
     new 73ccc58  layer.conf: add -bootconf recipes to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
     new a15aac8  selftests: Add test case for booting a generic EFI boot partition image
     new ec164da  grub-efi-cfg.bbclass: Don't reference or set OVERRIDES
     new 00409be  systemd-boot-cfg.bbclass: Don't reference or set OVERRIDES
     new e4d4f31  maintainers.inc: add myself as -bootconf recipe maintainer

The 25 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}     |  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                               |   3 +
 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 +++++--
 .../recipes-core/busybox/busybox-inittab_1.27.2.bb |  32 ++++++
 meta/recipes-core/busybox/busybox.inc              |  12 +-
 meta/recipes-core/glibc/glibc-collateral.inc       |   3 +-
 meta/recipes-core/glibc/glibc.inc                  |   3 +-
 .../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 ++++++
 .../libsdl2/{libsdl2_2.0.7.bb => libsdl2_2.0.8.bb} |   6 +-
 scripts/lib/wic/canned-wks/efi-bootdisk.wks.in     |   3 +
 22 files changed, 343 insertions(+), 281 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/busybox/busybox-inittab_1.27.2.bb
 create mode 100644 meta/recipes-core/systemd/systemd-bootconf_1.00.bb
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.7.bb => libsdl2_2.0.8.bb} (92%)
 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