All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master][PATCH] kernel_legacyhs: Adapt to recent changes in oe-core
@ 2026-08-04 15:29 Ryan Eatmon
  2026-08-04 15:55 ` PRC Automation
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Eatmon @ 2026-08-04 15:29 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Two recent changes in oe-core [1] and [2] have moved around various
things with the kernel classes.  Since we have our own copy of the old
kernel class we need to adapt to the changes.

[1] https://git.openembedded.org/openembedded-core/commit/?id=945f3faa4909b226996eff62bf55fa586a5279fa
[2] https://git.openembedded.org/openembedded-core/commit/?id=06057ac24f74ce5de74dfc7b479a1e2c796bcdcd

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/classes/kernel_legacyhs.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ti-bsp/classes/kernel_legacyhs.bbclass b/meta-ti-bsp/classes/kernel_legacyhs.bbclass
index f2b79b1a..7a0f913c 100644
--- a/meta-ti-bsp/classes/kernel_legacyhs.bbclass
+++ b/meta-ti-bsp/classes/kernel_legacyhs.bbclass
@@ -4,7 +4,7 @@
 # SPDX-License-Identifier: MIT
 #
 
-inherit linux-kernel-base kernel-module-split
+inherit kernel-arch kernel-module-split
 
 COMPATIBLE_HOST = ".*-linux"
 
@@ -227,7 +227,7 @@ KERNEL_DTBVENDORED ?= "0"
 #
 # configuration
 #
-KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}"
+KERNEL_VERSION = "${@oe.kernel.get_version_headers('${B}')}"
 
 # kernels are generally machine specific
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-ti][master][PATCH] kernel_legacyhs: Adapt to recent changes in oe-core
  2026-08-04 15:29 [meta-ti][master][PATCH] kernel_legacyhs: Adapt to recent changes in oe-core Ryan Eatmon
@ 2026-08-04 15:55 ` PRC Automation
  0 siblings, 0 replies; 2+ messages in thread
From: PRC Automation @ 2026-08-04 15:55 UTC (permalink / raw)
  To: Ryan Eatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

meta-ti / na / 20260804152956.2000577-1-reatmon

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] kernel_legacyhs: Adapt to recent changes in oe-core
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Tue, 4 Aug 2026 10:29:56 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 770a97112753f8a90000be44f7ee4cdad964efa5

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: kernel_legacyhs: Adapt to recent changes in oe-core
- Commit SHA: 9ca3daf67c15935323bd6611fa5a8b76552df85e

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-04 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 15:29 [meta-ti][master][PATCH] kernel_legacyhs: Adapt to recent changes in oe-core Ryan Eatmon
2026-08-04 15:55 ` PRC Automation

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.