]> code.ossystems Code Review - openembedded-core.git/commit
oe-find-native-sysroot: work with RSS
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 12 Apr 2017 21:29:12 +0000 (14:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Apr 2017 09:52:54 +0000 (10:52 +0100)
commite2f6d937bd897083779507ecb9ecd15513b35f1f
tree7186efe63cd02b7f20d2a162d6093b5887d85578
parent33263b69e6b470b4f02172dabe6815df8ab0cd0a
oe-find-native-sysroot: work with RSS

The generic STAGING_DIR_NATIVE is gone since RSS, so when find
OECORE_NATIVE_SYSROOT, the user has to specify which recipe's
STAGING_DIR_NATIVE will be used as OECORE_NATIVE_SYSROOT.

* The usage is changed from ". oe-find-native-sysroot" to
  ". oe-find-native-sysroot <recipe>".
* The oe-run-native's usage has changed from
  "oe-run-native tool" to "oe-run-native native-recipe tool".

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-find-native-sysroot
scripts/oe-run-native
scripts/runqemu-export-rootfs
scripts/runqemu-extract-sdk