diff mbox series

[meta-swupdate,1/2] licenses: use correct Upstream-Status

Message ID 20241121145934.230850-1-sidali.teir@cysec.com
State New
Delegated to: Stefano Babic
Headers show
Series [meta-swupdate,1/2] licenses: use correct Upstream-Status | expand

Commit Message

Sid-Ali Teir Nov. 21, 2024, 2:59 p.m. UTC
Signed-off-by: Sid-Ali Teir <sidali.teir@cysec.com>
---
 recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch           | 2 ++
 recipes-lua/luasocket/files/0001-fix-for-OE.patch               | 2 ++
 recipes-lua/tekui/files/0001-Fix-config-for-OE.patch            | 2 ++
 .../swupdate/swupdate/0001-BUG-regression-checking-IVT.patch    | 2 ++
 4 files changed, 8 insertions(+)

Comments

Sid-Ali Teir Dec. 3, 2024, 11:40 a.m. UTC | #1
any update on these patches?

On Thursday, November 21, 2024 at 4:04:45 PM UTC+1 Sid-Ali Teir wrote:

> Signed-off-by: Sid-Ali Teir <sidal...@cysec.com>
> ---
> recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch | 2 ++
> recipes-lua/luasocket/files/0001-fix-for-OE.patch | 2 ++
> recipes-lua/tekui/files/0001-Fix-config-for-OE.patch | 2 ++
> .../swupdate/swupdate/0001-BUG-regression-checking-IVT.patch | 2 ++
> 4 files changed, 8 insertions(+)
>
> diff --git a/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch 
> b/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch
> index 80971d2..1b3a7d7 100644
> --- a/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch
> +++ b/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch
> @@ -3,6 +3,8 @@ From: Kas User <k...@example.com>
> Date: Wed, 22 Jun 2022 14:05:03 +0200
> Subject: [PATCH] Fix for OE
>
> +Upstream-Status: Inappropriate [OE specific]
> +
> ---
> Makefile | 2 +-
> config | 16 ++++++++--------
> diff --git a/recipes-lua/luasocket/files/0001-fix-for-OE.patch 
> b/recipes-lua/luasocket/files/0001-fix-for-OE.patch
> index f9840a8..720a5dd 100644
> --- a/recipes-lua/luasocket/files/0001-fix-for-OE.patch
> +++ b/recipes-lua/luasocket/files/0001-fix-for-OE.patch
> @@ -3,6 +3,8 @@ From: Kas User <k...@example.com>
> Date: Tue, 22 May 2018 19:20:04 +0200
> Subject: [PATCH] fix for OE
>
> +Upstream-Status: Inappropriate [OE specific]
> +
> Signed-off-by: Kas User <k...@example.com>
> ---
> makefile | 4 +++-
> diff --git a/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch 
> b/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch
> index 1d87394..aa937c4 100644
> --- a/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch
> +++ b/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch
> @@ -3,6 +3,8 @@ From: Stefano Babic <sba...@denx.de>
> Date: Fri, 12 Oct 2018 12:00:50 +0200
> Subject: [PATCH] Fix config for OE
>
> +Upstream-Status: Inappropriate [OE specific]
> +
> Signed-off-by: Stefano Babic <sba...@denx.de>
> ---
> config | 60 +++++++++++++++++++++++-----------------------------------
> diff --git 
> a/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch 
> b/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch
> index b3e0bde..2be1378 100644
> --- 
> a/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch
> +++ 
> b/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch
> @@ -8,6 +8,8 @@ passed because it is generally a zeroed array of chars, so 
> passing null
> length string is a valid case and not an error, and in that case the IVT
> from the file should be taken.
>
> +Upstream-Status: Inappropriate [version specific]
> +
> Signed-off-by: Stefano Babic <stefan...@swupdate.org>
> Signed-off-by: Ayoub Zaki <ayoub...@embetrix.com>
> ---
> -- 
> 2.46.1
>
>
Michael Glembotzki Dec. 3, 2024, 4:29 p.m. UTC | #2
At least swupdate_2023.12.1.bb with reference to 
0001-BUG-regression-checking-IVT.patch can be removed.
In the past only the current/last release have been available in 
meta-iris-base.

Best regards
Michael
Sid-Ali Teir schrieb am Dienstag, 3. Dezember 2024 um 12:40:12 UTC+1:

