[dts] [PATCH] framework/config: fix issue with string values

Tu, Lijuan lijuan.tu at intel.com
Thu Jul 1 10:49:30 CEST 2021


> -----Original Message-----
> From: ohilyard at iol.unh.edu <ohilyard at iol.unh.edu>
> Sent: 2021年6月25日 21:08
> To: Tu, Lijuan <lijuan.tu at intel.com>
> Cc: dts at dpdk.org; Owen Hilyard <ohilyard at iol.unh.edu>
> Subject: [PATCH] framework/config: fix issue with string values
> 
> From: Owen Hilyard <ohilyard at iol.unh.edu>
> 
> String values were ran through 'eval' like everything else as part of parsing
> config files. This will work the first time if there are quotes around the value, but
> if the --update-expected flag is passed, it will re-write the config file without
> quotes around the string value. This then cause an error when the value is
> 'eval'ed again, since it will now be evaluated as a variable.
> 
> Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>

Applied, thanks


More information about the dts mailing list