All of lore.kernel.org
 help / color / mirror / Atom feed
* Jacob Stiffler : cmem-mod: update for changed module autoload syntax.
@ 2015-09-09 20:09 Arago Project git
  2015-09-09 23:16 ` [meta-ti] " Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Arago Project git @ 2015-09-09 20:09 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: fido
Commit: 8d0189bd1b847b89f4276c70aa9d3b8f70defbc4
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=8d0189bd1b847b89f4276c70aa9d3b8f70defbc4

Author: Jacob Stiffler <j-stiffler@ti.com>
Date:   Wed Sep  9 18:32:23 2015 +0000

cmem-mod: update for changed module autoload syntax.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-bsp/cmem/cmem-mod_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb
index 6b2303c..d36816b 100644
--- a/recipes-bsp/cmem/cmem-mod_git.bb
+++ b/recipes-bsp/cmem/cmem-mod_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace"
 include cmem.inc
 
 # This package builds a kernel module, use kernel PR as base and append a local
-MACHINE_KERNEL_PR_append = "a"
+MACHINE_KERNEL_PR_append = "b"
 PR = "${MACHINE_KERNEL_PR}"
 
 inherit module
@@ -11,4 +11,4 @@ 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"'
 MAKE_TARGETS = "module"
 
-module_autoload_cmemk = "cmemk"
+KERNEL_MODULE_AUTOLOAD += "cmemk"



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

* Re: [meta-ti] Jacob Stiffler : cmem-mod: update for changed module autoload syntax.
  2015-09-09 20:09 Jacob Stiffler : cmem-mod: update for changed module autoload syntax Arago Project git
@ 2015-09-09 23:16 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-09-09 23:16 UTC (permalink / raw)
  To: meta-arago

Jake,

We can now partially revert this commit for cmem:

http://arago-project.org/git/?p=meta-arago.git;a=commitdiff;h=0feeb899d914eee640ac15f825db26b97c2e78f6

Unfortunately, debugss-module seems to still be broken - any plans to fix it?

-- 
Denys


On Wed, Sep 09, 2015 at 08:09:29PM +0000, Arago Project git wrote:
> Module: meta-ti
> Branch: fido
> Commit: 8d0189bd1b847b89f4276c70aa9d3b8f70defbc4
> URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=8d0189bd1b847b89f4276c70aa9d3b8f70defbc4
> 
> Author: Jacob Stiffler <j-stiffler@ti.com>
> Date:   Wed Sep  9 18:32:23 2015 +0000
> 
> cmem-mod: update for changed module autoload syntax.
> 
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> 
> ---
> 
>  recipes-bsp/cmem/cmem-mod_git.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb
> index 6b2303c..d36816b 100644
> --- a/recipes-bsp/cmem/cmem-mod_git.bb
> +++ b/recipes-bsp/cmem/cmem-mod_git.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace"
>  include cmem.inc
>  
>  # This package builds a kernel module, use kernel PR as base and append a local
> -MACHINE_KERNEL_PR_append = "a"
> +MACHINE_KERNEL_PR_append = "b"
>  PR = "${MACHINE_KERNEL_PR}"
>  
>  inherit module
> @@ -11,4 +11,4 @@ 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"'
>  MAKE_TARGETS = "module"
>  
> -module_autoload_cmemk = "cmemk"
> +KERNEL_MODULE_AUTOLOAD += "cmemk"
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2015-09-09 23:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 20:09 Jacob Stiffler : cmem-mod: update for changed module autoload syntax Arago Project git
2015-09-09 23:16 ` [meta-ti] " Denys Dmytriyenko

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.