mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/uboot-odroid-xu3 to 2012.07-2
This commit is contained in:
parent
f339d62bc9
commit
a300b26206
1 changed files with 7 additions and 4 deletions
|
@ -5,24 +5,27 @@ buildarch=4
|
|||
|
||||
pkgname=uboot-odroid-xu3
|
||||
pkgver=2012.07
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="U-Boot for ODROID-XU3"
|
||||
arch=('armv7h')
|
||||
url="https://github.com/hardkernel/linux/tree/odroidxu3-3.10.y"
|
||||
license=('GPL')
|
||||
backup=('boot/boot.ini')
|
||||
_commit=814386d3e43b8ab8d81f04aa7fe402952503d8fe
|
||||
source=("https://github.com/hardkernel/linux/raw/${_commit}/tools/hardkernel/prebuilt_uboot/bl1.bin"
|
||||
"https://github.com/hardkernel/linux/raw/${_commit}/tools/hardkernel/prebuilt_uboot/bl2.bin"
|
||||
"https://github.com/hardkernel/linux/raw/${_commit}/tools/hardkernel/prebuilt_uboot/tzsw.bin"
|
||||
"https://github.com/hardkernel/linux/raw/${_commit}/tools/hardkernel/prebuilt_uboot/u-boot.bin"
|
||||
"https://github.com/hardkernel/linux/raw/${_commit}/tools/hardkernel/prebuilt_uboot/sd_fusing.sh")
|
||||
"https://github.com/hardkernel/linux/raw/${_commit}/tools/hardkernel/prebuilt_uboot/sd_fusing.sh"
|
||||
'boot.ini')
|
||||
md5sums=('3908379f82f972ece88ca1b5a280b5fd'
|
||||
'8580c2b2701bf5936f42104b3cc5d725'
|
||||
'fd01dda20b999e0b731c7063431a42b3'
|
||||
'85ff8b8e20fe4c7639ed87781f473512'
|
||||
'916a38e34d6f678083902f1a601467f0')
|
||||
'916a38e34d6f678083902f1a601467f0'
|
||||
'9e3083f40a05692c41f92f0439be0243')
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}"/boot
|
||||
cp {bl{1,2},tzsw,u-boot}.bin sd_fusing.sh "${pkgdir}"/boot
|
||||
cp {bl{1,2},tzsw,u-boot}.bin sd_fusing.sh boot.ini "${pkgdir}"/boot
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue