All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 01/26] bitbake: globally define KERNEL_PACKAGE_NAME
@ 2026-07-12  5:49 Vincent Davis Jr
  2026-07-12  5:49 ` [PATCH v2 02/26] kernel: remove KERNEL_PACKAGE_NAME Vincent Davis Jr
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: Vincent Davis Jr @ 2026-07-12  5:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Vincent Davis Jr

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-*'

Commit globally defines variable so that
recipes aren't reliant on hardcoded 'kernel'
prefix.

Signed-off-by: Vincent Davis Jr <vince@underview.tech>
---
 meta/conf/bitbake.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index bdf37d0da2..f06f97a8ee 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -493,6 +493,9 @@ KERNEL_SRC_PATH = "/usr/src/kernel"
 STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-source"
 STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-build-artifacts"
 
+# Globally define base string for kernel packages
+KERNEL_PACKAGE_NAME ??= "kernel"
+
 ##################################################################
 # Specific image creation and rootfs population info.
 ##################################################################
-- 
2.43.0



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

end of thread, other threads:[~2026-07-12 13:08 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-12  5:49 [PATCH v2 01/26] bitbake: globally define KERNEL_PACKAGE_NAME Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 02/26] kernel: remove KERNEL_PACKAGE_NAME Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 03/26] machine: rename kernel prefix Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 04/26] kernel: remove setting of KERNEL_PACKAGE_NAME Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 05/26] core-image-kernel: rename kernel prefix Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 06/26] packagegroup-self-hosted: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 07/26] packegroup-core-boot: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 08/26] packagegroup-base: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 09/26] ofono: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 10/26] iptables: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 11/26] watchdog: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 12/26] nfs-utils: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 13/26] mdadm: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 14/26] systemd: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 15/26] util-linux: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 16/26] connman: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 17/26] hwlatdetect: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 18/26] v86d: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 19/26] efivar: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 20/26] parted: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 21/26] ltp: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 22/26] libnl: " Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 23/26] linux-kernel-base: locate virtual/kernel WORKDIR Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 24/26] perf: preset STAGING_KERNEL_DIR Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 25/26] perf: disable discarded-qualifiers checks Vincent Davis Jr
2026-07-12  5:49 ` [PATCH v2 26/26] make-mod-scripts: preset STAGING_KERNEL_DIR Vincent Davis Jr
2026-07-12 13:08 ` [PATCH v2 01/26] bitbake: globally define KERNEL_PACKAGE_NAME Vincent Davis Jr

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.