]> code.ossystems Code Review - meta-freescale.git/commit
Split fiptool build into separate recipe
authorDaniel Klauer <daniel.klauer@gin.de>
Thu, 1 Aug 2019 09:06:56 +0000 (11:06 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 15 Aug 2019 17:49:22 +0000 (14:49 -0300)
commitc090df937b5f9e5487c045d1a6c958ef65abd87d
treed402d5b7cf7d0d30fd4e89c0edb32803c2c1ac4b
parentaac5d31be8cca3dc58513fb3ad1d81d041fba140
Split fiptool build into separate recipe

Previously, ddr-phy built native fiptool during its own build process,
but without using Yocto's native toolchain settings. This results in
unexpected host dependencies. For example, fiptool depends on openssl,
which may or may not be installed on the host.

So now fiptool is built in a separate recipe (atf-tools-native) which can
easily depend on openssl.

Signed-off-by: Daniel Klauer <daniel.klauer@gin.de>
recipes-bsp/atf/atf-tools_git.bb [new file with mode: 0644]
recipes-bsp/ddr-phy/ddr-phy_git.bb