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