A SRCREV mismatch stopped me from using `devtool` to modify the layer, but the 
following changes in meta-ti got me up and running:

```
meta-ti$ git diff
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb 
b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
index e134fb84..144cb07f 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
@@ -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,5 @@ 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"
+# This patch does not appear to be needed
+#SRC_URI:append:armv7a = " 
file://0001-defconfig-switch-default-kernel-compression-to-LZMA.patch"
```

After running `bitbake core-image-base` and flashing my SD card, booting with 
systemd works great.

It's probably cleaner to just remove the LZMA patch that is no longer needed in 
the newer kernel, than to comment it out as I did but what I posted is exactly 
what was in place when I built. There's also no change made for the 64-bit 
target, as I don't know what that ought to be (or if it should be changed or 
not).

Thanks for the help!

Regards,
Anthony Martinez
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#16915): 
https://lists.yoctoproject.org/g/meta-ti/message/16915
Mute This Topic: https://lists.yoctoproject.org/mt/101058535/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to