Skip to content

Commit

Permalink
Do not create links for kernel and dtb
Browse files Browse the repository at this point in the history
The links are now created by the linux-image
debian package.
  • Loading branch information
Andrej Rosano committed May 6, 2019
1 parent c13a6e3 commit e75bd84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ debian: ${TARGET_IMG}
sudo cp linux-image-${LINUX_VER_MAJOR}-usbarmory_${LINUX_VER}${LOCALVERSION}_armhf.deb rootfs/tmp/
sudo chroot rootfs /usr/bin/dpkg -i /tmp/linux-image-${LINUX_VER_MAJOR}-usbarmory_${LINUX_VER}${LOCALVERSION}_armhf.deb
sudo rm rootfs/tmp/linux-image-${LINUX_VER_MAJOR}-usbarmory_${LINUX_VER}${LOCALVERSION}_armhf.deb
sudo chroot rootfs /bin/bash -c "cd /boot ; ln -s zImage-${LINUX_VER}${LOCALVERSION}-usbarmory zImage ; ln -s imx53-usbarmory-default-${LINUX_VER}${LOCALVERSION}.dtb imx53-usbarmory.dtb"
sudo chroot rootfs apt-get clean
sudo chroot rootfs fake-hwclock
sudo rm rootfs/usr/bin/qemu-arm-static
Expand Down

0 comments on commit e75bd84

Please sign in to comment.