diff options
author | 2015-09-15 20:47:03 +1000 | |
---|---|---|
committer | 2015-09-15 21:58:16 +1000 | |
commit | 4b70ec0afe233c00068e9259b486aa5c31f4e530 (patch) | |
tree | f8c44b69e4d3112b2e76c73aeb8ad899b49dd13c | |
parent | 02a97e0f1082376fd7982fceeb140a93497eecf8 (diff) | |
download | meta-xilinx-4b70ec0afe233c00068e9259b486aa5c31f4e530.tar.gz meta-xilinx-4b70ec0afe233c00068e9259b486aa5c31f4e530.tar.bz2 meta-xilinx-4b70ec0afe233c00068e9259b486aa5c31f4e530.zip |
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 <nathan@nathanrossi.com>
-rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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" |