summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/images/core-image-sato-sdk.bb
blob: 39742efadba3a2d7f5383e0e66328dddff49fbc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "Image with Sato support that includes everything within \
core-image-sato plus meta-toolchain, development headers and libraries to \
form a standalone SDK."

IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs"
EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks"

SSHSERVER_IMAGE_FEATURES = "ssh-server-openssh"

LICENSE = "MIT"

inherit core-image

IMAGE_INSTALL += "kernel-dev"