diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-03-30 07:42:41 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:32:51 -0700 |
commit | 99de1bb249610cad1a41e4f60556e9a2b067e070 (patch) | |
tree | d397b0a2336910039bc9e51c6a4181c2b6810c7b /meta-xilinx-bsp | |
parent | 85472578bfbcead8f533b8c64e138eaae2a4fcc0 (diff) | |
download | meta-xilinx-99de1bb249610cad1a41e4f60556e9a2b067e070.tar.gz |
xilinx-lops: Fix missing " (quote)
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r-- | meta-xilinx-bsp/recipes-kernel/lopper/xilinx-lops/lop-microblaze-yocto.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/lopper/xilinx-lops/lop-microblaze-yocto.dts b/meta-xilinx-bsp/recipes-kernel/lopper/xilinx-lops/lop-microblaze-yocto.dts index 66023e1f..932fcd24 100644 --- a/meta-xilinx-bsp/recipes-kernel/lopper/xilinx-lops/lop-microblaze-yocto.dts +++ b/meta-xilinx-bsp/recipes-kernel/lopper/xilinx-lops/lop-microblaze-yocto.dts | |||
@@ -232,7 +232,7 @@ | |||
232 | print( ' %s' % t, end='' ) | 232 | print( ' %s' % t, end='' ) |
233 | print( '\"' ) | 233 | print( '\"' ) |
234 | print( 'PACKAGE_EXTRA_ARCHS_tune-microblaze-%s = \"${TUNE_PKGARCH}\"' % tname ) | 234 | print( 'PACKAGE_EXTRA_ARCHS_tune-microblaze-%s = \"${TUNE_PKGARCH}\"' % tname ) |
235 | print( 'TUNE_FEATURES_tune-%s = ${TUNE_FEATURES_tune-microblaze-%s}\\n' % (n.tune_type,tname) ) | 235 | print( 'TUNE_FEATURES_tune-%s = \"${TUNE_FEATURES_tune-microblaze-%s}\"\\n' % (n.tune_type,tname) ) |
236 | 236 | ||
237 | "; | 237 | "; |
238 | }; | 238 | }; |