blob: 09e87b5b65cbeca5cfb85392e6c3bff541b833ae [file] [log] [blame]
Andrew Geisslerc926e172021-05-07 16:11:35 -05001require 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."
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00006HOMEPAGE = "https://www.yoctoproject.org/"
Andrew Geisslerc926e172021-05-07 16:11:35 -05007
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
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000013# 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"