mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
6d0e053823
commit
04ea0ff093
|
@ -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"
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user