blob: b778300580d30e0cf31fa3859d05987f5c01842c (
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 minimal-image.bb
IMAGE_INSTALL += "mtd-utils"
export IMAGE_BASENAME = "minimalist-image-mtdutils"
|