From 219f3a016419ba0150a25fa8feb4dc861286b92a Mon Sep 17 00:00:00 2001 From: Frieder Erdmann <1242489+fnerdman@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:40:10 +0100 Subject: [PATCH] feat: adds rbuilder distro features --- 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..f1220bd 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 += " evm observability podman"