diff mbox series

[meta-arago,master/scarthgap,v2] meta-arago-distro: layer.conf: Remove SIGGEN_EXCLUDERECIPES_ABISAFE

Message ID 20250325153645.23428-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap,v2] meta-arago-distro: layer.conf: Remove SIGGEN_EXCLUDERECIPES_ABISAFE | expand

Commit Message

Ryan Eatmon March 25, 2025, 3:36 p.m. UTC
Remove the setting of SIGGEN_EXCLUDERECIPES_ABISAFE as it is no longer needed.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v2: Fix commit message.

 meta-arago-distro/conf/layer.conf | 7 -------
 1 file changed, 7 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
index 0bbf9a4e..40629794 100644
--- a/meta-arago-distro/conf/layer.conf
+++ b/meta-arago-distro/conf/layer.conf
@@ -39,11 +39,4 @@  SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
     weston-init->kbd \
 "
 
-SIGGEN_EXCLUDERECIPES_ABISAFE += " \
-    udev \
-    eudev \
-    weston-conf \
-    cryptodev-module \
-"
-
 HOSTTOOLS_NONFATAL += "corkscrew getent socket"