blob: 71ff3b94acbc022b78d220ef7671a79dc06f674b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A console-only image that fully supports the target device \
hardware."
IMAGE_FEATURES += "apps-console-core"
LICENSE = "MIT"
inherit core-image
|