Re: [yocto] Supported host distro updates

2012-10-01 Thread Paul Eggleton
On Monday 24 September 2012 19:03:57 McClintock Matthew-B29882 wrote: > CentOS release 5.8 (Final) OK, so do we keep 5.6 / 5.7 or remove them in favour of 5.8? > Fedora release 13 (Goddard) I think this is probably too old for us to be declaring support for, since it has been unsupported upstre

Re: [yocto] Supported host distro updates

2012-10-01 Thread McClintock Matthew-B29882
On Mon, Oct 1, 2012 at 3:00 AM, Paul Eggleton wrote: > On Monday 24 September 2012 19:03:57 McClintock Matthew-B29882 wrote: >> CentOS release 5.8 (Final) > > OK, so do we keep 5.6 / 5.7 or remove them in favour of 5.8? I don't think you can... each of these present different issues I've found an

Re: [yocto] Supported host distro updates

2012-10-01 Thread Paul Eggleton
On Monday 01 October 2012 14:21:47 McClintock Matthew-B29882 wrote: > On Mon, Oct 1, 2012 at 3:00 AM, Paul Eggleton > > wrote: > > On Monday 24 September 2012 19:03:57 McClintock Matthew-B29882 wrote: > >> CentOS release 5.8 (Final) > > > > OK, so do we keep 5.6 / 5.7 or remove them in favour of

Re: [yocto] Supported host distro updates

2012-10-01 Thread McClintock Matthew-B29882
On Mon, Oct 1, 2012 at 9:36 AM, Paul Eggleton wrote: > On Monday 01 October 2012 14:21:47 McClintock Matthew-B29882 wrote: >> On Mon, Oct 1, 2012 at 3:00 AM, Paul Eggleton >> >> wrote: >> > On Monday 24 September 2012 19:03:57 McClintock Matthew-B29882 wrote: >> >> CentOS release 5.8 (Final) >> >

Re: [yocto] [meta-baryon][PATCH 1/1] nfs-utils: workaround for nfsd regression in the 3.4 kernel

2012-10-01 Thread kevin . strasser
> Hi Kevin, > > On Friday 28 September 2012 12:44:06 Kevin Strasser wrote: >> The version of nfsd used in 3.4 kernels tries to upcall the >> new reboot-recovery daemon and gets stuck if it is not found. >> This causes client mounts to fail and prints the following >> error message during boot: >> >

[yocto] [yocto-docs][PATCH 00/11] Misc documentation updates

2012-10-01 Thread Paul Eggleton
The following changes since commit a85840611650c9124b6194acca59c8bfe71f566c: documentation: dev-manual - trademark added and reference updated. (2012-10-01 09:27:42 -0700) are available in the git repository at: git://git.yoctoproject.org/poky-contrib paule/doc-fixes-4 http://git.yoctopro

[yocto] [yocto-docs][PATCH 01/11] documentation/poky-ref-manual: the G in GPL is "General"

2012-10-01 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-images.xml |4 ++-- documentation/poky-ref-manual/usingpoky.xml |6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-i

[yocto] [yocto-docs][PATCH 03/11] documentation/poky-ref-manual: add SDKIMAGE_FEATURES

2012-10-01 Thread Paul Eggleton
Add new SDKIMAGE_FEATURES to variable reference. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml | 10 ++ 1 file changed, 10 insertions(+) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml i

[yocto] [yocto-docs][PATCH 02/11] documentation/poky-ref-manual: add staticdev-pkgs

2012-10-01 Thread Paul Eggleton
Document the new staticdev-pkgs IMAGE_FEATURES item. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-features.xml |2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml index 154

[yocto] [yocto-docs][PATCH 04/11] documentation/poky-ref-manual: minor improvements

2012-10-01 Thread Paul Eggleton
Adjust a few sentences so that they make sense. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manua

[yocto] [yocto-docs][PATCH 05/11] documentation/poky-ref-manual: remove reference to Ubuntu Intrepid

2012-10-01 Thread Paul Eggleton
We haven't supported Ubuntu Intrepid (8.04) for some time now. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/faq.xml | 22 -- 1 file changed, 22 deletions(-) diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index

[yocto] [yocto-docs][PATCH 06/11] documentation: update for current netbase version

2012-10-01 Thread Paul Eggleton
Update references to the netbase recipe to the current version (5.0). Signed-off-by: Paul Eggleton --- documentation/bsp-guide/bsp.xml |2 +- documentation/poky-ref-manual/faq.xml |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/bsp-guide/bsp.xml

[yocto] [yocto-docs][PATCH 07/11] documentation/dev-manual: clarify section on updating PR

2012-10-01 Thread Paul Eggleton
Setting PR = "r0" isn't mandatory, but is recommended. Also, there isn't really any restriction on its format. Signed-off-by: Paul Eggleton --- .../dev-manual/dev-manual-common-tasks.xml |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/documentation/dev-manua

[yocto] [yocto-docs][PATCH 08/11] documentation/poky-ref-manual: update FAQ for adding a new board

2012-10-01 Thread Paul Eggleton
Since we are using a layer-based approach, people do not need to rely upon us to add support for new boards. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/faq.xml | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/documentation/poky-ref-manual/faq

[yocto] [yocto-docs][PATCH 09/11] documentation/poky-ref-manual: update FAQ on stability

2012-10-01 Thread Paul Eggleton
* Explain that we test with a set of reference hardware rather than only supporting hardware that we have (avoiding any implication that the build system can't support other devices). * Adjust the language so that it is OE-Core friendly, with a link to the Development Manual for the definitio

[yocto] [yocto-docs][PATCH 10/11] documentation/poky-ref-manual: clarify FAQ on products using the system

2012-10-01 Thread Paul Eggleton
Adjust language slightly so that it reads correctly, and avoid conflating the terms OpenEmbedded and Poky. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/faq.xml |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/poky-ref-manual/faq.xml

[yocto] [yocto-docs][PATCH 11/11] documentation/poky-ref-manual: update FAQ for Poky

2012-10-01 Thread Paul Eggleton
Ensure that this section correctly and accurately describes how Poky and OE relate to eachother currently. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/faq.xml | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/poky-ref-manual/f

Re: [yocto] Kernel Stop in Freeing init memory: 228K

2012-10-01 Thread Raul Rosetto Munoz
Some One Plz Can Help Me? 2012/9/30 Raul Rosetto Munoz > *Hello All,* > * > * > *Im using yocto with meta-ti and meta-openembedded.* > * > * > *I have some packeges in my local.conf.* > * > * > * > * > IMAGE_INSTALL_append = " \ > tcc \ > curl \ > perl \ > minico

[yocto] Runtime update of yocto-images

2012-10-01 Thread Julian Scheel
Hi, I wonder how everyone deals with runtime updates of yocto based systems? Are you using the package management for this? Actually I'd prefer a one-file update, which would replace the whole rootfs. I think having a squashfs image containing the rootfs and place it on some ext-partition would

Re: [yocto] Runtime update of yocto-images

2012-10-01 Thread Marc Ferland
Julian Scheel writes: > Hi, > > I wonder how everyone deals with runtime updates of yocto based > systems? Are you using the package management for this? Actually I'd > prefer a one-file update, which would replace the whole rootfs. I > think having a squashfs image containing the rootfs and plac

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, October 02, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2012-10-01 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto 1.3 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.3_Status * SWAT team rotation: Mihai Liner - > Nitin * Opens - 10 min * Team sharing - 20 min -Original Appointment- We encourage people attending