diff mbox series

[meta-arago,master] meta-arago-demos: layer.conf: Remove SIGGEN_EXCLUDERECIPES_ABISAFE

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

Commit Message

Ryan Eatmon March 20, 2025, 6:12 p.m. UTC
Remove the setting of SIGGEN_EXCLUDERECIPES_ABISAFE as it is no longer needed.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-distro/conf/layer.conf | 7 -------
 1 file changed, 7 deletions(-)

Comments

Denys Dmytriyenko March 24, 2025, 4:53 p.m. UTC | #1
Is it meta-arago-demos as in Subject or meta-arago-distro as in the patch?


On Thu, Mar 20, 2025 at 01:12:25PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> Remove the setting of SIGGEN_EXCLUDERECIPES_ABISAFE as it is no longer needed.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  meta-arago-distro/conf/layer.conf | 7 -------
>  1 file changed, 7 deletions(-)
> 
> 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"
> -- 
> 2.17.1
Ryan Eatmon March 25, 2025, 3:21 p.m. UTC | #2
Doh!  Copy and paste error.  I'll fix it in the repo before it makes it 
out to prod.


On 3/24/2025 11:53 AM, Denys Dmytriyenko wrote:
> Is it meta-arago-demos as in Subject or meta-arago-distro as in the patch?
> 
> 
> On Thu, Mar 20, 2025 at 01:12:25PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>> Remove the setting of SIGGEN_EXCLUDERECIPES_ABISAFE as it is no longer needed.
>>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>>   meta-arago-distro/conf/layer.conf | 7 -------
>>   1 file changed, 7 deletions(-)
>>
>> 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"
>> -- 
>> 2.17.1
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"