From abfdf1ac873ba77e87fe368bfde649887e542f41 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 23 Feb 2017 01:43:45 +0000 Subject: [PATCH] alarm/uboot-odroid-xu3 to 2017.01-1 --- .../0001-arch-linux-arm-modifications.patch | 25 ------------------- alarm/uboot-odroid-xu3/PKGBUILD | 13 +++------- 2 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 alarm/uboot-odroid-xu3/0001-arch-linux-arm-modifications.patch diff --git a/alarm/uboot-odroid-xu3/0001-arch-linux-arm-modifications.patch b/alarm/uboot-odroid-xu3/0001-arch-linux-arm-modifications.patch deleted file mode 100644 index 9e0f8012d..000000000 --- a/alarm/uboot-odroid-xu3/0001-arch-linux-arm-modifications.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 668c9006b4494bf871f1d8b8f53b0cf6a649fc19 Mon Sep 17 00:00:00 2001 -From: Kevin Mihelich -Date: Sun, 15 Nov 2015 18:24:15 -0700 -Subject: [PATCH] arch linux arm modifications - ---- - configs/odroid-xu3_defconfig | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig -index 1b67495..51c8a07 100644 ---- a/configs/odroid-xu3_defconfig -+++ b/configs/odroid-xu3_defconfig -@@ -1,7 +1,7 @@ - CONFIG_ARM=y - CONFIG_ARCH_EXYNOS=y - CONFIG_ARCH_EXYNOS5=y --CONFIG_IDENT_STRING=" for ODROID-XU3" -+CONFIG_IDENT_STRING=" Arch Linux ARM" - CONFIG_DEFAULT_DEVICE_TREE="exynos5422-odroidxu3" - # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set - CONFIG_FIT=y --- -2.10.2 - diff --git a/alarm/uboot-odroid-xu3/PKGBUILD b/alarm/uboot-odroid-xu3/PKGBUILD index 02fca2d05..46ea255e4 100644 --- a/alarm/uboot-odroid-xu3/PKGBUILD +++ b/alarm/uboot-odroid-xu3/PKGBUILD @@ -4,7 +4,7 @@ buildarch=4 pkgname=uboot-odroid-xu3 -pkgver=2016.11 +pkgver=2017.01 pkgrel=1 pkgdesc="U-Boot for ODROID-XU3" arch=('armv7h') @@ -18,25 +18,17 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" "bl1.bin::https://github.com/hardkernel/u-boot/raw/${_commit}/sd_fuse/hardkernel/bl1.bin.hardkernel" 'http://archlinuxarm.org/builder/src/xu3/bl2.bin' "tzsw.bin::https://github.com/hardkernel/u-boot/raw/${_commit}/sd_fuse/hardkernel/tzsw.bin.hardkernel" - '0001-arch-linux-arm-modifications.patch' 'sd_fusing.sh' 'boot.txt' 'mkscr') -md5sums=('ca1f6e019d08aff8d0ca1beb2e66737d' +md5sums=('ad2d82d5b4fa548b2b95bbc26c9bad79' '38fb058aa3bcc568f9547c85517949b9' '09c42bed980921cfc914e97e067ba9a3' 'fd01dda20b999e0b731c7063431a42b3' - '683f66010666783d086af222c052d57e' '8a31acf5da5722698f54d1fe15c482bb' '52306aa4cf2c3499ecfcea026fb2741c' '021623a04afd29ac3f368977140cfbfd') -prepare() { - cd u-boot-${pkgver} - - git apply ../0001-arch-linux-arm-modifications.patch -} - build() { cd u-boot-${pkgver} @@ -44,6 +36,7 @@ build() { make distclean make odroid-xu3_config + echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> .config make EXTRAVERSION=-${pkgrel} }