Giter Club home page Giter Club logo

Comments (10)

tpleavitt avatar tpleavitt commented on July 23, 2024 1

We added this document a few weeks ago and will continue to review other documentation that can be added to the website specific to kernel modifications.
Add kernel modules

from clear-linux-documentation.

sysarcher avatar sysarcher commented on July 23, 2024

@tpleavitt cool, thanks!!

from clear-linux-documentation.

mrkz avatar mrkz commented on July 23, 2024

@tpleavitt @miguelinux would be worth to add to this documentation also how to add custom cmdline kernel parameters.

from clear-linux-documentation.

sysarcher avatar sysarcher commented on July 23, 2024

BTW, is it possible to use a system like menuconfig to configure the Kernel?

What's the common workflow that the Clear Linux team employs for ensuring the dependency graphs don't get broken during Kernel configuration?

from clear-linux-documentation.

miguelinux avatar miguelinux commented on July 23, 2024

We use those targets ;-)

menuconfig, oldconfig , olddefconfig

from clear-linux-documentation.

tpleavitt avatar tpleavitt commented on July 23, 2024

I asked one of our engineers about this and he replied as follows:

Our kernel packages include a configuration file that is fed into the build (https://github.com/clearlinux-pkgs/linux/blob/master/config) and when the kernel is installed in the system, the config is also stored in /usr/lib/kernel. If you're building the kernel yourself, you can certainly use menuconfig to modify the config file.

As part of the build, we run make olddefconfig to ensure that the ingested config is complete and correct. The copy that is stored in the package repo, which is input to this step, is typically generated through an automated process that similarly ends with olddefconfig, but this file is also subject to manual verification before we commit it.

from clear-linux-documentation.

sysarcher avatar sysarcher commented on July 23, 2024

Thanks @tpleavitt + @miguelinux can you elaborate a bit more?

Maybe in tutorial style format? Where do we start (which repo?) and how can we use make menuconfig with it.. etc. etc.??

from clear-linux-documentation.

mvincerx avatar mvincerx commented on July 23, 2024

@tpleavitt. Checking in. Do you want to leave this issue open, or did we satisfy requirements?

from clear-linux-documentation.

tpleavitt avatar tpleavitt commented on July 23, 2024

@shrmrf , can you take a look at PR#383 mentioned above to see if this satisfies your request?

from clear-linux-documentation.

sysarcher avatar sysarcher commented on July 23, 2024

@tpleavitt yeah! I think this is what I was looking for all along...

Haven't tried the steps but the doc looks very good already

from clear-linux-documentation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.