linux-denx: Update SRC_URI for new fetcher behavior.

If SRCREV is not in the master branch, the SRC_URI must specify the
branch; this patch also move the inclusion of defconfig file, at
SRC_URI, to the .inc to avoid appending it in the 3.9 recipe.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2014-01-27 23:15:49 -02:00
parent 6d0e053823
commit 04ea0ff093
2 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,8 @@ require recipes-kernel/linux/linux-dtb.inc
# Avoid imx-test installation hacks
IMX_TEST_SUPPORT = "n"
SRC_URI = "git://git.denx.de/linux-denx.git "
SRCBRANCH ?= "master"
SRC_URI = "git://git.denx.de/linux-denx.git;branch=${SRCBRANCH} \
file://defconfig"
LOCALVERSION = "-denx"

View File

@ -5,6 +5,6 @@ include linux-denx.inc
# m53evk
SRCREV_m53evk = "7c75b82904fa555ce7988b97619b85a436a8ed12"
SRC_URI_append_m53evk = "file://defconfig "
SRCBRANCH_m53evk = "denx/DENX-v3.9-stable"
COMPATIBLE_MACHINE = "(mx5)"