From 0f461e9f64a435e65e2013681263d75dfeefa6b3 Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Tue, 17 Sep 2013 08:48:06 +0000 Subject: [PATCH] barebox: fix warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit else we get : WARNING: Unable to get checksum for barebox SRC_URI entry defconfig: file could not be found Reported-by: Fabio Estevam Signed-off-by: Eric Bénard --- meta-fsl-arm/recipes-bsp/barebox/barebox_2013.08.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-fsl-arm/recipes-bsp/barebox/barebox_2013.08.0.bb b/meta-fsl-arm/recipes-bsp/barebox/barebox_2013.08.0.bb index ed856bc7..e4e37179 100644 --- a/meta-fsl-arm/recipes-bsp/barebox/barebox_2013.08.0.bb +++ b/meta-fsl-arm/recipes-bsp/barebox/barebox_2013.08.0.bb @@ -6,3 +6,4 @@ SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ SRC_URI[md5sum] = "a61b97a2fedebc808d4b182c2ca18a0c" SRC_URI[sha256sum] = "d9e46dd3c68b04ab4cbc37135dc34907dbebef393da4b3e54abb203c295c1620" +COMPATIBLE_MACHINE = "Invalid!" -- 2.40.1