x86: don't build ext4 images

Since we're discarding the ext4 images anyways, we now stop building 
them as well and save a few seconds of build time.
This commit is contained in:
lemoer 2021-09-15 23:32:09 +02:00
parent 27cd003d1b
commit 53434127d6
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ packages {
'kmod-mt7615e',
}
-- We do not use the ext4 images, so we do not want to build them.
config('TARGET_ROOTFS_EXT4FS', false)
defaults {
factory = '-squashfs-combined',
factory_ext = {'.img.gz', '.vmdk', '.vdi'},