Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: f8c6360667380f6b3fb917ecbe5b941b23dbadf1
https://github.com/Linaro/odp/commit/f8c6360667380f6b3fb917ecbe5b941b23dbadf1
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: fix powerpc test name
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: eccc78540c05dc71095179b613f014648385f3df
https://github.com/Linaro/odp/commit/eccc78540c05dc71095179b613f014648385f3df
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: don't override prefix when cross-compiling
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 17e829a3b78d6513d22496734c6edbec955cbfd4
https://github.com/Linaro/odp/commit/17e829a3b78d6513d22496734c6edbec955cbfd4
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: don't use cross-pkg-config
Cross-pkg-config rewrites PKG_CONFIG_PATH to static value. Simulate it,
but allow further script to expand PKG_CONFIG_PATH value.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: d0821c9c43fb89e4c0021b174bbc12bef543ffa0
https://github.com/Linaro/odp/commit/d0821c9c43fb89e4c0021b174bbc12bef543ffa0
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: add cross-testing for 32-bit x86
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: b38117eeed5d7bd5a334ef2387bf83d5cb8b9188
https://github.com/Linaro/odp/commit/b38117eeed5d7bd5a334ef2387bf83d5cb8b9188
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: enable cpp test during cross-compilation
Install proper packages to enable cross-testing of linking C++ apps with
ODP.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: d445395c66edb38abedb918afdba37ec9f7f95af
https://github.com/Linaro/odp/commit/d445395c66edb38abedb918afdba37ec9f7f95af
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: merge native and cross-compilation scripts
Merge native and cross-compilation scripts. This allows us to simplify
Travis CI configuration and to enable e.g. testing of out-of-tree
compilation.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: f7c5f3e973814e0fc9211e008a37080b1c7d4a76
https://github.com/Linaro/odp/commit/f7c5f3e973814e0fc9211e008a37080b1c7d4a76
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: move cross-compilation into build matrix
As both native and cross-compilation now use the same script it is
possible to move cross-compilation setup back to build matrix. Proper
cross-compiler is selected based on actual compiler (gcc/clang) and
cross-target.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/fb3f36cec108...f7c5f3e97381