usbarmory-u-boot: remove package.
This commit is contained in:
parent
88286dc4b2
commit
ac03413103
4 changed files with 0 additions and 97 deletions
|
@ -1,41 +0,0 @@
|
||||||
--- include/image.h
|
|
||||||
+++ include/image.h
|
|
||||||
@@ -24,6 +24,8 @@
|
|
||||||
|
|
||||||
#ifdef USE_HOSTCC
|
|
||||||
|
|
||||||
+#include <sys/types.h>
|
|
||||||
+
|
|
||||||
/* 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 <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include <time.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <u-boot/sha1.h>
|
|
||||||
--- tools/mkimage.h
|
|
||||||
+++ tools/mkimage.h
|
|
||||||
@@ -16,6 +16,7 @@
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include <time.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <u-boot/sha1.h>
|
|
||||||
--- tools/proftool.c
|
|
||||||
+++ tools/proftool.c
|
|
||||||
@@ -16,6 +16,7 @@
|
|
||||||
#include <string.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <sys/param.h>
|
|
||||||
+#include <sys/types.h>
|
|
||||||
|
|
||||||
#include <compiler.h>
|
|
||||||
#include <trace.h>
|
|
|
@ -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
|
|
|
@ -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 <orphan@voidlinux.org>"
|
|
||||||
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
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
pkgname=u-boot
|
|
Loading…
Add table
Add a link
Reference in a new issue