Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | require core-image-sato.bb |
| 2 | |
| 3 | DESCRIPTION = "Image with Sato support that includes everything within \ |
| 4 | core-image-sato plus meta-toolchain, development headers and libraries to \ |
| 5 | form a standalone SDK." |
| 6 | |
| 7 | QT4PKG = "qt4-pkgs" |
| 8 | QT4PKG_mips64 = "" |
| 9 | QT4PKG_mips64n32 = "" |
| 10 | |
| 11 | IMAGE_FEATURES += "dev-pkgs tools-sdk ${QT4PKG} \ |
| 12 | tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" |
| 13 | |
| 14 | IMAGE_INSTALL += "kernel-devsrc" |
| 15 | |