balena-os / meta-balena

A collection of Yocto layers used to build balenaOS images
https://www.balena.io/os
968 stars 115 forks source link

mkfs-hostapp-native: Disable iptables features in yocto balena daemon #3387

Closed klutchell closed 5 months ago

klutchell commented 5 months ago

We don't need any iptables features in order to perform hostapp-update in this build recipe, and it has no impact on build output.

It does, however, improve compatbility with build environments and reduces the dependencies of the build host kernel.

Change-type: patch


Contributor checklist

Reviewer Guidelines