hypriot / rpi-kernel

Build a Linux kernel for Raspberry Pi 0/1/2/3/3B+
MIT License
134 stars 46 forks source link

fatal error: version number #58

Open anon8675309 opened 1 year ago

anon8675309 commented 1 year ago

When I attempt to compile this using Ubuntu 18.04 (chosen because it is the same distro and version as the CI system uses), I get the following error:

    default: + dch -v 20230402-182945 --package raspberrypi-firmware 'add Hypriot custom kernel'
    default: dch: fatal error at line 1092:
    default: New version specified (20230402-182945) is less than
    default: the current version number (1:1.20230306-1)!  Use -b to force.

Adding the -b flag to dch resolves this error.