summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-minimal.bb
blob: 743e121b5959209622cb4bfa8f8beb55b98c2977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (C) 2007 OpenedHand Ltd.
#
IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}"

IMAGE_LINGUAS = " "

LICENSE = "MIT"

inherit core-image

IMAGE_ROOTFS_SIZE = "8192"

# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
OpenPOWER on IntegriCloud