blob: b52de0def02a99c2e0408211a8b2080ef3ed4161 [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