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

2013-05-08 Thread Trevor Woerner
On Wed, May 8, 2013 at 6:35 AM, Burton, Ross ross.bur...@intel.com wrote: On 7 May 2013 18:57, Trevor Woerner twoer...@gmail.com wrote: I've looked through the list of patches and don't seem to find anything that will do what my patch needs to do in order to build qemu-1.2.0 on openSuSE 12.3

Re: [OE-core] [PATCH] runqemu: Replace use of ifconfig with ip

2013-05-08 Thread Trevor Woerner
On Wed, May 8, 2013 at 3:40 PM, Khem Raj raj.k...@gmail.com wrote: ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2 package and is now removed by many distro's e.g. Archlinux. So we replace ifconfig with ip utility Signed-off-by: Khem Raj raj.k...@gmail.com ---

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

2013-05-07 Thread Trevor Woerner
On Tue, May 7, 2013 at 8:45 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: 1.3.2 = I've merged a lot of queued changes that Ross prepared for 1.3.2 and this is now undergoing testing. I have a patch for Danny to allow qemu-native of qemu-1.2.0 to compile on openSuSE 12.3

Re: [OE-core] SDK meta-toolchain

2013-05-07 Thread Trevor Woerner
On Tue, May 7, 2013 at 12:36 PM, Mark Hatle mark.ha...@windriver.com wrote: There are two ways to generate an SDK. * targeted SDK -- This is a meta-toolchain* recipe that lists -exactly- what is going to be in the SDK. This is great if you want to limit your SDK to specific libraries for

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

2013-05-07 Thread Trevor Woerner
On Tue, May 7, 2013 at 1:13 PM, Burton, Ross ross.bur...@intel.com wrote: I have a patch for Danny to allow qemu-native of qemu-1.2.0 to compile on openSuSE 12.3 (which, apparently, is also affected by the same (or a similar) DSO linking change that affects fedora). Are the queued changes

Re: [OE-core] SDK meta-toolchain

2013-05-07 Thread Trevor Woerner
On Tue, May 7, 2013 at 1:41 PM, Mark Hatle mark.ha...@windriver.com wrote: - nativesdk -- runs on the 'sdkhost' (variant called 'crosssdk') Is this related to the SDKMACHINE setting? ___ Openembedded-core mailing list

Re: [OE-core] [oe] State of bitbake world

2013-05-06 Thread Trevor Woerner
On Mon, May 6, 2013 at 3:15 PM, Paul Barker p...@paulbarker.me.uk wrote: lzip: fetch failure This is an easy one to fix: version 1.13 is no longer available, update the recipe (filename/hashes) to use version 1.14 instead. I have a patch waiting to submit, but until I can register for the

Re: [OE-core] [oe] State of bitbake world

2013-05-02 Thread Trevor Woerner
On Thu, May 2, 2013 at 11:57 AM, Paul Barker p...@paulbarker.me.uk wrote: The recipe also has dependencies outside meta-oe (fluidsynth in meta-multimedia IIRC) but that's a separate issue. I've noticed that too. Shouldn't dependencies be contained within the same layer? Is it normal from these

Re: [OE-core] [oe] State of bitbake world

2013-05-02 Thread Trevor Woerner
On Thu, May 2, 2013 at 1:22 PM, Martin Jansa martin.ja...@gmail.com wrote: See: http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-April/045090.html Ah yes... openembedded-devel... that magic list to which I can't seem to subscribe myself ;-)

Re: [OE-core] [oe] State of bitbake world

2013-05-01 Thread Trevor Woerner
Would contrib/jansa/test still be the most up-to-date choice for building against meta-openembedded? I just want to make sure I'm not duplicating existing effort. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] local.conf.sample: Have comments ready to go for quad-core (4 - 8).

2013-04-19 Thread Trevor Woerner
All of these solutions assume the user wants to use all of their entire computing resources to do nothing other than their Yocto build. This isn't _always_ the case, is it? :-) Personally, I know this build is going to take time. So I start it, then go off and do other things with my computer. In

Re: [OE-core] [bitbake-devel] Checksum failure encountered with download

2013-04-12 Thread Trevor Woerner
Sorry for not noticing this sooner. On Thu, Apr 11, 2013 at 9:30 AM, Martin Jansa martin.ja...@gmail.com wrote: My proposal is to add md5sum of downloaded file to ChecksumError and rename it to file.md5sum in if isinstance(e, ChecksumError): Would it be possible to make this behaviour

