M7350/oe-core/meta/recipes-sato/images/core-image-sato-sdk.bb

16 lines
438 B
BlitzBasic
Raw Permalink Normal View History

2024-09-09 08:57:42 +00:00
require core-image-sato.bb
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
DESCRIPTION = "Image with Sato support that includes everything within \
core-image-sato plus meta-toolchain, development headers and libraries to \
form a standalone SDK."
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
QT4PKG = "qt4-pkgs"
QT4PKG_mips64 = ""
QT4PKG_mips64n32 = ""
IMAGE_FEATURES += "dev-pkgs tools-sdk ${QT4PKG} \
tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh"
IMAGE_INSTALL += "kernel-devsrc"
2024-09-09 08:52:07 +00:00