Skip to content
Snippets Groups Projects
Commit 7e5a2350 authored by Linus Lüssing's avatar Linus Lüssing
Browse files

bcm27xx: switch from ext4 to squashfs


Similar to x86 build images with a squashfs instead of ext4 filesystem
on bcm27xx / for the Raspberry Pi. This allows to use sysupgrade
properly and allows to use the firstboot command.

Runtime tested on a Raspberry Pi 4. Build tested for the Pi 3 / bcm2710.

Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
parent 9a8ee573
No related branches found
No related tags found
No related merge requests found
-- We do not use the ext4 images, so we do not want to build them.
config('TARGET_ROOTFS_EXT4FS', false)
defaults {
factory = '-ext4-factory',
factory_ext = '.img.gz',
sysupgrade = '-ext4-sysupgrade',
sysupgrade_ext = '.img.gz',
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment