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 <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2014-08-14 22:31:24 -03:00
parent 1576603200
commit 341ea23118

View File

@ -7,4 +7,4 @@ include linux-denx.inc
SRCREV_m53evk = "7c75b82904fa555ce7988b97619b85a436a8ed12" SRCREV_m53evk = "7c75b82904fa555ce7988b97619b85a436a8ed12"
SRCBRANCH_m53evk = "m53evk-rel-2013-05-02-v3.9" SRCBRANCH_m53evk = "m53evk-rel-2013-05-02-v3.9"
COMPATIBLE_MACHINE = "(mx5)" COMPATIBLE_MACHINE = "(m53evk)"