On Fri, Feb 16, 2018 at 1:18 PM, Damien D <[email protected]> wrote: > Hi, > > I'm using this working machinekit image: > https://rcn-ee.com/rootfs/bb.org/testing/2017-02-12/machinekit/ > > As you might know, this kernel have some USB hot plug issue and I have a > patch for it that I would like to apply. > > For that I need to (re)compile the kernel and maybe also kernel modules > (including those from machinekit?).. > > At the moment I'm stuck at the easiest part, I cannot find/don't know where > to look the exact sources that have been used to build the kernel within the > image I'm using. > > Does anyone know where I can find sources&makefiles that have been used to > produce the kernel (3.8.13-xenomai-r83) that is in this image? or even for > the all rootfs image?
Use yakbuild: https://github.com/RobertCNelson/yakbuild Follow the readme and use the "recipe.sh.v3.8.x.sample" sample.. kernel_tag="3.8.13-xenomai-r83" run: ./build_kernel.sh <ctrl-c> the build after you exit out of menuconfig apply your patch to ./KERNEL/ Then run: ./tools/rebuild.sh Regards, -- Robert Nelson https://rcn-ee.com/ -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
