]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe-run-native: print more error messages rbt/rss
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 14 Apr 2017 08:57:43 +0000 (01:57 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Fri, 14 Apr 2017 09:13:46 +0000 (02:13 -0700)
commite697053add75e554ed67c2745aa41a6b69481112
tree7c51f7c3074e10ab4bd12a744a21544c85b7c0eb
parent3e8ade8c0772c4492efd93824f78cb043281d235
oe-run-native: print more error messages

Fixed:
$ bitbake bmap-tools-native -ccleansstate && bitbake bmap-tools-native && oe-run-native bmap-tools-native bmaptool --help
[snip]
Error: Unable to find '' in <PATH>
[snip]

Note the blank '' word, it was because "tools" was overrided, now fix it.

And also check whether the recipe is a native one or not.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/oe-run-native