aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-minimal.bb
blob: 56fc20ce05fef5925dfdb7baa378839e0a5906d2 (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} ${POKY_EXTRA_INSTALL}"

IMAGE_LINGUAS = " "

LICENSE = "MIT"

inherit core-image

IMAGE_ROOTFS_SIZE = "8192"

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