> any update on these patches?
>
> On Thursday, November 21, 2024 at 4:04:45 PM UTC+1 Sid-Ali Teir wrote:
>
>> Signed-off-by: Sid-Ali Teir <sidal...@cysec.com> 
>> --- 
>> recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch | 2 ++ 
>> recipes-lua/luasocket/files/0001-fix-for-OE.patch | 2 ++ 
>> recipes-lua/tekui/files/0001-Fix-config-for-OE.patch | 2 ++ 
>> .../swupdate/swupdate/0001-BUG-regression-checking-IVT.patch | 2 ++ 
>> 4 files changed, 8 insertions(+) 
>>
>> diff --git a/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch 
>> b/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch 
>> index 80971d2..1b3a7d7 100644 
>> --- a/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch 
>> +++ b/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch 
>> @@ -3,6 +3,8 @@ From: Kas User <k...@example.com> 
>> Date: Wed, 22 Jun 2022 14:05:03 +0200 
>> Subject: [PATCH] Fix for OE 
>>
>> +Upstream-Status: Inappropriate [OE specific] 
>> + 
>> --- 
>> Makefile | 2 +- 
>> config | 16 ++++++++-------- 
>> diff --git a/recipes-lua/luasocket/files/0001-fix-for-OE.patch 
>> b/recipes-lua/luasocket/files/0001-fix-for-OE.patch 
>> index f9840a8..720a5dd 100644 
>> --- a/recipes-lua/luasocket/files/0001-fix-for-OE.patch 
>> +++ b/recipes-lua/luasocket/files/0001-fix-for-OE.patch 
>> @@ -3,6 +3,8 @@ From: Kas User <k...@example.com> 
>> Date: Tue, 22 May 2018 19:20:04 +0200 
>> Subject: [PATCH] fix for OE 
>>
>> +Upstream-Status: Inappropriate [OE specific] 
>> + 
>> Signed-off-by: Kas User <k...@example.com> 
>> --- 
>> makefile | 4 +++- 
>> diff --git a/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch 
>> b/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch 
>> index 1d87394..aa937c4 100644 
>> --- a/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch 
>> +++ b/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch 
>> @@ -3,6 +3,8 @@ From: Stefano Babic <sba...@denx.de> 
>> Date: Fri, 12 Oct 2018 12:00:50 +0200 
>> Subject: [PATCH] Fix config for OE 
>>
>> +Upstream-Status: Inappropriate [OE specific] 
>> + 
>> Signed-off-by: Stefano Babic <sba...@denx.de> 
>> --- 
>> config | 60 +++++++++++++++++++++++----------------------------------- 
>> diff --git 
>> a/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch 
>> b/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch 
>> index b3e0bde..2be1378 100644 
>> --- 
>> a/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch 
>> +++ 
>> b/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch 
>> @@ -8,6 +8,8 @@ passed because it is generally a zeroed array of chars, 
>> so passing null 
>> length string is a valid case and not an error, and in that case the IVT 
>> from the file should be taken. 
>>
>> +Upstream-Status: Inappropriate [version specific] 
>> + 
>> Signed-off-by: Stefano Babic <stefan...@swupdate.org> 
>> Signed-off-by: Ayoub Zaki <ayoub...@embetrix.com> 
>> --- 
>> -- 
>> 2.46.1 
>>
>>
Michael Glembotzki Dec. 3, 2024, 4:30 p.m. UTC | #3
meta-swupdate 

Michael Glembotzki schrieb am Dienstag, 3. Dezember 2024 um 17:29:49 UTC+1:

> At least swupdate_2023.12.1.bb with reference to 
> 0001-BUG-regression-checking-IVT.patch can be removed.
> In the past only the current/last release have been available in 
> meta-iris-base.
>
> Best regards
> Michael
> Sid-Ali Teir schrieb am Dienstag, 3. Dezember 2024 um 12:40:12 UTC+1:
>
>> any update on these patches?
>>
>> On Thursday, November 21, 2024 at 4:04:45 PM UTC+1 Sid-Ali Teir wrote:
>>
>>> Signed-off-by: Sid-Ali Teir <sidal...@cysec.com> 
>>> --- 
>>> recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch | 2 ++ 
>>> recipes-lua/luasocket/files/0001-fix-for-OE.patch | 2 ++ 
>>> recipes-lua/tekui/files/0001-Fix-config-for-OE.patch | 2 ++ 
>>> .../swupdate/swupdate/0001-BUG-regression-checking-IVT.patch | 2 ++ 
>>> 4 files changed, 8 insertions(+) 
>>>
>>> diff --git a/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch 
>>> b/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch 
>>> index 80971d2..1b3a7d7 100644 
>>> --- a/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch 
>>> +++ b/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch 
>>> @@ -3,6 +3,8 @@ From: Kas User <k...@example.com> 
>>> Date: Wed, 22 Jun 2022 14:05:03 +0200 
>>> Subject: [PATCH] Fix for OE 
>>>
>>> +Upstream-Status: Inappropriate [OE specific] 
>>> + 
>>> --- 
>>> Makefile | 2 +- 
>>> config | 16 ++++++++-------- 
>>> diff --git a/recipes-lua/luasocket/files/0001-fix-for-OE.patch 
>>> b/recipes-lua/luasocket/files/0001-fix-for-OE.patch 
>>> index f9840a8..720a5dd 100644 
>>> --- a/recipes-lua/luasocket/files/0001-fix-for-OE.patch 
>>> +++ b/recipes-lua/luasocket/files/0001-fix-for-OE.patch 
>>> @@ -3,6 +3,8 @@ From: Kas User <k...@example.com> 
>>> Date: Tue, 22 May 2018 19:20:04 +0200 
>>> Subject: [PATCH] fix for OE 
>>>
>>> +Upstream-Status: Inappropriate [OE specific] 
>>> + 
>>> Signed-off-by: Kas User <k...@example.com> 
>>> --- 
>>> makefile | 4 +++- 
>>> diff --git a/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch 
>>> b/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch 
>>> index 1d87394..aa937c4 100644 
>>> --- a/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch 
>>> +++ b/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch 
>>> @@ -3,6 +3,8 @@ From: Stefano Babic <sba...@denx.de> 
>>> Date: Fri, 12 Oct 2018 12:00:50 +0200 
>>> Subject: [PATCH] Fix config for OE 
>>>
>>> +Upstream-Status: Inappropriate [OE specific] 
>>> + 
>>> Signed-off-by: Stefano Babic <sba...@denx.de> 
>>> --- 
>>> config | 60 +++++++++++++++++++++++----------------------------------- 
>>> diff --git 
>>> a/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch 
>>> b/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch 
>>> index b3e0bde..2be1378 100644 
>>> --- 
>>> a/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch 
>>> +++ 
>>> b/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch 
>>> @@ -8,6 +8,8 @@ passed because it is generally a zeroed array of chars, 
>>> so passing null 
>>> length string is a valid case and not an error, and in that case the IVT 
>>> from the file should be taken. 
>>>
>>> +Upstream-Status: Inappropriate [version specific] 
>>> + 
>>> Signed-off-by: Stefano Babic <stefan...@swupdate.org> 
>>> Signed-off-by: Ayoub Zaki <ayoub...@embetrix.com> 
>>> --- 
>>> -- 
>>> 2.46.1 
>>>
>>>
diff mbox series

Patch

diff --git a/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch b/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch
index 80971d2..1b3a7d7 100644
--- a/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch
+++ b/recipes-lua/luafilesystem/files/0001-Fix-for-OE.patch
@@ -3,6 +3,8 @@  From: Kas User <kas@example.com>
 Date: Wed, 22 Jun 2022 14:05:03 +0200
 Subject: [PATCH] Fix for OE
 
+Upstream-Status: Inappropriate [OE specific]
+
 ---
  Makefile |  2 +-
  config   | 16 ++++++++--------
diff --git a/recipes-lua/luasocket/files/0001-fix-for-OE.patch b/recipes-lua/luasocket/files/0001-fix-for-OE.patch
index f9840a8..720a5dd 100644
--- a/recipes-lua/luasocket/files/0001-fix-for-OE.patch
+++ b/recipes-lua/luasocket/files/0001-fix-for-OE.patch
@@ -3,6 +3,8 @@  From: Kas User <kas@example.com>
 Date: Tue, 22 May 2018 19:20:04 +0200
 Subject: [PATCH] fix for OE
 
+Upstream-Status: Inappropriate [OE specific]
+
 Signed-off-by: Kas User <kas@example.com>
 ---
  makefile | 4 +++-
diff --git a/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch b/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch
index 1d87394..aa937c4 100644
--- a/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch
+++ b/recipes-lua/tekui/files/0001-Fix-config-for-OE.patch
@@ -3,6 +3,8 @@  From: Stefano Babic <sbabic@denx.de>
 Date: Fri, 12 Oct 2018 12:00:50 +0200
 Subject: [PATCH] Fix config for OE
 
+Upstream-Status: Inappropriate [OE specific]
+
 Signed-off-by: Stefano Babic <sbabic@denx.de>
 ---
  config | 60 +++++++++++++++++++++++-----------------------------------
diff --git a/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch b/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch
index b3e0bde..2be1378 100644
--- a/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch
+++ b/recipes-support/swupdate/swupdate/0001-BUG-regression-checking-IVT.patch
@@ -8,6 +8,8 @@  passed because it is generally a zeroed array of chars, so passing null
 length string is a valid case and not an error, and in that case the IVT
 from the file should be taken.
 
+Upstream-Status: Inappropriate [version specific]
+
 Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
 Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
 ---