[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <55dd0e6d-3d52-fce9-015f-6ebb75cf826e@infradead.org>
Date: Fri, 21 Oct 2022 13:11:18 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Federico Vaga <federico.vaga@...n.ch>,
Masahiro Yamada <masahiroy@...nel.org>,
Michal Marek <michal.lkml@...kovi.net>,
Nick Desaulniers <ndesaulniers@...gle.com>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] package: add tar development package for 3rd party
modules
Hi--
On 10/21/22 03:14, Federico Vaga wrote:
> Most, if not all, Linux distributions provides a Linux development
> package which purpose is to support the building of out-of-tree modules
> without providing the entire source tree.
>
> What ends up in this development directory is a mixture of source
> files (mainly headers) and generated ones (headers, and tools produced
> by `make modules_prepare`).
>
> This patch is an attempt to generate a tarball archive containing all
> required files to build external modules. It could be than reused by
> packagers.
>
> Signed-off-by: Federico Vaga <federico.vaga@...n.ch>
> ---
> Makefile | 2 +-
> scripts/Makefile.package | 13 +++
> scripts/package/buildtar-devel | 207 +++++++++++++++++++++++++++++++++
> 3 files changed, 221 insertions(+), 1 deletion(-)
> create mode 100644 scripts/package/buildtar-devel
Is there a patch 2/2? I don't see it anywhere.
thanks.
--
~Randy
Powered by blists - more mailing lists