From 49fef4a963e1b2163a000a6b65e2f4d61bd171ae Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 12 Dec 2021 22:45:00 +0100 Subject: libre-testing: remove outdated u-boot packages All these u-boot pakcages were consolidated in SOC specific packages instead of board specific pakcages in libre. In addition the libre packages are more recent and in sync with the Parabola armv7h installation manual. Signed-off-by: Denis 'GNUtoo' Carikli --- .../uboot4extlinux-udoo.install | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 libre-testing/uboot4extlinux-udoo/uboot4extlinux-udoo.install (limited to 'libre-testing/uboot4extlinux-udoo/uboot4extlinux-udoo.install') diff --git a/libre-testing/uboot4extlinux-udoo/uboot4extlinux-udoo.install b/libre-testing/uboot4extlinux-udoo/uboot4extlinux-udoo.install deleted file mode 100644 index 907a8e9f1..000000000 --- a/libre-testing/uboot4extlinux-udoo/uboot4extlinux-udoo.install +++ /dev/null @@ -1,27 +0,0 @@ -extlinux_warning() { - echo "==> WARNING: Remember to set up your kernels in /boot/extlinux/extlinux.conf" -} - -flash_uboot() { - echo "A new U-Boot version needs to be flashed onto /dev/mmcblk0." - echo "Do you want to do this now? [y|N]" - read -r shouldwe - if [[ $shouldwe =~ ^([yY][eE][sS]|[yY])$ ]]; then - dd if=/boot/SPL of=/dev/mmcblk0 seek=1 bs=1k - dd if=/boot/u-boot.img of=/dev/mmcblk0 seek=69 bs=1k - sync - else - echo "You can do this later by running:" - echo "# dd if=/boot/SPL of=/dev/mmcblk0 seek=1 bs=1k" - echo "# dd if=/boot/u-boot.img of=/dev/mmcblk0 seek=69 bs=1k" - fi - extlinux_warning -} - -post_install() { - flash_uboot -} - -post_upgrade() { - flash_uboot -} -- cgit v1.2.3