Skip to content

Oniro Migration: tuned ext4

As recommended: https://wiki.yoctoproject.org/wiki/Build_Performance

  • Use the ext4 filesystem for the build disk
  • Turn off journaling for ext4 ("tune2fs -O ^has_journal ")
  • Mount using the options "noatime,barrier=0,commit=6000"