Re: [yocto] Menu configuration

2011-07-12 Thread Richard Purdie
On Mon, 2011-07-11 at 10:00 -0700, Turner Randy wrote: > Hello list, > > Is there a interactive menu-based configuration for yocto/poky builds > similar to that provided in Buildroot? Or is someone working on this? At present there is not any interactive menu based configuration but there is work

[yocto] should dev docs replace "poky-init-build-env" with "oe-init-build-env"?

2011-07-12 Thread Robert P. J. Day
poking around my git clone and i notice a few references to what *seems* to be the older script for init'ing the build environment in the documentation directory: $ grep -rw poky-init-build-env * adt-manual/adt-prepare.xml:(e.g. poky-init-build-env). adt-manual/adt-prepare.xml: $ s

Re: [yocto] should dev docs replace "poky-init-build-env" with "oe-init-build-env"?

2011-07-12 Thread Richard Purdie
On Tue, 2011-07-12 at 07:17 -0400, Robert P. J. Day wrote: > poking around my git clone and i notice a few references to what > *seems* to be the older script for init'ing the build environment in > the documentation directory: > > $ grep -rw poky-init-build-env * > adt-manual/adt-prepare.xml:

[yocto] [PATCH] DOCS: Rename "poky-init-build-env" to "oe-init-build-env"

2011-07-12 Thread Robert P. J. Day
Adjust a couple doc files to reflect that the older poky-init-build-env command has been renamed to oe-init-build-env. Signed-off-by: Robert P. J. Day --- diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 7fbc876..e6f5c9b 100644 --- a/docum

[yocto] Supporting upcoming distribution releases

2011-07-12 Thread Joshua Lock
In our technical team call today we spent some time discussing how to support distribution releases that are due to happen around the time of Yocto 1.1. Yocto 1.1 is scheduled for release on October 6th[1], the same month in which both Ubuntu and Fedora have new releases planned[2,3]. OpenSUSE doe

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread Darren Hart
On 07/12/2011 11:51 AM, Joshua Lock wrote: > In our technical team call today we spent some time discussing how to > support distribution releases that are due to happen around the time of > Yocto 1.1. > > Yocto 1.1 is scheduled for release on October 6th[1], the same month in > which both Ubunt

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread Joshua Lock
On Tue, 2011-07-12 at 12:01 -0700, Darren Hart wrote: > > On 07/12/2011 11:51 AM, Joshua Lock wrote: > > In our technical team call today we spent some time discussing how to > > support distribution releases that are due to happen around the time of > > Yocto 1.1. > > > > Yocto 1.1 is scheduled

Re: [yocto] [PATCH 0/1]meta/routerstationpro: remove some conflicted configurations

