odroid-u2-uboot: splitting to odroid-u2-uboot odroid-u2-boot-fw

This commit is contained in:
Gottox 2014-01-28 14:26:53 +01:00
parent fbd0d606fb
commit ba5811e20a
2 changed files with 22 additions and 1 deletions

View file

@ -9,7 +9,7 @@ maintainer="Enno Boland <eb@s01.de>"
license="Public Domain"
only_for_archs="armv7l"
makedepends="ntp?ntp-daemon dhcpcd openssh-server odroid-u2-kernel odroid-u2-uboot"
makedepends="ntp?ntp-daemon dhcpcd openssh-server odroid-u2-kernel odroid-u2-uboot odroid-u2-boot-fw"
depends="${makedepends}"
hostmakedepends="uboot-mkimage"

View file

@ -0,0 +1,21 @@
# Template file for 'odroid-u2-uboot'
pkgname=odroid-u2-boot-fw
version=1.0
revision=1
build_style=meta
wrksrc="boot"
short_desc="Odroid U2 proprietary boot files"
maintainer="Enno Boland <eb@s01.de>"
license="proprietary"
homepage="http://dev.odroid.com/projects/4412boot/wiki/FrontPage"
distfiles="http://dev.odroid.com/projects/4412boot/wiki/FrontPage?action=download&value=boot.tar.gz"
checksum="e0db737d9e49f937425e4778b0ab892623bcc389d7c26329ba2e97ae7bb475c4"
create_srcdir=yes
only_for_archs="armv7l"
do_install() {
vinstall E4412_S.bl1.HardKernel.bin 600 boot
vinstall bl2.signed.bin 600 boot
vinstall E4412_S.tzsw.signed.bin 600 boot
}