barebox: Upgrade to a version that could fix ethernet..

This commit is contained in:
Holger Hans Peter Freyther 2014-07-14 11:28:41 +02:00
parent 9fcc062f55
commit a4b2ba6a02
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,7 @@
PROVIDES = ""
SRC_URI = "git://git.sysmocom.de/barebox;protocol=git;branch=master"
SRCREV = "21ddb3c528cb1bc3202ad358eb44faaa40e5a899"
SRCREV = "79a975077c3844c957f009224a76b5e493cfcb07"
PR = "r1"
COMPATIBLE_MACHINE="sysmocom-odu"
S = "${WORKDIR}/git"
@ -13,6 +14,7 @@ BAREBOX_IMAGE_SYMLINK ?= "barebox-mlo-${MACHINE}.img"
require barebox.inc
do_pre_configure() {
cp ${S}/arch/arm/configs/am335x_mlo_defconfig_odu ${S}/.config
oe_runmake oldconfig

View File

@ -1,5 +1,6 @@
SRC_URI = "git://git.sysmocom.de/barebox;protocol=git;branch=master"
SRCREV = "21ddb3c528cb1bc3202ad358eb44faaa40e5a899"
SRCREV = "79a975077c3844c957f009224a76b5e493cfcb07"
PR = "r1"
DEPENDS = "${PN}-mlo"
COMPATIBLE_MACHINE="sysmocom-odu"