-1

I'm trying to build linux kernel for arm64 using buildroot. All my builds end without -generic suffix (uname -r ) but when I checked official ubuntu kernel they end with -generic. I searched buildroot manual etc. but I couldn't find related information.

So how can I build a generic kernel ?

Grayowl
  • 77
  • 3
  • 12

1 Answers1

2

This additional -generic string is not very important, it's just a free form string that you can append to the kernel version. This free form string is specified in the kernel configuration, with the CONFIG_LOCALVERSION option.

Thomas Petazzoni
  • 5,636
  • 17
  • 25