All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] poky.conf: add largefile support into DISTRO_FEATURES
@ 2011-07-01  9:53 Dexuan Cui
  2011-07-01  9:53 ` [PATCH 1/1] " Dexuan Cui
  2011-07-01 23:41 ` [PATCH 0/1] " Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Dexuan Cui @ 2011-07-01  9:53 UTC (permalink / raw)
  To: poky

Dexuan Cui (1):
  poky.conf: add largefile support into DISTRO_FEATURES

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dcui/mkswap
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/mkswap

 meta-yocto/conf/distro/poky-lsb.conf |    2 +-
 meta-yocto/conf/distro/poky.conf     |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

-- 
1.7.6



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] poky.conf: add largefile support into DISTRO_FEATURES
  2011-07-01  9:53 [PATCH 0/1] poky.conf: add largefile support into DISTRO_FEATURES Dexuan Cui
@ 2011-07-01  9:53 ` Dexuan Cui
  2011-07-01 23:41 ` [PATCH 0/1] " Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Dexuan Cui @ 2011-07-01  9:53 UTC (permalink / raw)
  To: poky

[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 |    2 +-
 meta-yocto/conf/distro/poky.conf     |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
index 49d12da..355161b 100644
--- a/meta-yocto/conf/distro/poky-lsb.conf
+++ b/meta-yocto/conf/distro/poky-lsb.conf
@@ -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"
 
 
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 6724229..1ae94a0 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -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}"
 
-- 
1.7.6



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] poky.conf: add largefile support into DISTRO_FEATURES
  2011-07-01  9:53 [PATCH 0/1] poky.conf: add largefile support into DISTRO_FEATURES Dexuan Cui
  2011-07-01  9:53 ` [PATCH 1/1] " Dexuan Cui
@ 2011-07-01 23:41 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-07-01 23:41 UTC (permalink / raw)
  To: Dexuan Cui; +Cc: poky

On Fri, 2011-07-01 at 17:53 +0800, Dexuan Cui wrote:
> Dexuan Cui (1):
>   poky.conf: add largefile support into DISTRO_FEATURES
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib dcui/mkswap
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/mkswap
> 
>  meta-yocto/conf/distro/poky-lsb.conf |    2 +-
>  meta-yocto/conf/distro/poky.conf     |    2 ++
>  2 files changed, 3 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-01 23:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01  9:53 [PATCH 0/1] poky.conf: add largefile support into DISTRO_FEATURES Dexuan Cui
2011-07-01  9:53 ` [PATCH 1/1] " Dexuan Cui
2011-07-01 23:41 ` [PATCH 0/1] " Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.