2011-07-12 Thread Saul Wold
On 07/11/2011 05:22 PM, Jingdong Lu wrote: From: Jingdong Lu Some kernel options were redefined by routerstationpro.cfg and it will cause some bugs. So remove some configurations which have been defined in base.cfg or standard.cfg from routerstationpro.cfg. Fix bug [YOCTO #1161] Fix bug [YOCTO

Re: [yocto] [PATCH 0/1]meta/routerstationpro: remove some conflicted configurations

2011-07-12 Thread Bruce Ashfield
On 07/12/11 16:18, Saul Wold wrote: On 07/11/2011 05:22 PM, Jingdong Lu wrote: From: Jingdong Lu Some kernel options were redefined by routerstationpro.cfg and it will cause some bugs. So remove some configurations which have been defined in base.cfg or standard.cfg from routerstationpro.cfg.

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread Darren Hart
On 07/12/2011 12:26 PM, Joshua Lock wrote: > On Tue, 2011-07-12 at 12:01 -0700, Darren Hart wrote: >> >>> Final note: I'm left wondering if this emails contents also make sense >>> as a wiki page? >> >> Some sort of distro links for schedule page would be great. If people >> want to share that the

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread Richard Purdie
On Tue, 2011-07-12 at 12:01 -0700, Darren Hart wrote: > > On 07/12/2011 11:51 AM, Joshua Lock wrote: > > In our technical team call today we spent some time discussing how to > > support distribution releases that are due to happen around the time of > > Yocto 1.1. > > > > Yocto 1.1 is scheduled

[yocto] [PATCH 1/2][KERNEL] meta: add mac80211 and iwlagn features

2011-07-12 Thread tom . zanussi
From: Tom Zanussi Add iwlagn feature (Intel Wirelss WiFi Next Gen AGN) and one of its dependencies, mac80211, as a feature, since there are a bunch of other config items that have the same dependency and could use it. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/iwlagn/iwlagn.

[yocto] [PATCH 2/2][KERNEL] meta-fri2: use iwlagn feature

2011-07-12 Thread tom . zanussi
From: Tom Zanussi Make use of the Intel wireless support for the Intel 6205 ABGN. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fri2/fri2.scc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp

[yocto] [PATCH 0/2][KERNEL] Add and use iwlagn and mac80211 features

2011-07-12 Thread tom . zanussi
From: Tom Zanussi This patchset adds a couple new features, iwlagn and mac80211 for the fri2 BSP. Please pull into linux-yocto-dev. Pull URL: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib Branch: tzanussi/linux-3.0/meta/iwlagn Browse: http://git.yoctoproject.org/cgit.cgi/linux-yoct

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread NiQingliang
I think Archlinux is the preferred choice.-_- Just joke. I doubt why the bitbake need python2.x but just use /bin/env python. I think If it need a specific version python, it should write it in the shebang. e.g. /bin/env python2.6 On Wed, 2011-07-13 at 05:08 +0800, Richard Purdie wrote: > On Tue,

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread Joshua Lock
On Wed, 2011-07-13 at 09:15 +0800, NiQingliang wrote: > I think Archlinux is the preferred choice.-_- > Just joke. > > I doubt why the bitbake need python2.x but just use /bin/env python. I > think If it need a specific version python, it should write it in the > shebang. e.g. /bin/env python2.6

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread NiQingliang
/usr/bin/env python2 /usr/bin/env python2.7 both of them are ok for archlinux, but I don't know which is ok for other distributions, maybe both are not. maybe we can make a shell script to detect the python version, and make a symbollink to the right one in some directory, and add the directory i

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread Joshua Lock
On Wed, 2011-07-13 at 10:19 +0800, NiQingliang wrote: > /usr/bin/env python2 > /usr/bin/env python2.7 These are both valid on Fedora 15, iirc before distributions started shipping Python 3 they were less common though... > both of them are ok for archlinux, but I don't know which is ok for > oth

[yocto] [PATCH 0/1] Enable network sanity checks

2011-07-12 Thread Joshua Lock
Add some CONNECTIVITY_CHECK_URIS to local.conf.sample such that the network sanity checks are enabled for http, https and git sources. The following changes since commit 7354fc9213f27aa1b643dbe88070437f1ee4c063: insane.bbclass: skip rdepends QA checks for kernel / modules (2011-07-12 15:22:09

[yocto] [PATCH 1/1] local.conf.sample: add CONNECTIVITY_CHECK_URIS

2011-07-12 Thread Joshua Lock
Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test for http, https and git sources. Signed-off-by: Joshua Lock --- meta-yocto/conf/local.conf.sample |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yoct

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread NiQingliang
OK, I will do it.:) On Wed, 2011-07-13 at 10:31 +0800, Joshua Lock wrote: > On Wed, 2011-07-13 at 10:19 +0800, NiQingliang wrote: > > /usr/bin/env python2 > > /usr/bin/env python2.7 > > These are both valid on Fedora 15, iirc before distributions started > shipping Python 3 they were less common

Re: [yocto] [PATCH 0/3][KERNEL] linux-yocto-dev meta updates

2011-07-12 Thread Bruce Ashfield
On 11-07-10 12:25 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi This patchset adds a new eg20t feature to linux-yocto-dev, and makes crownbay use it. It also adds the initial BSP infrastructure for a new BSP, Fish River Island II, which also uses the new feature. Please pull the following

Re: [yocto] [PATCH 0/2][KERNEL] Add and use iwlagn and mac80211 features

2011-07-12 Thread Bruce Ashfield
On 11-07-12 7:25 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi This patchset adds a couple new features, iwlagn and mac80211 for the fri2 BSP. Please pull into linux-yocto-dev. Pull URL: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib Branch: tzanussi/linux-3.0/meta/iwlagn Bro

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread Xu, Jiajun
> In our technical team call today we spent some time discussing how to > support distribution releases that are due to happen around the time of Yocto > 1.1. > > Yocto 1.1 is scheduled for release on October 6th[1], the same month > in which both Ubuntu and Fedora have new releases planned[2,3].