blob: 635833af4e34d3f125e7c8181953f597cb934c3f (
plain)
1
2
3
4
5
6
7
|
# 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"
|