On Dienstag, 6. September 2016 16:10:49 CEST Andreas Färber wrote: > Am 06.09.2016 um 16:01 schrieb Alexander Graf: > > On 09/06/2016 03:30 PM, Guillaume Gardet wrote: > >> I noticed that latest ARM images running u-boot (e.g. JeOS-beagle) are > >> broken because: > >> * Mke2fs now creates file systems with the metadata_csum and 64bit > >> features enabled by default See: > >> https://build.opensuse.org/package/view_file/openSUSE:Factory/e2fsprogs/e > >> 2fsprogs.changes?expand=1
64bit is enabled according /etc/mke2fs.conf *Neither* uninit_bg (implying GDT checksums) *nor* metadata_csum are enabled, and filesystems created by mkfs.ext4 have neither RO_COMPAT_GDT_CSUM nor RO_COMPAT_METADATA_CSUM flags set, which is consistent. * the changelog entry regarding checksums seems to be WRONG ! * > >> * But u-boot does not support it: See: > >> http://lists.denx.de/pipermail/u-boot/2016-July/261417.html > >> > >> What would be the easiest way to tell kiwi to not use those features? > > > > I remember that Andreas opened a bugzilla about that. I'm sure he can > > give more insight :) > > Stefan did, but I'm in CC. :) > > https://bugzilla.suse.com/show_bug.cgi?id=989284 The curious reader of the U-Boot devel ML may have seen some ext4 patches. What I have *not* already submitted upstream are the actual 64bit patches, as these need some cleanup. Anyway, all ext4 patches, including 64bit support are part of my U-Boot branch package: https://build.opensuse.org/package/show/ home:StefanBruens:branches:Base:System/u-boot There should be available also an Rpi3 image, depending on the aarch64 builder backlog ... https://build.opensuse.org/project/monitor/ home:StefanBruens:branches:devel:ARM:Factory:Contrib:RaspberryPi3 Kind regards, Stefan -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
