summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2015-10-16 17:52:33 -0700
committerNathan Rossi <nathan@nathanrossi.com>2015-11-04 17:42:20 +1000
commit5741249c9d28cce69be9a5fd04e238802a54471f (patch)
tree1416183acfcf8f19a4e7c769e94344d654b4ef0b
parentacdc605fdeb4eff997fbe47930f263469dec2067 (diff)
downloadmeta-xilinx-5741249c9d28cce69be9a5fd04e238802a54471f.tar.gz
platform-init: v2014.4 is no longer on master branch
Due to changes in embeddedsw repo, the v2014.4 tag is no longer on the master branch. This commit fixes the recipe accordingly. Signed-off-by: Manjukumar Matha <manjukum@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-bsp/platform-init/fsbl-platform-init_2014.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/platform-init/fsbl-platform-init_2014.4.bb b/recipes-bsp/platform-init/fsbl-platform-init_2014.4.bb
index fb36cfa9..92f41759 100644
--- a/recipes-bsp/platform-init/fsbl-platform-init_2014.4.bb
+++ b/recipes-bsp/platform-init/fsbl-platform-init_2014.4.bb
@@ -13,7 +13,7 @@ COMPATIBLE_MACHINE = "zc702-zynq7|zc706-zynq7|zedboard-zynq7|microzed-zynq7"
13LICENSE = "GPLv2+" 13LICENSE = "GPLv2+"
14LIC_FILES_CHKSUM = "files://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 14LIC_FILES_CHKSUM = "files://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
15 15
16SRC_URI = "git://github.com/Xilinx/embeddedsw.git;protocol=https;branch=master" 16SRC_URI = "git://github.com/Xilinx/embeddedsw.git;protocol=https;nobranch=1"
17SRCREV = "5f9ae570bf665fcded71364d19b6fae73e63190b" 17SRCREV = "5f9ae570bf665fcded71364d19b6fae73e63190b"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"