yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* LINUX_VERSION_EXTENSION has no effect #yocto #kernel #dunfell
@ 2021-10-08 15:52 mrkozmic
  2021-10-09  2:18 ` [yocto] " Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: mrkozmic @ 2021-10-08 15:52 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 644 bytes --]

I have defined LINUX_VERSION_EXTENSION in my kernel recipe.

I have no CONFIG_LOCALVERSION or CONFIG_LOCALVERSION_AUTO defined in my *defconfig*

After i run bitbake -c kernel_configme <my kernel recipe> I can see in my *.config* file:

CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set

and at the very end:

CONFIG_LOCALVERSION="<my extention>"
So far so good.

Then I execute bitbake -c configure <my kernel recipe>
and the . *config* file is changed. Now there is:
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
and there is no trace of CONFIG_LOCALVERSION="<my extention>"

Yocto: dunfell
Kernel 5.4.70

[-- Attachment #2: Type: text/html, Size: 1793 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-09 18:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08 15:52 LINUX_VERSION_EXTENSION has no effect #yocto #kernel #dunfell mrkozmic
2021-10-09  2:18 ` [yocto] " Bruce Ashfield
2021-10-09 15:33   ` mrkozmic
2021-10-09 18:02     ` mrkozmic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).