aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-minimal-mtdutils.bb
blob: df2fab1f2cadd2057357406176bbccfa1c80f885 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Copyright (C) 2008 OpenedHand Ltd.
#
require core-image-minimal.bb

DESCRIPTION = "A core-image-minimal image that supports the Minimal MTD \
Utilities, which let the user interact with the MTD subsystem in the kernel \
to perform operations on flash devices."

IMAGE_INSTALL += "mtd-utils"