blob: 7b7f700618a17bb2c989c7c9954f4c39bd622d5e (
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 has support 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"
|