Skip to content
Snippets Groups Projects
Commit 53434127 authored by lemoer's avatar lemoer
Browse files

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.
parent 27cd003d
No related branches found
No related tags found
No related merge requests found
......@@ -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'},
......
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