mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-25 21:37:45 +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:
committed by
Ryan Eatmon
parent
716c4cc65e
commit
41a3acf1da
-29
@@ -1,29 +0,0 @@
|
||||
From 0ccadc7a676341bbd66eb176308c7c59931e9dd2 Mon Sep 17 00:00:00 2001
|
||||
From: Denys Dmytriyenko <denys@konsulko.com>
|
||||
Date: Fri, 7 Apr 2023 01:44:56 +0000
|
||||
Subject: [PATCH] defconfig: switch default kernel compression to LZMA
|
||||
|
||||
LZO compression and lzop tool haven't been maintained for long time and have
|
||||
been removed in recent versions of OE-Core, even though Debian may still use
|
||||
them. Switch to LZMA compression that is used by default in TI kernel config.
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
|
||||
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
|
||||
---
|
||||
arch/arm/configs/bb.org_defconfig | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm/configs/bb.org_defconfig b/arch/arm/configs/bb.org_defconfig
|
||||
index 6bf0fb860683..7c035735172d 100644
|
||||
--- a/arch/arm/configs/bb.org_defconfig
|
||||
+++ b/arch/arm/configs/bb.org_defconfig
|
||||
@@ -1,5 +1,5 @@
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
-CONFIG_KERNEL_LZO=y
|
||||
+CONFIG_KERNEL_LZMA=y
|
||||
CONFIG_SYSVIPC=y
|
||||
CONFIG_POSIX_MQUEUE=y
|
||||
CONFIG_NO_HZ_IDLE=y
|
||||
--
|
||||
2.25.1
|
||||
Reference in New Issue
Block a user