mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
odroid-u2-uboot: splitting to odroid-u2-uboot odroid-u2-boot-fw
This commit is contained in:
parent
fbd0d606fb
commit
ba5811e20a
2 changed files with 22 additions and 1 deletions
|
@ -9,7 +9,7 @@ maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
|
|
||||||
only_for_archs="armv7l"
|
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}"
|
depends="${makedepends}"
|
||||||
hostmakedepends="uboot-mkimage"
|
hostmakedepends="uboot-mkimage"
|
||||||
|
|
||||||
|
|
21
srcpkgs/odroid-u2-boot-fw/template
Normal file
21
srcpkgs/odroid-u2-boot-fw/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue