enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / images / minimal-image-with-mtd-utils.bb
1 # this image was created for use with the compulab cm-x270 platform
2 # for creating a small initramfs image in NOR flash that can be used
3 # to program the NAND flash.
4
5 require minimal-image.bb
6 IMAGE_INSTALL += "mtd-utils"
7
8 export IMAGE_BASENAME = "minimalist-image-mtdutils"
9