Skip to content

Commit

Permalink
fix: avoid a fatal error when trying to compile the kernel hypriot#58
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Apr 3, 2023
1 parent cac60fb commit 68dc4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function create_kernel_deb_packages () {

(cd $NEW_KERNEL/debian ; ./gen_bootloader_postinst_preinst.sh)

dch -v ${NEW_VERSION} --package raspberrypi-firmware 'add Hypriot custom kernel'
dch -b -v ${NEW_VERSION} --package raspberrypi-firmware 'add Hypriot custom kernel'
debuild --no-lintian -ePATH=${PATH}:$ARM_TOOLS/$X64_CROSS_COMPILE_CHAIN/bin -b -aarmhf -us -uc
cp ../*.deb $BUILD_RESULTS
if [[ ! -z $CIRCLE_ARTIFACTS ]]; then
Expand Down

0 comments on commit 68dc4d5

Please sign in to comment.