Date
1 - 2 of 2
[PATCH] cmem-mod: Fix kernel module packaging for usrmerge
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@...> --- 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
|
|
Ryan Eatmon
Patch applied to master.
toggle quoted messageShow quoted text
On 5/1/2022 11:58, Khem Raj wrote:
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: --
Ryan Eatmon reatmon@... ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS
|
|