From a0245d7be08f3d24ea1875e9f8872aa6bbff93be Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 12 Feb 2022 11:40:21 +0100 Subject: core-image-weston-sdk: synchronize with core-image-sato-sdk (From OE-Core rev: 81cae8ba73698c3c96a8e3a6a774c7068899aa6e) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-graphics/images/core-image-weston-sdk.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-graphics/images') 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 DESCRIPTION = "Image with Weston support that includes everything within \ core-image-weston plus meta-toolchain, development headers and libraries to \ form a standalone SDK." +HOMEPAGE = "https://www.yoctoproject.org/" IMAGE_FEATURES += "dev-pkgs tools-sdk \ tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" IMAGE_INSTALL += "kernel-devsrc" +# Compiling stuff, specifically SystemTap probes, can require lots of memory +# See https://bugzilla.yoctoproject.org/show_bug.cgi?id=14673 +QB_MEM = "-m 768" -- cgit v1.2.3-54-g00ecf