summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc')
-rw-r--r--meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc b/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc
index e5437792..105e3f57 100644
--- a/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc
+++ b/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc
@@ -57,6 +57,13 @@ XSERVER ?= " \
57 ${XSERVER_EXT} \ 57 ${XSERVER_EXT} \
58 " 58 "
59 59
60# If the user generates a fit-image, there may be more then one DTB to choose from
61# define a reasonable default that should work for most cases. If the default
62# does not work, the user will need to define their own value for FIT_CONF_DEFAULT_DTB
63SYSTEM_DTFILE ??= ""
64CONFIG_DTFILE ??= "${SYSTEM_DTFILE}"
65FIT_CONF_DEFAULT_DTB ?= "${@d.getVar('CONFIG_DTFILE').replace('.dts', '.dtb')}"
66
60# Define to avoid parsse errors below if undefind elsewhere 67# Define to avoid parsse errors below if undefind elsewhere
61INITRAMFS_IMAGE ??= "" 68INITRAMFS_IMAGE ??= ""
62 69