1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-25 13:26:57 +00:00

linux-bb.org: update to 5.10.168 for armv7a targets

Updates SRCREV, PV, and BRANCH for armv7a targets and fixes
failure to mount /boot when using poky with systemd. The
kernel selected supports VFAT without initramfs as noted
here - https://lists.yoctoproject.org/g/meta-ti/message/16913

Removes defconfig patch setting LZMA, as the new kernel
already defaults to LZ4.

Tested by running `bitbake core-image-base` with this patchset,
and then booting a pair of Beaglebone Black devices from the
resulting image. Prior to the change, systemd boots to a
maintenance mode having failed to mount /boot. After the change,
the system boots normally and /boot is mounted.

Suggested-by: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Anthony J. Martinez <anthony@ajmartinez.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Anthony J. Martinez
2023-09-13 16:45:05 +00:00
committed by Ryan Eatmon
parent 716c4cc65e
commit 41a3acf1da
2 changed files with 4 additions and 35 deletions
@@ -16,10 +16,10 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} ${EXTRA_DTC_ARGS}"
S = "${WORKDIR}/git"
# 5.10.162 version for 32-bit
SRCREV:armv7a = "982fde4eb381f98ec8be946e8d33dd0c9f9416ab"
PV:armv7a = "5.10.162+git${SRCPV}"
BRANCH:armv7a = "v5.10.162-ti-r59"
# 5.10.168 version for 32-bit
SRCREV:armv7a = "a943fc1987e1b8057b0b5219ecd3c5a85285d62a"
PV:armv7a = "5.10.168+git${SRCPV}"
BRANCH:armv7a = "v5.10.168-ti-r70"
# 5.10.162 version for 64-bit
SRCREV:aarch64 = "a2f5d5746b6c389e58d20fda0a0fa88403da428b"
@@ -30,5 +30,3 @@ SRC_URI = " \
git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \
file://defconfig \
"
SRC_URI:append:armv7a = " file://0001-defconfig-switch-default-kernel-compression-to-LZMA.patch"