Comment 7 for bug 824545

Revision history for this message
Dave Martin (dave-martin-arm) wrote :

This also appears broken in both the natty and oneiric packaging trees for linaro-linux.

Unless anyone can think of a reason why not, we should fix this in one of the following two ways:

a) Set CONFIG_LBDAF=y should be added globally in debian.linaro/config/config.common.ubuntu or debian.linaro/config/armel/config.common.armel, and strip it from the flavour-specific configs (I'm not familiar enough with the packaging to know which is the most appropriate; however, there's nothing arch-specific about CONFIG_LBDAF)

b) Disable the huge_file ext4 filesystem feature when generating filesystems in linaro-media-create (mke2fs -text4 -O^huge_file). I don't know whether or not this will have unwanted side-effects.

git://git.linaro.org/ubuntu/linux-linaro-natty.git master
commit 1f4d30c122369a5cea3441fdc933179683957357
Author: John Rigby <email address hidden>
Date: Tue May 24 22:35:02 2011 -0600

    LINARO: Linux-linaro-2.6.38-1003.4

$ fgrep -r CONFIG_LBDAF debian.linaro/config
debian.linaro/config/armel/config.flavour.linaro-u8500:# CONFIG_LBDAF is not set
debian.linaro/config/armel/config.flavour.linaro-s5pv310:# CONFIG_LBDAF is not set
debian.linaro/config/armel/config.flavour.linaro-omap:CONFIG_LBDAF=y
debian.linaro/config/armel/config.flavour.linaro-mx51:# CONFIG_LBDAF is not set
debian.linaro/config/armel/config.flavour.linaro-vexpress:CONFIG_LBDAF=y

git://git.linaro.org/ubuntu/linux-linaro-oneiric.git master
commit a6f8bdff267b869202cf9d61c3f7750b241a192d
Author: John Rigby <email address hidden>
Date: Sun Aug 21 22:25:05 2011 -0600

    Linux-linaro-3.0.0-1004.5

$ fgrep -f CONFIG_LBDAF debian.linaro/config
debian.linaro/config/armel/config.flavour.linaro-u8500:# CONFIG_LBDAF is not set
debian.linaro/config/armel/config.flavour.linaro-s5pv310:CONFIG_LBDAF=y
debian.linaro/config/armel/config.flavour.linaro-omap:CONFIG_LBDAF=y
debian.linaro/config/armel/config.flavour.linaro-mx51:# CONFIG_LBDAF is not set
debian.linaro/config/armel/config.flavour.linaro-vexpress:# CONFIG_LBDAF is not set