Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 01/19] kernal-vars: introduce new class
@ 2026-07-11  5:23 Vincent Davis Jr
  2026-07-11  5:23 ` [PATCH 02/19] kernel: introduce kernel-vars class Vincent Davis Jr
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Vincent Davis Jr @ 2026-07-11  5:23 UTC (permalink / raw)
  To: openembedded-core; +Cc: Vincent Davis Jr

This class is introduced to fix an issue
when KERNEL_PACKAGE_NAME is changed.

A number of recipes rely on hard coded
kernel prefix set by KERNEL_PACKAGE_NAME
when including modules. This leads to build
time failures.

Such as

ERROR: Nothing RPROVIDES 'kernel-module-*'

Signed-off-by: Vincent Davis Jr <vince@underview.tech>
---
 meta/classes-recipe/kernel-vars.bbclass | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 meta/classes-recipe/kernel-vars.bbclass

diff --git a/meta/classes-recipe/kernel-vars.bbclass b/meta/classes-recipe/kernel-vars.bbclass
new file mode 100644
index 0000000000..1acfeb97ea
--- /dev/null
+++ b/meta/classes-recipe/kernel-vars.bbclass
@@ -0,0 +1,7 @@
+#
+# Copyright OpenEmbedded Contributors
+#
+# SPDX-License-Identifier: MIT
+#
+
+KERNEL_PACKAGE_NAME ??= "kernel"
-- 
2.43.0



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

end of thread, other threads:[~2026-07-11 20:22 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-11  5:23 [PATCH 01/19] kernal-vars: introduce new class Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 02/19] kernel: introduce kernel-vars class Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 03/19] packagegroup-self-hosted: rename kernel prefix Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 04/19] packegroup-core-boot: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 05/19] packagegroup-base: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 06/19] ofono: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 07/19] iptables: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 08/19] watchdog: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 09/19] nfs-utils: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 10/19] mdadm: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 11/19] systemd: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 12/19] util-linux: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 13/19] connman: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 14/19] hwlatdetect: " Vincent Davis Jr
2026-07-11  5:23 ` [PATCH 15/19] v86d: " Vincent Davis Jr
2026-07-11  5:24 ` [PATCH 16/19] efivar: " Vincent Davis Jr
2026-07-11  5:24 ` [PATCH 17/19] parted: " Vincent Davis Jr
2026-07-11  5:24 ` [PATCH 18/19] ltp: " Vincent Davis Jr
2026-07-11  5:24 ` [PATCH 19/19] libnl: " Vincent Davis Jr
2026-07-11 20:22 ` [OE-core] [PATCH 01/19] kernal-vars: introduce new class Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox