Files
poky/meta/recipes-devtools
Cody P Schafer 034ee07ed9 cmake: in SDK use OE env var to set default toolchain
Patch the location in cmake where the toolchain file is loaded
to use the (new) OE_CMAKE_TOOLCHAIN_FILE variable to select a default
toolchain if no toolchain has been specified. The cmake alias is
removed.

The alternatives:

 - shell alias fails when cmake is called indirectly (ex: a makefile
   managing several projects which calls cmake for some of them)
   because aliases are not inherited

 - wrapper script that unconditionally adds "-D..." breaks cmake's
   build tests and many other things as it causes cmake to believe it
   should be configuring things when it should not be. For example,
   `cmake -DCMAKE_TOOLCHAIN_FILE=... --build .` does not work (note
   that this also breaks people directly using `cmake --build .` with
   the current alias).

(From OE-Core rev: da60be3768e7183794d63548166d107dbd0a4973)

Signed-off-by: Cody P Schafer <dev@codyps.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-07-26 13:16:40 +01:00
..
2018-03-09 09:17:03 -08:00
2018-07-05 00:22:08 +01:00
2018-07-05 00:22:08 +01:00
2018-06-27 13:55:21 +01:00
2018-06-27 13:55:21 +01:00
2018-06-18 11:07:57 +01:00
2018-03-20 09:59:32 +00:00
2018-07-05 00:22:08 +01:00
2018-07-05 00:22:08 +01:00
2018-03-06 06:43:10 -08:00
2017-08-13 09:27:38 +01:00
2018-05-22 13:13:33 +01:00
2018-07-05 11:39:06 +01:00
2018-02-06 11:06:28 +00:00
2018-07-05 00:22:08 +01:00
2018-03-09 09:17:03 -08:00
2018-05-11 07:49:37 +01:00
2018-01-02 17:24:37 +00:00
2018-03-11 06:27:00 -07:00
2018-01-30 12:53:16 +00:00
2018-03-11 06:27:01 -07:00
2018-03-31 09:48:42 +01:00
2018-06-27 13:55:21 +01:00
2018-03-07 06:34:51 -08:00
2018-04-03 23:53:20 +01:00
2017-12-18 18:03:56 +00:00
2018-04-13 16:58:07 +01:00
2018-01-13 10:15:20 +00:00
2018-07-18 10:18:42 +01:00
2018-04-23 17:26:04 +01:00
2018-07-04 00:02:16 +01:00
2018-05-04 13:28:04 +01:00
2018-07-24 11:52:26 +01:00
2018-06-21 09:34:40 +01:00
2018-05-15 10:56:50 +01:00
2018-03-09 09:17:03 -08:00
2018-07-24 11:52:26 +01:00
2018-02-06 11:06:29 +00:00
2018-05-08 16:14:14 +01:00