blob: 740c39126c965dba9fddb13af5c31f6448bab64b (
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
RDEPENDS += "mtd-utils"
export IMAGE_BASENAME = "minimalist-image-mtdutils"
|