On Mon, 2020-01-06 at 13:07 -0500, Mike Gilbert wrote:
> On Mon, Jan 6, 2020 at 12:54 PM Michał Górny wrote:
> > On Mon, 2020-01-06 at 12:43 -0500, Mike Gilbert wrote:
> > > On Sun, Jan 5, 2020 at 1:27 AM Michał Górny wrote:
> > > > +# @FUNCTION: kernel-build_src_configure
> > > > +# @DESCRIPTION
On Mon, Jan 6, 2020 at 12:54 PM Michał Górny wrote:
>
> On Mon, 2020-01-06 at 12:43 -0500, Mike Gilbert wrote:
> > On Sun, Jan 5, 2020 at 1:27 AM Michał Górny wrote:
> > > +# @FUNCTION: kernel-build_src_configure
> > > +# @DESCRIPTION:
> > > +# Prepare the toolchain for building the kernel, get t
On Mon, 2020-01-06 at 12:43 -0500, Mike Gilbert wrote:
> On Sun, Jan 5, 2020 at 1:27 AM Michał Górny wrote:
> > +# @FUNCTION: kernel-build_src_configure
> > +# @DESCRIPTION:
> > +# Prepare the toolchain for building the kernel, get the default .config
> > +# or restore savedconfig, and get build t
On Sun, Jan 5, 2020 at 1:27 AM Michał Górny wrote:
> +# @FUNCTION: kernel-build_src_configure
> +# @DESCRIPTION:
> +# Prepare the toolchain for building the kernel, get the default .config
> +# or restore savedconfig, and get build tree configured for modprep.
> +kernel-build_src_configure() {
> +
Introduce a new eclass that contains common logic for building
distribution kernels from source.
Signed-off-by: Michał Górny
---
eclass/kernel-build.eclass | 175 +
1 file changed, 175 insertions(+)
create mode 100644 eclass/kernel-build.eclass
Changed in v2