torizon / meta-toradex-torizon

Torizon OS OpenEmbedded Distro Layer
MIT License
6 stars 10 forks source link

meta: dont check VARIANT to get container engine #27

Closed MingliuYan closed 4 months ago

MingliuYan commented 4 months ago

VARIANT can be set by end users in image recipes, so it does not always equal to "Docker/Podman", let's avoid checking it to get container engine. Instead, change to check docker/podman binaries on OS, this is safe because podman and docker are conflicting with each other, so they would be present on a same OS.