]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-weston-sdk: synchronize with core-image-sato-sdk
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sat, 12 Feb 2022 10:40:21 +0000 (11:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Feb 2022 10:33:00 +0000 (10:33 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/images/core-image-weston-sdk.bb

index f5f7dade54e4bc75e6bf3259a2306375279917d7..09e87b5b65cbeca5cfb85392e6c3bff541b833ae 100644 (file)
@@ -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"