Re: [OE-core] [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm

2013-04-10 Thread Trevor Woerner
This whole thread has me thoroughly confused. Isn't xterm_277.bb already part of meta-openembedded? $ find . -name *xterm* -print ./meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm_277.bb And from what I can tell, it was added over a year ago by Koen: $ git log

Re: [OE-core] [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm

2013-04-10 Thread Trevor Woerner
On Wed, Apr 10, 2013 at 2:10 PM, Marco koansoftw...@gmail.com wrote: Yes, it is copied from meta-openembedded into oe-core I'm sorry, I thought the [meta-oe] in the subject line implied this patch was destined for meta-openembedded, not coming from meta-openembedded. It seems rather confusing

Re: [OE-core] [PATCH] alsa-tools: Fix sys/io.h patch

2013-04-09 Thread Trevor Woerner
Excellent. Now all my qemu* bitbake worlds succeed :-) ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 2/3] meta-*/conf/layer.conf: tweak BBFILES comment

2013-04-09 Thread Trevor Woerner
On Tue, Apr 9, 2013 at 10:19 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: -# We have a packages directory, add to BBFILES +# We have recipes-* directories, add to BBFILES [etc] Thank you :-) ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 2/3] oe-buildenv-internal: Only add to $PATH if needed

2013-04-09 Thread Trevor Woerner
On Mon, Apr 8, 2013 at 1:48 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Unfortunately I think this is specific to bash, so it may not be portable. Maybe the equivalent can be achieved with sed however. Under which shells do we expect a Yocto build to succeed? The latest version of

Re: [OE-core] [PATCH 2/3] oe-buildenv-internal: Only add to $PATH if needed

2013-04-09 Thread Trevor Woerner
On Tue, Apr 9, 2013 at 1:29 PM, Trevor Woerner twoer...@gmail.com wrote: Under which shells do we expect a Yocto build to succeed? Whoops! My bad. sh - yes bash - not so much Let me rephrase: are bash-specific features to be so feared

Re: [OE-core] [PATCH 0/3] Minor comment/doc fixes

2013-04-09 Thread Trevor Woerner
On Tue, Apr 9, 2013 at 10:19 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: git://git.openembedded.org/openembedded-core-contrib paule/layer-tweaks-core This is odd... I perform a: $ git fetch --all But I can only find a paule/layer-tweaks and not paule/layer-tweaks-core. Yet the

Re: [OE-core] [PATCH 0/3] Minor comment/doc fixes

2013-04-09 Thread Trevor Woerner
On Tue, Apr 9, 2013 at 2:02 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: The openembedded-core-contrib and poky-contrib repos are entirely separate. D'oh! Retrying: $ git remote add contrib git://git.openembedded.org/meta-openembedded-contrib $ git remote -v contrib

Re: [OE-core] [PATCH 0/3] Minor comment/doc fixes

2013-04-09 Thread Trevor Woerner
On Tue, Apr 9, 2013 at 2:49 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Now you're looking at meta-openembedded-contrib as opposed to openembedded- core-contrib. So... it has come to this, eh? http://xkcd.com/1022/ ___ Openembedded-core

Re: [OE-core] [PATCH 1/2] alsa-tools: fix build when x11 and gtk+ not available

2013-04-08 Thread Trevor Woerner
With a rather recent HEAD Build Configuration: BB_VERSION= 1.17.1 BUILD_SYS = x86_64-linux NATIVELSBSTRING = openSUSE-project-12.3 TARGET_SYS= x86_64-poky-linux MACHINE = qemux86-64 DISTRO= poky DISTRO_VERSION= 1.3+snapshot-20130407

Re: [OE-core] [PATCH] local.conf.sample: Add info about -ptest package group

2013-04-08 Thread Trevor Woerner
On Fri, Apr 5, 2013 at 11:35 AM, maxin.j...@enea.com wrote: +# ptest-pkgs - add -ptest packages for all ptest-enabled packages +# (useful if you want to run the package test suites) Is there a simple way to discover which packages are ptest-enabled?

Re: [OE-core] [PATCH 2/3] oe-buildenv-internal: Only add to $PATH if needed

