diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2015-10-16 17:52:33 -0700 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-03 23:09:54 +1000 |
commit | e840b27de7b1e5c88c14b977c4aa33e8036cc53f (patch) | |
tree | b674f8134dba97c48b3b5a44e3938fdccd49a5c2 | |
parent | a14fc617ba10df1b4c5bcd2d1a62534df501931a (diff) | |
download | meta-xilinx-e840b27de7b1e5c88c14b977c4aa33e8036cc53f.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.bb | 2 |
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" | |||
13 | LICENSE = "GPLv2+" | 13 | LICENSE = "GPLv2+" |
14 | LIC_FILES_CHKSUM = "files://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 14 | LIC_FILES_CHKSUM = "files://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/Xilinx/embeddedsw.git;protocol=https;branch=master" | 16 | SRC_URI = "git://github.com/Xilinx/embeddedsw.git;protocol=https;nobranch=1" |
17 | SRCREV = "5f9ae570bf665fcded71364d19b6fae73e63190b" | 17 | SRCREV = "5f9ae570bf665fcded71364d19b6fae73e63190b" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |