From: Louis Rannou <[email protected]>

Accept rsa4096 signatures whith length 1024.

Signed-off-by: Louis Rannou <[email protected]>
---
 meta/lib/oeqa/utils/fitimage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/utils/fitimage.py b/meta/lib/oeqa/utils/fitimage.py
index bfe594c968..117206b39b 100644
--- a/meta/lib/oeqa/utils/fitimage.py
+++ b/meta/lib/oeqa/utils/fitimage.py
@@ -22,7 +22,7 @@ class FitImageUtils():
     """Kernel FIT image base library"""
 
     MKIMAGE_HASH_LENGTHS = { 'sha256': 64, 'sha384': 96, 'sha512': 128 }
-    MKIMAGE_SIGNATURE_LENGTHS = { 'rsa2048': 512 }
+    MKIMAGE_SIGNATURE_LENGTHS = { 'rsa2048': 512 , 'rsa4096': 1024}
 
     def __init__(self, logger):
         self.logger = logger

-- 
2.43.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#228862): 
https://lists.openembedded.org/g/openembedded-core/message/228862
Mute This Topic: https://lists.openembedded.org/mt/117084253/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to