summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-11-17 16:59:05 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-11-17 16:59:05 +1000
commitaf1b2324c619303556c8430143be27627426342d (patch)
tree340c521a984c4f2f7b03fdb3fbea6d62f2223df3 /conf/machine
parent892baf45f992e93596fdb135dd107a6d8b48fa27 (diff)
downloadmeta-xilinx-af1b2324c619303556c8430143be27627426342d.tar.gz
machine-xilinx-default.inc: Move UBOOT_SUFFIX definition
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/machine-xilinx-default.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
index 6fbb8aa3..34fe7625 100644
--- a/conf/machine/include/machine-xilinx-default.inc
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -13,6 +13,7 @@ PREFERRED_VERSION_linux-yocto ?= "3.14%"
13PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" 13PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx"
14PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" 14PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx"
15PREFERRED_VERSION_u-boot-xlnx ?= "v2014.01%" 15PREFERRED_VERSION_u-boot-xlnx ?= "v2014.01%"
16UBOOT_SUFFIX ?= "img"
16 17
17MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" 18MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
18 19