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
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
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:
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
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
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
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
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
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.
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
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
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.
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
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
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,
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
/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
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
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
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
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
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
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
> 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].
24 matches
Mail list logo