From 6fdbf6bc94577bfbb212e15cd467fe6e4a887c05 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Mon, 15 Jun 2015 17:18:31 +0200 Subject: [PATCH] sysmocom-image: build a squashfs image as well The /boot directory is excluded from the squashfs image only, as in that case it is stored separately. This allows booting normal sysmocom images as rauc slots. --- recipes-apps/images/sysmocom-image.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-apps/images/sysmocom-image.inc b/recipes-apps/images/sysmocom-image.inc index 3948e7b..e3a5a19 100644 --- a/recipes-apps/images/sysmocom-image.inc +++ b/recipes-apps/images/sysmocom-image.inc @@ -9,6 +9,8 @@ require recipes-apps/images/image-manifest.inc IMAGE_ROOTFS_SIZE = "32768" +IMAGE_FSTYPES += "squashfs" +IMAGE_CMD_squashfs += "-e boot" link_uimage() { echo "Linking the current uImage to /boot/uImage"