meta-ti.lists.yoctoproject.org archive mirror
 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

* Re: [meta-ti] [PATCH] cmem-mod: Fix kernel module packaging for usrmerge
  2022-05-01 16:58 [PATCH] cmem-mod: Fix kernel module packaging for usrmerge Khem Raj
@ 2022-05-02 18:01 ` Ryan Eatmon
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Eatmon @ 2022-05-02 18:01 UTC (permalink / raw)
  To: Khem Raj, meta-ti


Patch applied to master.


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:
>    /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"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#14639): https://lists.yoctoproject.org/g/meta-ti/message/14639
> Mute This Topic: https://lists.yoctoproject.org/mt/90818354/6551054
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).