We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0d742 commit 936845bCopy full SHA for 936845b
meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -30,7 +30,7 @@ python __anonymous () {
30
}
31
32
do_configure:prepend () {
33
- if [ -n "${UBOOT_USER_SPECIFIED_DTS}" && ! -f ${S}/arch/arm/dts/${UBOOT_USER_SPECIFIED_DTS}.dts ]; then
+ if [ -n "${UBOOT_USER_SPECIFIED_DTS}" ] && [ ! -f "${S}/arch/arm/dts/${UBOOT_USER_SPECIFIED_DTS}.dts" ]; then
34
bbfatal "Uboot user specified dts (${UBOOT_USER_SPECIFIED_DTS}.dts) is not found in \
35
the${S}/arch/arm/dts directory, you need to patch dts file to u-boot source and use this configuration. \
36
For more details refer https://u-boot.readthedocs.io/en/latest/develop/devicetree/control.html#configuration "
0 commit comments