# short-description: . Create a ramdisk image for U-Boot # long-description: Creates a ramdisk image for U-Boot that user # can directly load it into ram through tftp # # part - is a wic command that drive the process of generating a valid file system # - --source=uboot : wic plugin that generates a ramdisk image for U-Boot # - --fstype=ext2 : file system type( ext2 / ext3 / ext 4) # # %packages %end - option to provide a list of packages that will be installed # into rootfs. All packages dependencies will be installed by # package manager(default opkg). part / --source=uboot --fstype=ext2 --label imageName --align 1024 %packages %end