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.
This commit is contained in:
Jan Luebbe 2015-06-15 17:18:31 +02:00
parent 1624c59731
commit 6fdbf6bc94
1 changed files with 2 additions and 0 deletions

View File

@ -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"