ubl/dvnixload: Update both ubl and dvnixload for recovery

The UBL allows to interrupt the NAND boot mode and switch to the
UART mode for recovery. Everyone with physical access will be able
to interrupt the boot.
This commit is contained in:
Holger Hans Peter Freyther 2012-07-11 08:58:56 +02:00
parent e2ab56be8f
commit d838ac6e80
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ HOMEPAGE = "http://www.hugovil.com/en/dvnixload/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=20;md5=f2b40a2eb5162af4c3cb20428e72f921"
SRCREV = "2fa58b6e4059e43062c74e7078766993bf57896c"
SRCREV = "7d96e789af6c1191eb48225b407c907e39393eee"
SRC_URI = "git://git@git.sysmocom.de/sysmo-bts/dvnixload;protocol=ssh;branch=master"
PV = "v0.2.6+git${SRCPV}"
PR = "r1"

View File

@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://ubl.c;beginline=1;endline=22;md5=806283bb3c475d9082e41f09020373ff"
SRC_URI = "git://git@git.sysmocom.de/sysmo-bts/ubl;protocol=ssh;branch=master"
SRCREV = "a36a9de3ef4e333b8d82e713231054b978edcb04"
SRCREV = "d04f24974a5b1e24cb9414ebc2e84a91848982c4"
PV = "v0.2.11+git${SRCPV}"
PR = "r2"
S = "${WORKDIR}/git"