Git Product home page Git Product logo

Comments (6)

hexdump0815 avatar hexdump0815 commented on July 23, 2024 1

@meden - the "+" in the name is automatically appended by the kernel build whenever the tree gets changed from its original version (by patches etc.)

from linux-mainline-and-mali-generic-stable-kernel.

hexdump0815 avatar hexdump0815 commented on July 23, 2024

@meden - this might be a good idea - which files would actually be required? there are some modules.* and a vmlinux.symvers after the kernel compile ...

from linux-mainline-and-mali-generic-stable-kernel.

hexdump0815 avatar hexdump0815 commented on July 23, 2024

@meden - i just noticed that on the veyron chromebook i'm right now running on the files are actually there in /lib/modules/kernel-version - is that not the case for your system?

update: sorry i was wrong - modules.symbols are there, but not Module.symvers

from linux-mainline-and-mali-generic-stable-kernel.

meden avatar meden commented on July 23, 2024

which files would actually be required?

@hexdump0815 I'm not 100% sure, as it's very long time I was not building my kernel... 😅

System.map (already provided in /boot) and Module.symvers (produced by make modules) are needed for sure. I think that you could find a good example about what is needed by looking at linux-headers packages from Debian, as they are used to compile standalone modules (dkms, manual compilation, even of out-of-tree modules).

A good thing would also be to document a bit the kernel versioning method you use: often the version qualifier is passed by EXTRAVERSION, but I see you used the LOCALVERSION directly in the .config (and curiously I found -stb-exy in the kernel config for stb-exy+).

from linux-mainline-and-mali-generic-stable-kernel.

hexdump0815 avatar hexdump0815 commented on July 23, 2024

@meden - the hint with the linux-headers-*.deb was a good one - it seems to contain all what is usually included there - i'll experiment a bit with putting some, most or all of this into the kernel tar.gz files maybe - but this might take some time, at least its on my todo list now

the naming is something i once started and it so far worked very well for me - its two 3 letter/digit sequences: the first is to describe the kernel source tree like stb for stable or bsp for some bsp tree etc. and the second is for the device or group of devices like av7 for my generic arm v7 kernel or exy for some samsung exynos systems - i at least tried to give a hint about the name in the kernel readmes now like https://github.com/hexdump0815/linux-mainline-and-mali-generic-stable-kernel/blob/master/readme.av7#L7 ... its all not perfect, but as said it works surprisingly well for me for many years now

from linux-mainline-and-mali-generic-stable-kernel.

meden avatar meden commented on July 23, 2024

the naming is something i once started and it so far worked very well for me

The naming is very effective indeed 🙂. I was just saying that it would be nice to add this detail to the readme.

BTW, I found that the config for exy+ (which I used as base to re-compile my kernel) has CONFIG_LOCALVERSION set to stb-exy, so I'm not sure how this could produce the right kernel version...

from linux-mainline-and-mali-generic-stable-kernel.

Related Issues (10)

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.