Hi,
I am trying to build vyos for arm64. The build was completed by making some changes to the files in vyos-build.
One of them is vyos_defconfig. By changing CONFIG_LOCALVERSION="-v8"
to CONFIG_LOCALVERSION=""
in this file, the subsequent steps will also work.
I have changed the following file:
vyos-build/packages/linux-kernel/arch/arm64/configs/vyos_defconfig
It seems like a bug in vyos-build, but is there some special intention behind this CONFIG_LOCALVERSION
setting? (In vyos_defconfig
for x86, it is set to blank.)