From 4b70ec0afe233c00068e9259b486aa5c31f4e530 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 15 Sep 2015 20:47:03 +1000 Subject: machine-xilinx-default.inc: Unpin u-boot-xlnx version * There is only one version of u-boot-xlnx, so there is no need to pin the version. Additionally if there are two versions the newest will be used by default Signed-off-by: Nathan Rossi --- conf/machine/include/machine-xilinx-default.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index d4b858de..fdbbaa54 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc @@ -19,7 +19,6 @@ PREFERRED_VERSION_linux-yocto ?= "3.19%" XILINX_DEFAULT_UBOOT := "u-boot-xlnx" XILINX_DEFAULT_UBOOT_zynqmp := "u-boot" PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}" -PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" UBOOT_SUFFIX ?= "img" UBOOT_SUFFIX_zynqmp ?= "bin" -- cgit v1.2.3-54-g00ecf