diff options
author | 2016-09-20 23:28:38 +1000 | |
---|---|---|
committer | 2016-10-11 21:10:52 +1000 | |
commit | 520caa9d4dcdd48fdde8585debfca56ee69f60ef (patch) | |
tree | a6ce8e2928fea32eadfbd02fd2bcff55fce2559e | |
parent | 5c877faeda4282adb9fe127661a3583acbfa4153 (diff) | |
download | meta-xilinx-520caa9d4dcdd48fdde8585debfca56ee69f60ef.tar.gz meta-xilinx-520caa9d4dcdd48fdde8585debfca56ee69f60ef.tar.bz2 meta-xilinx-520caa9d4dcdd48fdde8585debfca56ee69f60ef.zip |
machine-xilinx-default.inc: Set UBOOT_OFEMBED for u-boot-xlnx-dev
The u-boot-xlnx-dev version of u-boot is the same as u-boot-xlnx source,
it generates with OF_EMBED=y.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 7a29bd99..59a26566 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc @@ -29,7 +29,7 @@ UBOOT_SUFFIX_microblaze ?= "bin" # u-boot-xlnx setups up all zynq configs to have embedded device trees (OF_EMBED=y) UBOOT_OFEMBED ?= "" -UBOOT_OFEMBED_zynq ?= "${@bb.utils.contains('PREFERRED_PROVIDER_virtual/bootloader', 'u-boot-xlnx', '', '-dtb', d)}" +UBOOT_OFEMBED_zynq ?= "${@bb.utils.contains_any('PREFERRED_PROVIDER_virtual/bootloader', 'u-boot-xlnx u-boot-xlnx-dev', '', '-dtb', d)}" UBOOT_BINARY ?= "u-boot${UBOOT_OFEMBED}.${UBOOT_SUFFIX}" UBOOT_ELF ?= "u-boot" |