Files
poky/scripts
Ming Liu 9c001dc9eb scripts/test-reexec: fix several incomplete regexp
Some "=" are missing in the regexp, which leads it match multiple results
if the variables have overrides, for instance:
...
SSTATE_DIR="xxxx"
SSTATE_DIR_qemux86="yyyy"
...

it will match both of them without "=".

(From OE-Core rev: 10cb4331caee4b960a6f9ad20023a4a4b69b684e)

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-06-28 20:55:09 +01:00
..
2016-06-01 12:47:10 +01:00
2016-12-13 22:55:21 +00:00
2017-06-28 15:21:33 +01:00
2017-06-23 11:44:12 +01:00

This directory contains Various useful scripts for working with OE builds