diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-10-31 11:15:55 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-12 11:19:44 +0000 |
| commit | b33b064b4811fd270cb77be47668357722d38f65 (patch) | |
| tree | 3b622043d6eaa9d8af10481b3ef946209f4648e8 /meta/recipes-core | |
| parent | a0f93fed3a5c491e64c6b491b6d96435483012f0 (diff) | |
| download | poky-b33b064b4811fd270cb77be47668357722d38f65.tar.gz | |
tcl: update 8.6.15 -> 9.0.0
Make adjustments needed for ptests: among others,
the binary.test needs 4G of RAM.
Apply all patches unconditionally for ease of future upgrades.
(From OE-Core rev: 372cfdd3f9355081942514c7db44119fa55ff58e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/images/core-image-ptest.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/images/core-image-ptest.bb b/meta/recipes-core/images/core-image-ptest.bb index 72081f938d..a0ff8d9528 100644 --- a/meta/recipes-core/images/core-image-ptest.bb +++ b/meta/recipes-core/images/core-image-ptest.bb | |||
| @@ -32,6 +32,7 @@ QB_MEM = "-m 1024" | |||
| 32 | QB_MEM:virtclass-mcextend-lttng-tools = "-m 4096" | 32 | QB_MEM:virtclass-mcextend-lttng-tools = "-m 4096" |
| 33 | QB_MEM:virtclass-mcextend-python3 = "-m 2048" | 33 | QB_MEM:virtclass-mcextend-python3 = "-m 2048" |
| 34 | QB_MEM:virtclass-mcextend-python3-cryptography = "-m 5100" | 34 | QB_MEM:virtclass-mcextend-python3-cryptography = "-m 5100" |
| 35 | QB_MEM:virtclass-mcextend-tcl = "-m 5100" | ||
| 35 | 36 | ||
| 36 | TEST_SUITES = "ping ssh parselogs ptest" | 37 | TEST_SUITES = "ping ssh parselogs ptest" |
| 37 | 38 | ||