2013-04-08 Thread Trevor Woerner
On Fri, Apr 5, 2013 at 12:59 PM, Peter Kjellerstedt peter.kjellerst...@axis.com wrote: +[ ${PATH#$NEWPATHS} != $PATH ] || PATH=$NEWPATHS$PATH This is certainly a welcome addition in functionality, but it relies on the pattern remaining at the start of the PATH (i.e. the user hasn't played with

Re: [OE-core] [PATCH] alsa-tools: Update autotools.patch

2013-03-29 Thread Trevor Woerner
I'm seeing this exact same error when I perform a bitbake world, and have been for the last couple days On Wed, Mar 13, 2013 at 9:43 PM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: checking for i586-oe-linux-pkg-config... no checking for pkg-config...

Re: [OE-core] [PATCH] ncurses, busybox, cml1.bbclass: Fix menuconfig display corruption

2013-03-04 Thread Trevor Woerner
Is this a proposed fix for bug 3898? https://bugzilla.yoctoproject.org/show_bug.cgi?id=3898 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-03-01 Thread Trevor Woerner
On Fri, Mar 1, 2013 at 4:18 AM, Martin Jansa martin.ja...@gmail.com wrote: I'm sure about Ubuntu where it's easy: Ubuntu-10.04 \n \ Ubuntu-11.10 \n \ Ubuntu-12.04 \n \ Ubuntu-12.10 \n \ but with others I'll need some help. I can help with

Re: [OE-core] [PATCH] qemu.inc: Non deterministic compile of qemu

2013-03-01 Thread Trevor Woerner
On Fri, Mar 1, 2013 at 9:26 AM, Jason Wessel jason.wes...@windriver.com wrote: When you using a qemuppc target and sstate you might end up with the problem: diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 6c44b31..eb60d43 100644 ---

Re: [OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-03-01 Thread Trevor Woerner
On Fri, Mar 1, 2013 at 11:01 AM, Martin Jansa martin.ja...@gmail.com wrote: send lsb_release -a output openSUSE 12.2: $ lsb_release -a LSB Version:

Re: [OE-core] Perf using host system includes

2013-03-01 Thread Trevor Woerner
On Fri, Mar 1, 2013 at 7:00 AM, Jack Mitchell m...@communistcode.co.uk wrote: It seems Perf is managing to have some system includes slip into the build. Attached is the log file with details. Strange... I can't reproduce this. I just performed a build from master adding:

Re: [OE-core] [OE-Core][PATCH] gcc-4.7: Fix build with texinfo 5.0+

2013-02-28 Thread Trevor Woerner
Maybe we should wait until the person who reported this issue has had the time to test this fix and confirms it works before submitting it for inclusion? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] syslinux.bbclass: Add a default serial console option and real boot menu support

2013-02-27 Thread Trevor Woerner
On Tue, Feb 26, 2013 at 9:04 PM, Jason Wessel jason.wes...@windriver.com wrote: You can see the screen shots attached to the bugzilla. https://bugzilla.yoctoproject.org/show_bug.cgi?id=3944 [ YOCTO #3944 ] Is the Windriver logo on the VGA example optional?

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
On Wed, Feb 27, 2013 at 10:00 AM, tom.zanu...@linux.intel.com wrote: From: Tom Zanussi tom.zanu...@linux.intel.com 'perf-trace' is a new perf subcommand available in the 3.8 kernel - this patchset enables it. 'perf trace' requires libaudit, which is added as a new recipe. (I'm just getting

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
On Wed, Feb 27, 2013 at 10:00 AM, tom.zanu...@linux.intel.com wrote: 'perf-trace' is a new perf subcommand available in the 3.8 kernel - this patchset enables it. Out of curiosity, from where can I find the recipe(s) for a 3.8 kernel? My meta/recipes-kernel/linux/ only includes:

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
On Wed, Feb 27, 2013 at 1:12 PM, Tom Zanussi tom.zanu...@linux.intel.com wrote: Which image are you building? I'm guessing core-image-minimal? Yes. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 0/5] automake-1.13 and upstream version updates

2013-02-26 Thread Trevor Woerner
FYI On Tue, Feb 26, 2013 at 2:52 AM, Saul Wold s...@linux.intel.com wrote: Just curious, what's your build host arch? and what does gcc -print-multi-os-directory return on your host? on openSUSE 12.2 $ uname -a Linux codei7 3.4.28-2.20-desktop #1 SMP PREEMPT Tue Jan 29 16:51:37 UTC 2013

Re: [OE-core] [PATCH 5/7] mkdebugfs.sh: several fixes

2013-02-26 Thread Trevor Woerner
On Tue, Feb 26, 2013 at 4:24 AM, Robert Yang liezhi.y...@windriver.com wrote: Fix mkdebugfs.sh: *) echo Unknown file $FILE 12 ;; esac I know this doesn't come from your work, but since you're making changes, I think it would make for a better

Re: [OE-core] [PATCH 0/7] Create ext* filesystems using debugfs

2013-02-26 Thread Trevor Woerner
On Tue, Feb 26, 2013 at 4:52 PM, Darren Hart dvh...@linux.intel.com wrote: On 02/26/2013 09:53 AM, Trevor Woerner wrote: On Tue, Feb 26, 2013 at 4:24 AM, Robert Yang liezhi.y...@windriver.com wrote: * Summary: [...]now we use the mkfs.ext3/ext4 to create the image, and use mkdebugfs.sh

Re: [OE-core] [PATCH 0/7] Create ext* filesystems using debugfs

2013-02-26 Thread Trevor Woerner
On Tue, Feb 26, 2013 at 6:00 PM, Darren Hart dvh...@linux.intel.com wrote: mkextXfs.sh ? Likely to be confused with mke2fs itself. Perhaps: populate-extfs.sh ? Sounds great. ___ Openembedded-core mailing list

Re: [OE-core] state of systemd in oe

2013-02-14 Thread Trevor Woerner
Just out of curiosity: - will systemd be the default? - will it be possible to still use/choose sysvinit (i.e. is sysvinit going away)? How does systemd fit in with busybox? My understanding is that busybox has its own init system. If someone enables/chooses systemd, does it disable busybox's

Re: [OE-core] OE TSC Minutes 4 Dec 2012

2013-01-29 Thread Trevor Woerner
I think it would be nice (for us non-inner-circle members) if you could link the various IRC handles to the people behind them :-) ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] image creation and deployment

