xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/core-image-minimal-mtdutils.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1require core-image-minimal.bb
2
3DESCRIPTION = "Small image capable of booting a device with support for the \
4Minimal MTD Utilities, which let the user interact with the MTD subsystem in \
5the kernel to perform operations on flash devices."
6
7IMAGE_INSTALL += "mtd-utils"
8