blob: 62836f94d347a649c6a40d7c57ee5d8dbb1bdb60 [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."
6
7QT4PKG = "qt4-pkgs"
8QT4PKG_mips64 = ""
9QT4PKG_mips64n32 = ""
10
11IMAGE_FEATURES += "dev-pkgs tools-sdk ${QT4PKG} \
12 tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh"
13
14IMAGE_INSTALL += "kernel-devsrc"
15