Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - L index
The Linux kernel configuration item CONFIG_LOCALVERSION_AUTO
:
! CONFIG_COMPILE_TEST
This will try to automatically determine if the current tree is a release tree by looking for git tags that belong to the current top of tree revision.
A string of the format -gxxxxxxxx will be added to the localversion if a git-based tree is found. The string generated by this will be appended after any matching localversion* files, and after the value set in LOCALVERSION.
(The actual string used here is the first 12 characters produced by running the command:
$ git rev-parse --verify HEAD
which is done within the script "scripts/setlocalversion".)
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - L index
Automatically generated (in year 2024). See also LKDDb sources on GitLab