[OE-Core][PATCH v2] meta: classes-recipe: A class for simple Kernel modules

2023-10-28 Thread BELHADJ SALEM Talel
The module class provides what is needed to compile a Linux Kernel module but since the Makefile is always the same for simple modules that have their sources in one directory level, I thought of creating new class wrapper to automatically prepare the Makefile. Also, using variable flag feature, a

Re: [OE-Core][PATCH] meta: classes-recipe: A class for simple Kernel modules

2023-10-28 Thread BELHADJ SALEM Talel
examples in the class comment itself. Kind Regards Talel On Sat, Oct 28, 2023 at 1:35 PM Bruce Ashfield wrote: > On Fri, Oct 27, 2023 at 8:07 PM BELHADJ SALEM Talel > wrote: > > > > The module class provides what is needed to compile a Linux Kernel module > > but since the Mak

[OE-Core][PATCH] meta: classes-recipe: A class for simple Kernel modules

2023-10-27 Thread BELHADJ SALEM Talel
The module class provides what is needed to compile a Linux Kernel module but since the Makefile is always the same for simple modules that have their sources in one directory level, I thought of creating new class wrapper to automatically prepare the Makefile. Also, using variable flag feature, a

[OE-core] [PATCH] bitbake.conf: Drop DEPLOY_DIR_TAR

2023-10-18 Thread BELHADJ SALEM Talel
DEPLOY_DIR_TAR is never used since package_tar.bbclass is removed. Signed-off-by: Talel BELHAJSALEM --- meta/conf/bitbake.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 77ff494523..2900a8bdba 100644 --- a/meta/conf/bitbake.conf +++