aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/angstrom-minimal-image-with-mtd-utils.bb
blob: 4fe33e9282fd86c7f7cb062d7cc1194298a60262 (plain)
1
2
3
4
5
6
7
8
9
# this image was created for use with the compulab cm-x270 platform
# for creating a small initramfs image in NOR flash that can be used
# to program the NAND flash.

require angstrom-minimal-image.bb
IMAGE_INSTALL += "mtd-utils"

export IMAGE_BASENAME = "minimalist-image-mtdutils"