From 4ab12ef6b4487172213412f674964f50b4c0a3d3 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 26 Nov 2015 19:10:23 +1000 Subject: u-boot-xlnx-dev: Update the default revision Signed-off-by: Nathan Rossi --- recipes-bsp/u-boot/u-boot-xlnx-dev.bb | 5 ++--- 1 file 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 LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" -SRCREV ?= '${@oe.utils.conditional( \ - "PREFERRED_PROVIDER_virtual/bootloader","u-boot-xlnx-dev", \ - "${AUTOREV}", "c0dc1a884dc3509fa3e12235c099f1e4edc24431", d)}' +SRCREV_DEFAULT = "4942ae4d03ee4ef4b2dd750d441f730150ee9288" +SRCREV ?= "${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/bootloader", "u-boot-xlnx-dev", "${AUTOREV}", "${SRCREV_DEFAULT}", d)}" PV = "${UBRANCH}${XILINX_EXTENSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf