From 52405ced18c359da434c55802868be53d9c89e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20J=C3=B6rns?= Date: Tue, 4 Feb 2025 12:53:08 +0100 Subject: [PATCH] rauc-target: remove remnants of config handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All configuration was moved to the rauc-conf recipe in d51bab8f ("rauc: split package into 'rauc' for binary and 'rauc-conf' for configuration") but these lines were accidentally duplicated. Since they have no meaning in the rauc recipe, remove them. Signed-off-by: Enrico Jörns --- recipes-core/rauc/rauc-target.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-core/rauc/rauc-target.inc b/recipes-core/rauc/rauc-target.inc index 8c7c5fb..4b0f9f2 100644 --- a/recipes-core/rauc/rauc-target.inc +++ b/recipes-core/rauc/rauc-target.inc @@ -1,7 +1,3 @@ -RAUC_KEYRING_FILE ??= "ca.cert.pem" -RAUC_KEYRING_URI ??= "file://${RAUC_KEYRING_FILE}" - -RRECOMMENDS:${PN} += "virtual-rauc-conf" RRECOMMENDS:${PN} += "squashfs-tools" SRC_URI:append = " \