From ba5811e20abc6f56824976f93553bb462d77243a Mon Sep 17 00:00:00 2001 From: Gottox Date: Tue, 28 Jan 2014 14:26:53 +0100 Subject: [PATCH] odroid-u2-uboot: splitting to odroid-u2-uboot odroid-u2-boot-fw --- srcpkgs/odroid-u2-base/template | 2 +- srcpkgs/odroid-u2-boot-fw/template | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/odroid-u2-boot-fw/template diff --git a/srcpkgs/odroid-u2-base/template b/srcpkgs/odroid-u2-base/template index 092734aa552..12312981cf3 100644 --- a/srcpkgs/odroid-u2-base/template +++ b/srcpkgs/odroid-u2-base/template @@ -9,7 +9,7 @@ maintainer="Enno Boland " 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" diff --git a/srcpkgs/odroid-u2-boot-fw/template b/srcpkgs/odroid-u2-boot-fw/template new file mode 100644 index 00000000000..73d30ec5b4e --- /dev/null +++ b/srcpkgs/odroid-u2-boot-fw/template @@ -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 " +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 +}