From 445244c528c5e6f24aee513aaf32450748998823 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Sat, 13 Jun 2015 17:58:03 +0200 Subject: [PATCH] barebox: use uImage instead of zImage Also move to a combined branch for sysmobts and sysmocom-odu. Disable bootloader spec support as well. Signed-off-by: Jan Luebbe --- recipes-bsp/barebox/barebox-sysmobts_git.bb | 4 ++-- recipes-bsp/barebox/barebox-sysmocom-odu-mlo_git.bb | 4 ++-- recipes-bsp/barebox/barebox-sysmocom-odu/defconfig | 2 +- recipes-bsp/barebox/barebox-sysmocom-odu_git.bb | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes-bsp/barebox/barebox-sysmobts_git.bb b/recipes-bsp/barebox/barebox-sysmobts_git.bb index 92ec490..245f5d9 100644 --- a/recipes-bsp/barebox/barebox-sysmobts_git.bb +++ b/recipes-bsp/barebox/barebox-sysmobts_git.bb @@ -1,8 +1,8 @@ require barebox.inc -SRCREV = "045022f36e4d83396ee3b518d0d3bc5cd9b80ee9" +SRCREV = "6825fb56576b78be47a1dae292bac14ec18bdd2e" SRC_URI = " \ - git://git.sysmocom.de/barebox.git;branch=v2015.05-sysmobts \ + git://git.sysmocom.de/barebox.git;branch=v2015.05 \ file://defconfig \ " diff --git a/recipes-bsp/barebox/barebox-sysmocom-odu-mlo_git.bb b/recipes-bsp/barebox/barebox-sysmocom-odu-mlo_git.bb index 63d2275..34aa284 100644 --- a/recipes-bsp/barebox/barebox-sysmocom-odu-mlo_git.bb +++ b/recipes-bsp/barebox/barebox-sysmocom-odu-mlo_git.bb @@ -1,8 +1,8 @@ require barebox.inc -SRCREV = "c0a4bb242bde34a4f1debb574e5cc44c9b4894ca" +SRCREV = "6825fb56576b78be47a1dae292bac14ec18bdd2e" SRC_URI = " \ - git://git.sysmocom.de/barebox.git;branch=v2015.05-sysmocom-odu \ + git://git.sysmocom.de/barebox.git;branch=v2015.05 \ file://defconfig \ " diff --git a/recipes-bsp/barebox/barebox-sysmocom-odu/defconfig b/recipes-bsp/barebox/barebox-sysmocom-odu/defconfig index 4605307..506fb66 100644 --- a/recipes-bsp/barebox/barebox-sysmocom-odu/defconfig +++ b/recipes-bsp/barebox/barebox-sysmocom-odu/defconfig @@ -151,7 +151,7 @@ CONFIG_PASSWD_CRYPTO_PBKDF2=y CONFIG_DYNAMIC_CRC_TABLE=y CONFIG_ERRNO_MESSAGES=y # CONFIG_TIMESTAMP is not set -CONFIG_BLSPEC=y +# CONFIG_BLSPEC is not set CONFIG_IMD=y CONFIG_IMD_TARGET=y # CONFIG_KERNEL_INSTALL_TARGET is not set diff --git a/recipes-bsp/barebox/barebox-sysmocom-odu_git.bb b/recipes-bsp/barebox/barebox-sysmocom-odu_git.bb index a7c4705..c4b617e 100644 --- a/recipes-bsp/barebox/barebox-sysmocom-odu_git.bb +++ b/recipes-bsp/barebox/barebox-sysmocom-odu_git.bb @@ -2,9 +2,9 @@ require barebox.inc RDEPENDS_${PN} += "${PN}-mlo" -SRCREV = "c0a4bb242bde34a4f1debb574e5cc44c9b4894ca" +SRCREV = "6825fb56576b78be47a1dae292bac14ec18bdd2e" SRC_URI = " \ - git://git.sysmocom.de/barebox.git;branch=v2015.05-sysmocom-odu \ + git://git.sysmocom.de/barebox.git;branch=v2015.05 \ file://defconfig \ "