From ac034131030dcd2b9faf76b542d558456a2f76b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Tue, 8 Dec 2020 17:26:27 -0300 Subject: [PATCH] usbarmory-u-boot: remove package. --- .../patches/include-sys-types.patch | 41 ------------------- .../patches/partition_layout.patch | 22 ---------- srcpkgs/usbarmory-u-boot/template | 33 --------------- srcpkgs/usbarmory-u-boot/update | 1 - 4 files changed, 97 deletions(-) delete mode 100644 srcpkgs/usbarmory-u-boot/patches/include-sys-types.patch delete mode 100644 srcpkgs/usbarmory-u-boot/patches/partition_layout.patch delete mode 100644 srcpkgs/usbarmory-u-boot/template delete mode 100644 srcpkgs/usbarmory-u-boot/update diff --git a/srcpkgs/usbarmory-u-boot/patches/include-sys-types.patch b/srcpkgs/usbarmory-u-boot/patches/include-sys-types.patch deleted file mode 100644 index 2f1ffe310e..0000000000 --- a/srcpkgs/usbarmory-u-boot/patches/include-sys-types.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- include/image.h -+++ include/image.h -@@ -24,6 +24,8 @@ - - #ifdef USE_HOSTCC - -+#include -+ - /* new uImage format support enabled on host */ - #define CONFIG_FIT 1 - #define CONFIG_OF_LIBFDT 1 ---- tools/imagetool.h -+++ tools/imagetool.h -@@ -16,6 +16,7 @@ - #include - #include - #include -+#include - #include - #include - #include ---- tools/mkimage.h -+++ tools/mkimage.h -@@ -16,6 +16,7 @@ - #include - #include - #include -+#include - #include - #include - #include ---- tools/proftool.c -+++ tools/proftool.c -@@ -16,6 +16,7 @@ - #include - #include - #include -+#include - - #include - #include diff --git a/srcpkgs/usbarmory-u-boot/patches/partition_layout.patch b/srcpkgs/usbarmory-u-boot/patches/partition_layout.patch deleted file mode 100644 index 218ef57ef3..0000000000 --- a/srcpkgs/usbarmory-u-boot/patches/partition_layout.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- include/configs/usbarmory.h.orig 2015-04-29 15:11:43.064537918 +0200 -+++ include/configs/usbarmory.h 2015-04-29 15:32:04.900446472 +0200 -@@ -82,8 +82,8 @@ - #define CONFIG_BOOTCOMMAND \ - "run distro_bootcmd; " \ - "setenv bootargs console=${console} ${bootargs_default}; " \ -- "ext2load mmc 0:1 ${kernel_addr_r} /boot/uImage; " \ -- "ext2load mmc 0:1 ${fdt_addr_r} /boot/${fdtfile}; " \ -+ "fatload mmc 0:1 ${kernel_addr_r} /uImage; " \ -+ "fatload mmc 0:1 ${fdt_addr_r} /${fdtfile}; " \ - "bootm ${kernel_addr_r} - ${fdt_addr_r}" - - #define BOOT_TARGET_DEVICES(func) func(MMC, mmc, 0) -@@ -99,7 +99,7 @@ - - #define CONFIG_EXTRA_ENV_SETTINGS \ - MEM_LAYOUT_ENV_SETTINGS \ -- "bootargs_default=root=/dev/mmcblk0p1 rootwait rw\0" \ -+ "bootargs_default=root=/dev/mmcblk0p2 rootwait rw\0" \ - "fdtfile=imx53-usbarmory.dtb\0" \ - "console=ttymxc0,115200\0" \ - BOOTENV diff --git a/srcpkgs/usbarmory-u-boot/template b/srcpkgs/usbarmory-u-boot/template deleted file mode 100644 index 06d6263c13..0000000000 --- a/srcpkgs/usbarmory-u-boot/template +++ /dev/null @@ -1,33 +0,0 @@ -# Template file for 'usbarmory-uboot' -pkgname=usbarmory-u-boot -version=2015.04 -revision=3 -wrksrc="u-boot-$version" -hostmakedepends="uboot-mkimage bc" -short_desc="USB armory U-Boot files for SD booting" -maintainer="Orphaned " -license="GPL-2" -homepage="https://github.com/hardkernel/u-boot" -distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-$version.tar.bz2" -checksum="0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60" - -archs="armv7l*" - -do_configure() { - make distclean - make usbarmory_config -} - -do_build() { - unset CFLAGS CXXFLAGS LDFLAGS - - if [ "$CROSS_BUILD" ]; then - make ARCH=arm CROSS_COMPILE=${XBPS_CROSS_TRIPLET}- - else - make ARCH=arm - fi -} - -do_install() { - vinstall u-boot.imx 600 boot -} diff --git a/srcpkgs/usbarmory-u-boot/update b/srcpkgs/usbarmory-u-boot/update deleted file mode 100644 index a4f0ca17b6..0000000000 --- a/srcpkgs/usbarmory-u-boot/update +++ /dev/null @@ -1 +0,0 @@ -pkgname=u-boot