kumquat-buildroot/support
Arnout Vandecappelle (Essensium/Mind) 36568732e4 package/pkg-cmake: add CMAKE_SYSTEM_VERSION to toolchainfile.cmake
Quoting the CMake documentation:

  When the CMAKE_SYSTEM_NAME variable is set explicitly to enable cross
  compiling then the value of CMAKE_SYSTEM_VERSION must also be set
  explicitly to specify the target system version.

Thus, we should also set CMAKE_SYSTEM_VERSION in toolchainfile.cmake. It
is supposed to be set to the value of `uname -r` on the target. We don't
have that exact value available (unless we build the kernel), but the
value of BR2_TOOLCHAIN_HEADERS_AT_LEAST contains the (minimum) version
of the kernel it will run on, so it should be OK for all practical
purposes.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-01-12 16:06:51 +01:00
..
config-fragments support/config-fragments: add RISC-V 32-bit to autobuild configs 2019-01-10 21:30:21 +01:00
dependencies Merge branch 'next' 2018-12-02 08:16:10 +01:00
docker
download support/download: fix scp downloads 2019-01-03 22:05:43 +01:00
gnuconfig
kconfig support/kconfig/merge_config.sh: avoid false positive matches from comment lines 2018-11-24 10:11:15 +01:00
legal-info
libtool
misc package/pkg-cmake: add CMAKE_SYSTEM_VERSION to toolchainfile.cmake 2019-01-12 16:06:51 +01:00
scripts Makefile: offload .gitlab-ci.yml generation 2018-12-09 21:30:24 +01:00
testing support/testing: drop docstring in TestPythonPackageBase::test_run() 2018-12-08 20:50:08 +01:00