2013-01-14 Thread Trevor Woerner
(sorry I don't have the original email around to which to reply...) For the past many years I have been accumulating various scripts which I have used to create the root filesystems for various embedded systems. These scripts create updates, generate artifacts for creating bootable CF cards, and

[OE-core] [PATCH] runqemu: change terminal's INTR key in 'serial' mode

2012-12-21 Thread Trevor Woerner
If you are using an image in '-serial stdio' mode, temporarily change the terminal's interrupt character to 'Ctrl-]' for the duration of the image run. In this way, hitting 'Ctrl-C' for something running in the image doesn't accidentally abort the entire qemu session. Signed-off-by: Trevor

Re: [OE-core] [PATCH] runqemu: change terminal's INTR key in 'serial' mode

2012-12-21 Thread Trevor Woerner
On Fri, Dec 21, 2012 at 8:00 AM, Trevor Woerner twoer...@gmail.com wrote: +if [ x$SERIALSTDIO = x1 ]; then +echo Escape character is '^]' +stty intr ^] +fi Hold on. This should be Interrupt charater. ___ Openembedded-core mailing

[OE-core] [PATCH] runqemu: change terminal's INTR key in 'serial' mode

2012-12-21 Thread Trevor Woerner
If you are using an image in '-serial stdio' mode, temporarily change the terminal's interrupt character to 'Ctrl-]' for the duration of the image run. In this way, hitting 'Ctrl-C' for something running in the image doesn't accidentally abort the entire qemu session. Signed-off-by: Trevor

Re: [OE-core] RFC: Secondary Toolchain

2012-10-04 Thread Trevor Woerner
I'm curious to know if anyone (I certainly wouldn't be able to!) can take a guess whether this would play nicely with external toolchains? In other words, if some recipe is already PROVIDES'ing virtual/${TARGET_PREFIX}gcc etc would the correct toolchain be used for the special packages needing

Re: [OE-core] Bitbake distro packages: kill them with fire

2012-08-29 Thread Trevor Woerner
On Wed, Aug 29, 2012 at 8:49 AM, Koen Kooi k...@dominion.thruhere.net wrote: These might not be the appropiate lists, but I might reach a few of the culprits. Over the years people have been doing 'apt get install bitbake' or 'make install' to put bitbake into /usr/bin and after a few minutes

<    1   2   3   4   5