From e6653119711a1f028ec77e346c8daeec9c6dd1d2 Mon Sep 17 00:00:00 2001 From: Frieder Erdmann <1242489+fnerdman@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:38:15 +0100 Subject: [PATCH] Adds bob distro features to local.conf patch --- patches/patch-local.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/patch-local.conf b/patches/patch-local.conf index 10b4dbb..d075e0e 100644 --- a/patches/patch-local.conf +++ b/patches/patch-local.conf @@ -58,7 +58,7 @@ # # Memory Resident Bitbake -@@ -286,3 +286,9 @@ +@@ -286,3 +286,10 @@ # track the version of this file when it was generated. This can safely be ignored if # this doesn't mean anything to you. CONF_VERSION = "2" @@ -68,3 +68,4 @@ + +MACHINE ?= "tdx" +DISTRO ?= "cvm" ++DISTRO_FEATURES += "podman searcher"