xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/images/core-image-weston-sdk.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1require core-image-weston.bb
2
3DESCRIPTION = "Image with Weston support that includes everything within \
4core-image-weston plus meta-toolchain, development headers and libraries to \
5form a standalone SDK."
6HOMEPAGE = "https://www.yoctoproject.org/"
7
8IMAGE_FEATURES += "dev-pkgs tools-sdk \
9	tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh"
10
11IMAGE_INSTALL += "kernel-devsrc"
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"
16