summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-02-12 11:40:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-14 10:33:06 +0000
commita0245d7be08f3d24ea1875e9f8872aa6bbff93be (patch)
treec1bb6383412ad6519971d2ecdcae942286184888
parent55724e93f33a2f0cf3fb780601a6c4149241ea62 (diff)
downloadpoky-a0245d7be08f3d24ea1875e9f8872aa6bbff93be.tar.gz
core-image-weston-sdk: synchronize with core-image-sato-sdk
(From OE-Core rev: 81cae8ba73698c3c96a8e3a6a774c7068899aa6e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/images/core-image-weston-sdk.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston-sdk.bb b/meta/recipes-graphics/images/core-image-weston-sdk.bb
index f5f7dade54..09e87b5b65 100644
--- a/meta/recipes-graphics/images/core-image-weston-sdk.bb
+++ b/meta/recipes-graphics/images/core-image-weston-sdk.bb
@@ -3,9 +3,13 @@ require core-image-weston.bb
3DESCRIPTION = "Image with Weston support that includes everything within \ 3DESCRIPTION = "Image with Weston support that includes everything within \
4core-image-weston plus meta-toolchain, development headers and libraries to \ 4core-image-weston plus meta-toolchain, development headers and libraries to \
5form a standalone SDK." 5form a standalone SDK."
6HOMEPAGE = "https://www.yoctoproject.org/"
6 7
7IMAGE_FEATURES += "dev-pkgs tools-sdk \ 8IMAGE_FEATURES += "dev-pkgs tools-sdk \
8 tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" 9 tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh"
9 10
10IMAGE_INSTALL += "kernel-devsrc" 11IMAGE_INSTALL += "kernel-devsrc"
11 12
13# Compiling stuff, specifically SystemTap probes, can require lots of memory
14# See https://bugzilla.yoctoproject.org/show_bug.cgi?id=14673
15QB_MEM = "-m 768"