gyroidos / meta-trustx

This repository contains Yocto recipes to build GyroidOS
GNU General Public License v2.0
2 stars 18 forks source link

recipes-trustx/*: Build cml-related recipes out-of-tree #185

Closed jwsbck closed 1 year ago

jwsbck commented 1 year ago

We require cmld and service* to be built using dfferent variants of libc for container and host builds (e.g. glibc and musl). Build in-source poisons the source directory with artifacts compiled with another libc and thus breaks the build if building glibc containers. Thus, we need to keep the source directory clean and copy the sources to the build directory first.