M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions
@@ -0,0 +1,12 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A core-image-sato image suitable for development that also \
includes a native toolchain and libraries needed to build applications on the \
device itself."
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs"
LICENSE = "MIT"
inherit core-image
@@ -0,0 +1,13 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A core-image-sato image that includes everything in \
meta-toolchain. The image also includes development headers and libraries \
to form a complete 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"
LICENSE = "MIT"
inherit core-image
@@ -0,0 +1,11 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "An image with Sato support, a mobile environment and visual \
style that works well with mobile devices."
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
LICENSE = "MIT"
inherit core-image