]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky.conf: add largefile support into DISTRO_FEATURES
authorDexuan Cui <dexuan.cui@intel.com>
Fri, 1 Jul 2011 09:53:16 +0000 (17:53 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2011 23:40:45 +0000 (00:40 +0100)
[YOCTO #1205 ]

The commit ab1171b(busybox: backport distro-features handling from oe
master) actully makes busybox's largefile support disabled. So busybox's
mkswap complains "lseek: Value too large for defined data type" when we
install BSP image into the target device.

So we have to enable largefile support, and bump PR of busybox(in a later
commit).

Note: poky-lsb.conf enables "largefile" and includes poky.conf, so we can
move "largefile"  from poky-lsb.conf into poky.conf.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta-yocto/conf/distro/poky-lsb.conf
meta-yocto/conf/distro/poky.conf

index 49d12da0602d624e3cb4c0b21026715411d54bb2..355161bbf44e71ec769e2c2363a22e6878c7ab63 100644 (file)
@@ -3,7 +3,7 @@ require conf/distro/poky.conf
 DISTRO = "poky-lsb"
 DISTROOVERRIDES = "poky:linuxstdbase"
 
-DISTRO_FEATURES_append = " pam largefile"
+DISTRO_FEATURES_append = " pam"
 PREFERRED_PROVIDER_virtual/libx11 = "libx11"
 
 
index 67242298f56a469cbe41400f335baa0a95ac480c..1ae94a0cd49c35949245665824da9a947a325beb 100644 (file)
@@ -10,6 +10,8 @@ TARGET_VENDOR = "-poky"
 
 LOCALCONF_VERSION = "1"
 
+DISTRO_FEATURES_append = " largefile"
+
 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
 SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"