machines: add SQUASFS to IMAGE_FSTYPES for read-only-rootfs
Signed-off-by: Hector Palacios <hector.palacios@digi.com> https://onedigi.atlassian.net/browse/DEL-7708
This commit is contained in:
parent
0ba9b85574
commit
bc88451131
|
|
@ -45,3 +45,5 @@ XBEE_TTY ?= "ttymxc4"
|
||||||
|
|
||||||
# Flash image types
|
# Flash image types
|
||||||
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
||||||
|
# Add SQUASHFS if read-only-rootfs is enabled
|
||||||
|
IMAGE_FSTYPES += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", "squashfs", "", d)}'
|
||||||
|
|
|
||||||
|
|
@ -47,3 +47,5 @@ XBEE_TTY ?= "ttymxc4"
|
||||||
|
|
||||||
# Flash image types
|
# Flash image types
|
||||||
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
||||||
|
# Add SQUASHFS if read-only-rootfs is enabled
|
||||||
|
IMAGE_FSTYPES += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", "squashfs", "", d)}'
|
||||||
|
|
|
||||||
|
|
@ -41,3 +41,5 @@ XBEE_TTY ?= "ttymxc1"
|
||||||
|
|
||||||
# Flash image types
|
# Flash image types
|
||||||
IMAGE_FSTYPES ?= "tar.bz2 ubifs boot.ubifs recovery.ubifs"
|
IMAGE_FSTYPES ?= "tar.bz2 ubifs boot.ubifs recovery.ubifs"
|
||||||
|
# Add SQUASHFS if read-only-rootfs is enabled
|
||||||
|
IMAGE_FSTYPES += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", "squashfs", "", d)}'
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,8 @@ BT_TTY ?= "ttymxc0"
|
||||||
|
|
||||||
# Flash image types
|
# Flash image types
|
||||||
IMAGE_FSTYPES ?= "tar.bz2 ubifs boot.ubifs recovery.ubifs"
|
IMAGE_FSTYPES ?= "tar.bz2 ubifs boot.ubifs recovery.ubifs"
|
||||||
|
# Add SQUASHFS if read-only-rootfs is enabled
|
||||||
|
IMAGE_FSTYPES += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", "squashfs", "", d)}'
|
||||||
|
|
||||||
# Default image for install scripts
|
# Default image for install scripts
|
||||||
DEFAULT_IMAGE_NAME ?= "core-image-base"
|
DEFAULT_IMAGE_NAME ?= "core-image-base"
|
||||||
|
|
|
||||||
|
|
@ -43,3 +43,5 @@ XBEE_TTY ?= "ttymxc3"
|
||||||
|
|
||||||
# Flash image types
|
# Flash image types
|
||||||
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
||||||
|
# Add SQUASHFS if read-only-rootfs is enabled
|
||||||
|
IMAGE_FSTYPES += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", "squashfs", "", d)}'
|
||||||
|
|
|
||||||
|
|
@ -45,3 +45,5 @@ XBEE_TTY ?= "ttymxc3"
|
||||||
|
|
||||||
# Flash image types
|
# Flash image types
|
||||||
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
||||||
|
# Add SQUASHFS if read-only-rootfs is enabled
|
||||||
|
IMAGE_FSTYPES += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", "squashfs", "", d)}'
|
||||||
|
|
|
||||||
|
|
@ -31,3 +31,5 @@ XBEE_TTY ?= "ttyLP0"
|
||||||
|
|
||||||
# Flash image types
|
# Flash image types
|
||||||
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
||||||
|
# Add SQUASHFS if read-only-rootfs is enabled
|
||||||
|
IMAGE_FSTYPES += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", "squashfs", "", d)}'
|
||||||
|
|
|
||||||
|
|
@ -45,3 +45,5 @@ XBEE_TTY ?= "ttyMCA0"
|
||||||
|
|
||||||
# Flash image types
|
# Flash image types
|
||||||
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
IMAGE_FSTYPES ?= "boot.vfat ext4.gz sdcard.gz tar.bz2 recovery.vfat"
|
||||||
|
# Add SQUASHFS if read-only-rootfs is enabled
|
||||||
|
IMAGE_FSTYPES += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", "squashfs", "", d)}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue