barebox-sysmocom: Update with password propmpt

Change the name of the config, bump the SRCREV. The new default
password is "odu-stop".

Fixes: SYS#487
This commit is contained in:
Holger Hans Peter Freyther 2014-11-20 20:04:32 +01:00
parent 7ff5c445d1
commit e7ed2b458e
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
SRC_URI = "git://git.sysmocom.de/barebox;protocol=git;branch=master"
SRCREV = "de2b004a2511c4aaeed64d0a9f5bf14d184d1560"
SRCREV = "1a06d18910d94e77590838bcc6ad34acd11fd588"
PR = "r2"
DEPENDS = "${PN}-mlo"
@ -13,8 +13,8 @@ BAREBOX_IMAGE_SYMLINK ?= "barebox-${MACHINE}.img"
require barebox.inc
do_pre_configure() {
cp ${S}/arch/arm/configs/am335x_defconfig_odu ${S}/.config
oe_runmake oldconfig
cp ${S}/arch/arm/configs/am335x_odu_defconfig ${S}/.config
oe_runmake oldconfig
}
do_deploy_append() {