blob: f45a83273c4de2443b71bf08d346e5754a8400c6 (
plain)
1
2
3
4
5
6
7
8
|
require core-image-sato.bb
DESCRIPTION = "Image with Sato for development work. It includes everything \
within core-image-sato plus a native toolchain, application development and \
testing libraries, profiling and debug symbols."
HOMEPAGE = "https://www.yoctoproject.org/"
IMAGE_FEATURES += "dev-pkgs"
|