[yocto] [ANNOUNCEMENT] Yocto Project 1.7 (dizzy 12.0.0) Released

2014-10-30 Thread Michael Halstead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, The latest release of the Yocto Project 1.7 (dizzy-12.0.0) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.7/poky-dizzy-12.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-1.7/poky-dizzy-12.0.0

Re: [yocto] [opkg-utils PATCH] update-alternatives: Installing fails for "["

2014-10-30 Thread Liu Jian
Insalling packages using update-alternatives will give the following error lines: sed: -e expression #1, char 41: unterminated address regex sed: -e expression #1, char 42: unterminated address regex This is caused by the script update-alternatives. "[" can not be used directly in sed expression, w

Re: [yocto] Build warning chown/chmod

2014-10-30 Thread Michael Gloff
Thanks Ross, but no sticky bits :( It's actually the group of the patched files that gets changed to root and not the owner (sorry). michael#/opt/oe/build/tmp/work-shared/gcc-4.8.2-r0/gcc-4.8.2$ ll total 11M drwxr-xr-x 36 michael michael 4.0K Oct 30 20:02 ./ drwxr-xr-x 4 michael michael 4.0K Oct

Re: [yocto] Build warning chown/chmod

2014-10-30 Thread Burton, Ross
On 30 October 2014 19:46, Michael Gloff wrote: > copyfile: failed to chown/chmod > /opt/oe/build/tmp/work/core2-32-emac-linux/gcc-runtime/4.8.2-r0/gcc-4.8.2/build.i586-emac-linux.i586-emac-linux/gcc/config/sparc/linux64.h > > I suspect it is something with my development machine as this doesn't >

Re: [yocto] [OE-core] Package Upgrading for 1.8

2014-10-30 Thread Saul Wold
On 10/30/2014 12:07 PM, Paul Barker wrote: On 30 October 2014 18:21, Saul Wold wrote: Folks, Just a reminder now that master is open again for patches, now is a great time to consider doing package Updates. Based on some rough estimates from 1.7 we did around 300 updates from 34 contributors

[yocto] [Package Report System]Upgrade recipes name list

2014-10-30 Thread package-rep...@yoctoproject.org
This mail was sent out by Package Report System. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer u

[yocto] [Package Report System]Manual check recipes name list

2014-10-30 Thread package-rep...@yoctoproject.org
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

Re: [yocto] [OE-core] Package Upgrading for 1.8

2014-10-30 Thread akuster
On 10/30/2014 11:21 AM, Saul Wold wrote: Folks, Just a reminder now that master is open again for patches, now is a great time to consider doing package Updates. Based on some rough estimates from 1.7 we did around 300 updates from 34 contributors, that got us about 73% packages upgrades. W

[yocto] Build warning chown/chmod

2014-10-30 Thread Michael Gloff
I'm getting a lot of warnings of copyfile: failed to chown/chmod /opt/oe/build/tmp/work/core2-32-emac-linux/gcc-runtime/4.8.2-r0/gcc-4.8.2/build.i586-emac-linux.i586-emac-linux/gcc/config/sparc/linux64.h I suspect it is something with my development machine as this doesn't happen on the build ser

Re: [yocto] [OE-core] Package Upgrading for 1.8

2014-10-30 Thread Paul Barker
On 30 October 2014 18:21, Saul Wold wrote: > > Folks, > > Just a reminder now that master is open again for patches, now is a great > time to consider doing package Updates. Based on some rough estimates from > 1.7 we did around 300 updates from 34 contributors, that got us about 73% > packages u

Re: [yocto] [OE-core] Package Upgrading for 1.8

2014-10-30 Thread Khem Raj
On Thu, Oct 30, 2014 at 11:21 AM, Saul Wold wrote: > > Folks, > > Just a reminder now that master is open again for patches, now is a great > time to consider doing package Updates. Based on some rough estimates from > 1.7 we did around 300 updates from 34 contributors, that got us about 73% > pa

[yocto] Package Upgrading for 1.8

2014-10-30 Thread Saul Wold
Folks, Just a reminder now that master is open again for patches, now is a great time to consider doing package Updates. Based on some rough estimates from 1.7 we did around 300 updates from 34 contributors, that got us about 73% packages upgrades. We currently have about 180 packages due

Re: [yocto] [OE-core] opkg Status Update

2014-10-30 Thread Trevor Woerner
Hi Paul, I too wanted to express my thanks to you for this work! On 10/28/14 19:33, Paul Barker wrote: > This would be a great time for someone to step up and > help move things forward to v0.4.0 and beyond. Is there a roadmap for opkg somewhere? Best regards, Trevor -- ___

Re: [yocto] Integrating Golang

2014-10-30 Thread Chris Elledge
I'm actively using meta-golang for development and continuing to add features as I find them necessary. If anyone has suggestions on what would be useful as a developer of embedded go applications, let me know. Specifically, I am most interested on input for what would be useful configuration

Re: [yocto] Help me understand Openembedded variable expansion

2014-10-30 Thread Richard Purdie
On Tue, 2014-10-28 at 10:11 -0700, Matt Schuckmann wrote: > So there is something I just don't get about how variables get > created, expanded, interpreted, etc in Bitbake > > For example I'm trying to copy some of the techniques in the Poky Tiny > distribution to reduce my image size and build ti

Re: [yocto] Integrating Golang

2014-10-30 Thread Maciej Borzecki
On Wednesday 10 of September 2014 13:53:14 Ilya Dmitrichenko wrote: > Just a quick update, thought I'd let you know that I have a basic > working layer here: > > https://github.com/errordeveloper/oe-meta-go There's also https://github.com/digitallumens/meta-golang Based on that I've prepped some