[OE-core] [PATCH 02/11] grub: Backport fix for largefile detection/use

Khem Raj raj.khem at gmail.com
Mon Jan 25 21:33:53 UTC 2016


> On Jan 25, 2016, at 1:14 PM, Burton, Ross <ross.burton at intel.com> wrote:
> 
> 
> On 25 January 2016 at 18:32, Khem Raj <raj.khem at gmail.com <mailto:raj.khem at gmail.com>> wrote:
> +EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '--enable-largefile ac_cv_sizeof_off_t=8', '--disable-largefile', d)}"
> 
> Why do you need to pass ac_cv_sizeof_off_t?  Surely that's what AC_CHECK_SIZEOF is for?

Remember my other email about how we cache sizeof_off_t to openemebedded-architecture  ?
this to insulate against that change. Because by caching that variable in our site files we defeat AC_CHECK_SIZEOF macro.

> 
> Ross

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160125/624e9f6c/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160125/624e9f6c/attachment-0002.sig>


More information about the Openembedded-core mailing list