Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

fix: avoid a fatal error when trying to compile the kernel #58 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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