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

21 lines
438 B
Plaintext

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