gyroidos / meta-trustx

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

conf/multiconfig/container_qemuarm*: set empty KERNEL_DEVICETREE #194

Closed quitschbo closed 1 year ago

quitschbo commented 1 year ago

Since on some arm build variants, e.g., raspberrypi, the variable KERNEL_DEVICETREE needs to be present, otherwise parsing errors may occur. Thus, we clear that variable. The container multiconfig uses a dummy kernel and no device tree should be added to the container image anyway.