All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cmem-mod: Fix kernel module packaging for usrmerge
@ 2022-05-01 16:58 Khem Raj
  2022-05-02 18:01 ` [meta-ti] " Ryan Eatmon
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2022-05-01 16:58 UTC (permalink / raw)
  To: meta-ti; +Cc: Khem Raj

ERROR: cmem-mod-4.20.00.01+gitAUTOINC+86269258a4-0a do_package: QA Issue: cmem-mod: Files/directories were installed but not shipped in any package:
  /lib/modules/5.10.100-g4a12bec7d3/extra/cmemk.ko

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-ti-bsp/recipes-bsp/cmem/cmem-mod_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/recipes-bsp/cmem/cmem-mod_git.bb b/meta-ti-bsp/recipes-bsp/cmem/cmem-mod_git.bb
index f7965593..ea2cc5f4 100644
--- a/meta-ti-bsp/recipes-bsp/cmem/cmem-mod_git.bb
+++ b/meta-ti-bsp/recipes-bsp/cmem/cmem-mod_git.bb
@@ -8,7 +8,7 @@ PR = "${MACHINE_KERNEL_PR}"
 
 inherit module
 
-EXTRA_OEMAKE += '-f lu.mak KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" TOOLCHAIN_PREFIX="${TOOLCHAIN_PREFIX}" EXEC_DIR="${D}/lib/modules/${KERNEL_VERSION}/extra"'
+EXTRA_OEMAKE += '-f lu.mak KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" TOOLCHAIN_PREFIX="${TOOLCHAIN_PREFIX}" EXEC_DIR="${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/extra"'
 MAKE_TARGETS = "module"
 
 KERNEL_MODULE_AUTOLOAD += "cmemk"
-- 
2.36.0



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

end of thread, other threads:[~2022-05-02 18:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01 16:58 [PATCH] cmem-mod: Fix kernel module packaging for usrmerge Khem Raj
2022-05-02 18:01 ` [meta-ti] " Ryan Eatmon

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.