Re: [ptxdist] [PATCH v2 4/6] ptxdist: implement 'defconfig' commands for kconfig packages

2020-10-09 Thread Michael Olbrich
On Mon, Sep 28, 2020 at 03:34:45PM +0200, Alexander Dahl wrote: > Hei Roland, > > Am Dienstag, 22. September 2020, 11:28:59 CEST schrieb Roland Hieber: > > The current process to generate a kernel .config file from a defconfig > > is a bit cumbersome: > > > > $ ptxdist extract kernel > > $

Re: [ptxdist] [PATCH v2 4/6] ptxdist: implement 'defconfig' commands for kconfig packages

2020-09-28 Thread Alexander Dahl
Hei Roland, Am Dienstag, 22. September 2020, 11:28:59 CEST schrieb Roland Hieber: > The current process to generate a kernel .config file from a defconfig > is a bit cumbersome: > > $ ptxdist extract kernel > $ cd platform-foo/build-target/linux- > $ make ARCH=... CROSS_COMPILE=...

[ptxdist] [PATCH v2 4/6] ptxdist: implement 'defconfig' commands for kconfig packages

2020-09-22 Thread Roland Hieber
The current process to generate a kernel .config file from a defconfig is a bit cumbersome: $ ptxdist extract kernel $ cd platform-foo/build-target/linux- $ make ARCH=... CROSS_COMPILE=... foo_defconfig $ cp .config ../../../configs/platform-foo/kernelconfig All kernel and barebox rules