This change updates the locked systemd-boot revision to v232 release which is the current in OE.
Signed-off-by: Jianxun Zhang <[email protected]> --- Pre-submission RMC test passed on these boards: Live boot (hddimg) Nuc gen 6 Broxton-M Gelileo gen 2 (quark) T100TA (32 bit) Minowmax Turbot 32 bit (negtive test, we don't have turbot fingerprint and data) Installation: Nuc gen 6 Note: A patch in systemd-boot to workaround key pressing issue on Broxton-M also enables the scrolling in boot loader menu on the old T100TA. The machine failed to boot after installation but it doesn't seem to be RMC-related. I don't see the new case should be the deal breaker for this update. Thanks common/recipes-bsp/systemd-boot/systemd-boot_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/recipes-bsp/systemd-boot/systemd-boot_%.bbappend b/common/recipes-bsp/systemd-boot/systemd-boot_%.bbappend index 2aecc3f..12c1e5a 100644 --- a/common/recipes-bsp/systemd-boot/systemd-boot_%.bbappend +++ b/common/recipes-bsp/systemd-boot/systemd-boot_%.bbappend @@ -11,8 +11,8 @@ EXTRA_OEMAKE_append_intel-x86-common = ' EFI_LDFLAGS="-L${STAGING_DIR_HOST}/usr/ # should do explicit update with validation to prevent regression even # resolving conflicts for a new tip could be done in a short time. -# Revision: systemd 230 in OE -SRCREV_intel-x86-common = "3a74d4fc90cb322a4784a3515bef7118c8f8c5ba" +# Revision: systemd v232 in OE +SRCREV_intel-x86-common = "a1e2ef7ec912902d8142e7cb5830cbfb47dba86c" SRC_URI_append_intel-x86-common = " \ file://0001-sd-boot-Link-RMC-library-into-bootloader.patch \ -- 2.7.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
