Files
poky/scripts
Ming Liu 4a040aa83f scripts/oe-find-native-sysroot: fix a incomplete regexp
A "=" is missing in the regexp, which leads it match multiple results
if STAGING_DIR_NATIVE has overrides, for instance:
...
STAGING_DIR_NATIVE="xxxx"
STAGING_DIR_NATIVE_qemux86="yyyy"
...

it will match both of them without "=".

(From OE-Core rev: fb9cf84b1d537e2b8c26cd78f6ac27c55a7e79fc)

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