populate_sdk_base.bbclass: fix SDK relocation issues
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Fri, 17 Aug 2012 10:38:09 +0000 (13:38 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Aug 2012 12:06:41 +0000 (13:06 +0100)
commitc943c04bd9e5ba6b7720d745e712916f5c3b3342
tree0622b9b0f965ef57f9e7fec0bd77dd4a46dc9400
parent996df36319176e733c3519f2bcdba1aad3c3ffee
populate_sdk_base.bbclass: fix SDK relocation issues

The problem appears if multiple setup environment scripts are found. In
order to find only the script we're interested in, I removed globbing in
matching pattern with ${REAL_MULTIMACH_TARGET_SYS} that will be expanded
to the correct string.

Also, fix a problem when changing the scripts/configs. The grep pattern
matched also files that contained "text" in their name.

(From OE-Core rev: d81768560676da201fd730ae3930b080ab8c5c75)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass