summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@amd.com>2023-10-23 10:07:26 +0100
committerMark Hatle <mark.hatle@amd.com>2023-10-31 09:43:06 -0500
commitcbd127ed42e98cca9ee67ccf1c4818c0c3e0c1b0 (patch)
treee3336805210b126258aa144119272eb3e4060086
parent55f8ef835dc2356479dbefd187fd92b5a16b7b88 (diff)
downloadmeta-xilinx-cbd127ed42e98cca9ee67ccf1c4818c0c3e0c1b0.tar.gz
dt-processor: Fix issues with test command
Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rwxr-xr-xmeta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh b/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh
index 1c754689..910d73a9 100755
--- a/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh
+++ b/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh
@@ -865,7 +865,7 @@ generate_machine() {
865 865
866 # Machine include file 866 # Machine include file
867 if [ -z ${incmachine} ]; then 867 if [ -z ${incmachine} ]; then
868 if [ -n ${soc_variant} ]; then 868 if [ -n "${soc_variant}" ]; then
869 incmachine="${machine}-${soc_variant}-generic.conf" 869 incmachine="${machine}-${soc_variant}-generic.conf"
870 else 870 else
871 incmachine="${machine}-generic.conf" 871 incmachine="${machine}-generic.conf"
@@ -1189,7 +1189,7 @@ if [ -z "${mach_conf}" ]; then
1189 mach_conf=${local_mach_conf} 1189 mach_conf=${local_mach_conf}
1190fi 1190fi
1191 1191
1192if [ -z "${dts_path}"]; then 1192if [ -z "${dts_path}" ]; then
1193 dts_path=${local_mach_conf} 1193 dts_path=${local_mach_conf}
1194fi 1194fi
1195# Is it relative? If so, relative to conf/dts 1195# Is it relative? If so, relative to conf/dts