rename odroid-u2-ubootcfg odroid-u2-base
This commit is contained in:
parent
1291b00559
commit
8bcef88956
|
@ -1,16 +1,20 @@
|
|||
# Template file for 'odroid-u2-bootcfg'
|
||||
pkgname=odroid-u2-ubootcfg
|
||||
# Template file for 'odroid-u2-base'
|
||||
pkgname=odroid-u2-base
|
||||
version=1.0
|
||||
revision=2
|
||||
homepage="http://hardkernel.com"
|
||||
revision=1
|
||||
homepage="http://www.voidlinux.eu"
|
||||
hostmakedepends="uboot-mkimage"
|
||||
short_desc="odroid u2/u3 boot configuration"
|
||||
depends="base-system"
|
||||
short_desc="ODROID U2/U3 base files"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="GPL-2.0"
|
||||
provides="odroid-ubootcfg-${version}_${revision}"
|
||||
replaces="odroid-ubootcfg>=0"
|
||||
|
||||
_default_scr="boot-auto_edid.scr"
|
||||
|
||||
do_build() {
|
||||
# Building uboot scr's
|
||||
for source in ${FILESDIR}/*.ini; do
|
||||
name=$(basename ${source%.ini})
|
||||
mkimage -A arm -T script -C none -n "${name}" -d $source ${name}.scr
|
||||
|
@ -19,6 +23,7 @@ do_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
# Installing uboot scr's
|
||||
for scr in *.scr; do
|
||||
echo $scr
|
||||
vinstall $scr 600 boot
|
Loading…
Reference in New Issue