diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 19:10:23 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 19:10:23 +1000 |
commit | 4ab12ef6b4487172213412f674964f50b4c0a3d3 (patch) | |
tree | 8b06944c65279ef929a27b89d1dc90cb062192a5 | |
parent | d72fa7e585d81ce217254485c8b4b3ff78b8addb (diff) | |
download | meta-xilinx-4ab12ef6b4487172213412f674964f50b4c0a3d3.tar.gz |
u-boot-xlnx-dev: Update the default revision
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx-dev.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb index d2eb25be..18319b1c 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb | |||
@@ -11,9 +11,8 @@ include u-boot-extra.inc | |||
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
13 | 13 | ||
14 | SRCREV ?= '${@oe.utils.conditional( \ | 14 | SRCREV_DEFAULT = "4942ae4d03ee4ef4b2dd750d441f730150ee9288" |
15 | "PREFERRED_PROVIDER_virtual/bootloader","u-boot-xlnx-dev", \ | 15 | SRCREV ?= "${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/bootloader", "u-boot-xlnx-dev", "${AUTOREV}", "${SRCREV_DEFAULT}", d)}" |
16 | "${AUTOREV}", "c0dc1a884dc3509fa3e12235c099f1e4edc24431", d)}' | ||
17 | 16 | ||
18 | PV = "${UBRANCH}${XILINX_EXTENSION}+git${SRCPV}" | 17 | PV = "${UBRANCH}${XILINX_EXTENSION}+git${SRCPV}" |
19 | 18 | ||