summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-01 20:59:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-15 09:18:09 +0000
commita332f47bdb307d5a9508bd46a652adc6001c6feb (patch)
tree9796f934acd6463a85f0d72dffd1c53b06bfc233 /meta/recipes-core/images
parent393da961be2c357a072fe5fa93ca2adf5a904c14 (diff)
downloadpoky-a332f47bdb307d5a9508bd46a652adc6001c6feb.tar.gz
python3-cryptography: upgrade 41.0.7 to 42.0.2
* Also upgrade python3-cryptography-vectors * Drop patch for 9129, fixed upstream * Refresh pyproject.toml --benchmark-disable patch * Refresh -crates.inc Changes: https://cryptography.io/en/latest/changelog/#v42-0-2 https://cryptography.io/en/latest/changelog/#v42-0-1 https://cryptography.io/en/latest/changelog/#v42-0-0 https://github.com/pyca/cryptography/compare/41.0.7...42.0.2 RP: Add new REPENDS on python3-mmap for ptest RP: Increase memory in ptest image to avoid test failures (From OE-Core rev: 45ee8ae2f6173a11e6d004c8eeba138073b84d18) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r--meta/recipes-core/images/core-image-ptest.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/core-image-ptest.bb b/meta/recipes-core/images/core-image-ptest.bb
index 7f7b4381d4..72081f938d 100644
--- a/meta/recipes-core/images/core-image-ptest.bb
+++ b/meta/recipes-core/images/core-image-ptest.bb
@@ -31,7 +31,7 @@ IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-tar = "1524288"
31QB_MEM = "-m 1024" 31QB_MEM = "-m 1024"
32QB_MEM:virtclass-mcextend-lttng-tools = "-m 4096" 32QB_MEM:virtclass-mcextend-lttng-tools = "-m 4096"
33QB_MEM:virtclass-mcextend-python3 = "-m 2048" 33QB_MEM:virtclass-mcextend-python3 = "-m 2048"
34QB_MEM:virtclass-mcextend-python3-cryptography = "-m 4096" 34QB_MEM:virtclass-mcextend-python3-cryptography = "-m 5100"
35 35
36TEST_SUITES = "ping ssh parselogs ptest" 36TEST_SUITES = "ping ssh parselogs ptest"
37 37