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

20 lines
397 B
Plaintext

software =
{
version = "##SW_VERSION##";
images: (
{
filename = "##BOOTIMG_NAME##";
volume = "linux";
type = "ubivol"
sha256 = "@##BOOTIMG_NAME##";
},
{
filename = "##ROOTIMG_NAME##";
volume = "rootfs";
type = "ubivol"
sha256 = "@##ROOTIMG_NAME##";
}
);
}