buildroot/toolchain
Thomas Petazzoni 6729050f3a pkg-cmake: install CMake files as part of a package
Currently, the toolchainfile.cmake and Buildroot.cmake files are
installed outside of any package, just triggered by the toolchain
target.

As part of the per-package SDK effort, we are trying to avoid anything
that installs to the global $(HOST_DIR), and this is one of the
remaining files installed in $(HOST_DIR) outside of any package. We
fix this by installing such files as part of the toolchain package
post-install staging hooks.

Yes, a post-install staging hook to install things to $(HOST_DIR) is a
bit weird, but the toolchain infrastructure is made of target packages
only, and they all install a lot of stuff to $(HOST_DIR) already.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-03-25 17:35:26 +02:00
..
toolchain pkg-cmake: install CMake files as part of a package 2018-03-25 17:35:26 +02:00
toolchain-buildroot musl: enable or1k architecture 2017-11-30 11:37:53 +01:00
toolchain-external toolchain: add 4.15.x choice for headers 2018-01-28 23:48:21 +01:00
Config.in arch/bfin: internal backend not suitable for some cores 2017-10-02 21:41:53 +02:00
helpers.mk toolchain: detect external glibc in merged /usr 2017-09-19 22:43:10 +02:00
toolchain-common.in toolchain: add 4.15.x choice for headers 2018-01-28 23:48:21 +01:00
toolchain-wrapper.c toolchain/wrapper: fake __DATE_ and __TIME__ for older gcc 2017-10-22 16:10:37 +02:00
toolchain-wrapper.mk Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin 2017-07-05 15:19:29 +02:00
toolchain.mk toolchain: use the <PKG>_TARGET_FINALIZE_HOOKS 2016-07-18 23:30:46 +02:00