Conversation

Jarkko Sakkinen

In kernel-ark:

1. "make dist-fedora-configs": Can I make only process x86 stuff and not all the archiectures?
2. Let's say I've applied patches containing a new kconfig flag. How to fix that up?

#fedora #linux #kernel
1
1
0

@jarkko

1. Not that I know of. But FWIW, you can speed things up by calling make with "RHJOBS=$(nproc --all)"

2. Never done that myself; maybe do what https://cki-project.gitlab.io/kernel-ark/maintaining.html#configuration and then change the filed that this creates.

1
0
1
@kernellogger thanks, that page looks useful!
1
0
1

@jarkko FWIW, maybe "RHJOBS=$(nproc --all)" is wrong and the normal "-j $(nproc --all)" works.

But FWIW, your toot made me submit https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3589

1
0
1
@kernellogger Related to testing V4L2 loopback driver. It kind of grew out of BuildRoot (testing side, hard to get some packages etc.) and Yocto feels way too big hammer. Fedora Server in libvirt feels like the right scale for this work...
0
0
0