diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2017-10-18 16:55:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 22:33:23 +0000 |
commit | 526d3e24b26a4914dee837a85b0897505e0ae7db (patch) | |
tree | 18da0f9d183430eed6cdedf13e53f3ef575016dc /meta/recipes-devtools/cmake/cmake-native_3.8.2.bb | |
parent | e0521d4b12d4df0990486dd0b39dcdf78b114342 (diff) | |
download | poky-526d3e24b26a4914dee837a85b0897505e0ae7db.tar.gz |
util-linux-ptest: various fixes
The original code enabled only a sub-set of all available tests.
It also copied executables to be tested into a local folder although
the executables were expected to be already installed in the image.
In addition, the original code copied libtool scripts instead of already
cross-compiled images.
This patch modifies some test scripts so there is no need to copy
images already installed: instead it tests images already installed.
As the executables are scattered in /bin, usr/bin, /sbin/ usr/sbin folders,
we use 'which' to determine the absolute path.
We also copy some cross-compiled tests that were previously missing.
By the virtue of not copying the libtools scripts we also managed
the achieve binary reproducible package, as previously leaked build host
info was contained in libtool scripts, which are not copied anymore.
[YOCTO #10953]
(From OE-Core rev: f5198af37a5357a1758b50668b67f1c552982507)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake-native_3.8.2.bb')
0 files changed, 0 insertions, 0 deletions