Page MenuHomeVyOS Platform

Failed to build firmware for arm64
Closed, WontfixPublicBUG

Description

Failed to build firmware for arm64 because packages/linux-kernel/build-linux-firmware.sh ignores LOCALVERSION.

packages/linux-kernel/build-kernel.sh generates versions like 6.1.4-v8-arm64-vyos, while build-linux-firmware.sh searches for 6.1.4-arm64-vyos.

packages/linux-kernel/kernel-vars contains only KERNEL_VERSION=6.1.4 and KERNEL_SUFFIX=-arm64-vyos. To pass LOCALVERSION to build-linux-firmware.sh, it may be necessary to include -v8 in kernel-vars somehow.

Details

Version
1.4
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

Viacheslav changed the subtype of this task from "Task" to "Bug".
dmbaturin edited projects, added VyOS Rolling; removed Restricted Project.Oct 14 2024, 10:57 AM
dmbaturin changed Issue type from Unspecified (please specify) to Bug (incorrect behavior).
syncer claimed this task.