Don't add “+” to linux kernel version

后端 未结 4 1844
星月不相逢
星月不相逢 2020-12-13 00:38

I am building linux kernel, if my kernel under git, then kernel version every time is:

Image Name:   Linux-2.6.39+

If I am not using git, t

4条回答
  •  一向
    一向 (楼主)
    2020-12-13 01:03

    Add this line to your local.conf if you're using yocto and imx soc

    SCMVERSION_pn-linux-imx = ""
    

    Tested on imx-4.9.88-2.0.0_ga release

提交回复
热议问题