meta-digi/meta-digi-dey/recipes-digi/swu-images/files/ccimx6/sw-description

20 lines
408 B
Plaintext

software =
{
version = "##SW_VERSION##";
images: (
{
filename = "##BOOTIMG_NAME##";
device = "##BOOT_DEV##";
type = "raw";
sha256 = "@##BOOTIMG_NAME##";
},
{
filename = "##ROOTIMG_NAME##";
device = "##ROOTFS_DEV##";
type = "raw";
sha256 = "@##ROOTIMG_NAME##";
}
);
}