From e7ed2b458e78b8a63f0f2661a21b0ddfa1de730d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 20 Nov 2014 20:04:32 +0100 Subject: [PATCH] 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 --- recipes-sysmobts/barebox/barebox-sysmocom_201407.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-sysmobts/barebox/barebox-sysmocom_201407.bb b/recipes-sysmobts/barebox/barebox-sysmocom_201407.bb index 0a50f44..5281a78 100644 --- a/recipes-sysmobts/barebox/barebox-sysmocom_201407.bb +++ b/recipes-sysmobts/barebox/barebox-sysmocom_201407.bb @@ -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() {