mirror of
https://git.yoctoproject.org/poky
synced 2026-07-29 04:17:45 +02:00
Add DESCRIPTION to each image bb file according to poky reference manual for Hob2 use later. (From OE-Core rev: 05a7c022e613f35de8ce47bb667140a7ce47fcea) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
204 B
BlitzBasic
12 lines
204 B
BlitzBasic
#
|
|
# 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
|