blob: afab473b52ce3821d906f0704fc461c485efe2fa [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require core-image-sato.bb
2
3DESCRIPTION = "Image with Sato support that includes everything within \
4core-image-sato plus meta-toolchain, development headers and libraries to \
5form a standalone SDK."
Andrew Geissler90fd73c2021-03-05 15:25:55 -06006HOMEPAGE = "https://www.yoctoproject.org/"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05008IMAGE_FEATURES += "dev-pkgs tools-sdk \
Patrick Williamsc124f4f2015-09-15 14:41:29 -05009 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"