From 3235c311c93d3dc97ef3b90694ae18dd075135c1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Feb 2015 08:46:41 +0100 Subject: [PATCH] barebox-sysmocom-mlo: Modernize and upgrade as well The name of the config file was changed and so far I was hesitant to upgrade the MLO. I think the change in EEPROM applies to the MLO as well so we should upgrade it. It has neither been build tested nor tested on a device. --- recipes-sysmobts/barebox/barebox-sysmocom-mlo_201407.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-sysmobts/barebox/barebox-sysmocom-mlo_201407.bb b/recipes-sysmobts/barebox/barebox-sysmocom-mlo_201407.bb index 12f8a56..bdcf316 100644 --- a/recipes-sysmobts/barebox/barebox-sysmocom-mlo_201407.bb +++ b/recipes-sysmobts/barebox/barebox-sysmocom-mlo_201407.bb @@ -1,6 +1,6 @@ PROVIDES = "" SRC_URI = "git://git.sysmocom.de/barebox;protocol=git;branch=master" -SRCREV = "de2b004a2511c4aaeed64d0a9f5bf14d184d1560" +SRCREV = "9bd8556fcf45b83f880fbb1cdb7c614b940d7272" PR = "r2" COMPATIBLE_MACHINE="sysmocom-odu" @@ -16,8 +16,8 @@ require barebox.inc do_pre_configure() { - cp ${S}/arch/arm/configs/am335x_mlo_defconfig_odu ${S}/.config - oe_runmake oldconfig + cp ${S}/arch/arm/configs/am335x_mlo_odu_defconfig ${S}/.config + oe_runmake oldconfig } do_deploy_append() {