From 341ea23118b788499601731a1aed7f0952991b27 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 14 Aug 2014 22:31:24 -0300 Subject: [PATCH] linux-denx: Restrict recipe compatibility for m53evk This fixes following warning, when building other mx5 boards: ,---- | WARNING: Unable to get checksum for linux-denx SRC_URI entry | defconfig: file could not be found `---- Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-denx_3.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-denx_3.9.bb b/recipes-kernel/linux/linux-denx_3.9.bb index 90f3905..a532867 100644 --- a/recipes-kernel/linux/linux-denx_3.9.bb +++ b/recipes-kernel/linux/linux-denx_3.9.bb @@ -7,4 +7,4 @@ include linux-denx.inc SRCREV_m53evk = "7c75b82904fa555ce7988b97619b85a436a8ed12" SRCBRANCH_m53evk = "m53evk-rel-2013-05-02-v3.9" -COMPATIBLE_MACHINE = "(mx5)" +COMPATIBLE_MACHINE = "(m53evk)"