Re: [yocto] Control which host components are included in ADT output?

2012-10-10 Thread Evade Flow
- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Evade Flow Sent: Tuesday, October 09, 2012 3:11 PM To: yocto@yoctoproject.org Subject: [yocto] Control which host components are included in ADT output? I have a question about the ADT and how it selects

Re: [yocto] The BitBake equivalent of Hello, World!

2012-10-10 Thread Evade Flow
Again, thanks *so* much for putting this together. I tried to do this once before and didn't have the tenacity to stick with it--it is a surprisingly daunting task. Having a smallest-possible example will, I think, be really helpful to developers who want to learn how to debug bitbake and

Re: [yocto] The BitBake equivalent of Hello, World!

2012-10-10 Thread Evade Flow
do_build: Succeeded NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and all succeeded. Thanks again! On Wed, Oct 10, 2012 at 11:45 AM, Evade Flow evadef...@gmail.com wrote: Again, thanks *so* much for putting this together. I tried to do this once before and didn't have

Re: [yocto] Cloning yocto repos over https

2012-10-16 Thread Evade Flow
Is there a way to clone yocto repositories (say, poky) over https? As Paul mentioned, there is work in progress to make it possible to clone yocto repos over http. This should be finished in the very near future, but in the meantime, I've created some (very) unofficial mirrors here:

Re: [yocto] Tune qemuarm settings and build everything except the kernel?

2012-10-17 Thread Evade Flow
at 2:58 PM, Evade Flow evadef...@gmail.com wrote: Now I'm wondering: is there any easy way to optimize for the actual target(s) a bit more than the qemuarm MACHINE type does? The example Makefiles for the old project all contain this line: CFLAGS = -g -mcpu=arm1136jf-s -O2 -pipe What's

Re: [yocto] my wiki page for using OE and meta-ti layer to build for panda ES

2012-11-26 Thread Evade Flow
Love it! Any chance you could add an 'Advanced' or 'Next Steps' section that shows how to go beyond a minimal build? Like, how to get a working Qt stack into a custom image on the PandaBoard? On Wed, Nov 21, 2012 at 2:44 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: not strictly related

[yocto] Tune qemuarm settings and build everything except the kernel?

2012-08-31 Thread Evade Flow
Hello, all! I've recently been tapped to bootstrap an embedded Linux project at work and create some demos on hardware left over from an earlier effort. I normally work higher up the application stack, compiling programs using a cross toolchain and sysroot created by some unlucky coworker. In the

[yocto] ERROR: Nothing RPROVIDES 'libsegfault'

2012-09-06 Thread Evade Flow
I'm seeing this error while trying to 'bitbake discovery-image' from the meta-ivi layer, according to the instructions here: - http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/tree/README.md The complete output looks like this: Loading cache...done. Loaded 1162 entries from dependency

Re: [yocto] ERROR: Nothing RPROVIDES 'libsegfault'

2012-09-06 Thread Evade Flow
, Florin On 09/06/2012 10:22 PM, Evade Flow wrote: I'm seeing this error while trying to 'bitbake discovery-image' from the meta-ivi layer, according to the instructions here: - http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/tree/README.md The complete output looks like this: Loading

Re: [yocto] ERROR: Nothing RPROVIDES 'libsegfault'

2012-09-07 Thread Evade Flow
...@windriver.com wrote: Please use the denzil branch for poky, not a denzil tag. Thanks, Florin On 09/06/2012 11:02 PM, Evade Flow wrote: Thanks for confirming that the target for meta-ivi is denzil. After re-targetting to branch denzil-7.0.1, I got the following error: -- Pseudo

[yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Evade Flow
Trying to build the meta-ivi discovery-image behind a firewall is proving to be quite a challenge. I tried modifying my conf/local.conf file as follows: CONNECTIVITY_CHECK_URIS= BB_GENERATE_MIRROR_TARBALLS = 1 SOURCE_MIRROR_URL ?= file:///home/evadeflow/projects/poky-mirror/ INHERIT +=

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Evade Flow
Where did you get that meta-systemd layer? From here: - http://git.yoctoproject.org/cgit/cgit.cgi/meta-systemd/ On Wed, Sep 19, 2012 at 12:50 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-09-19 10:34, Evade Flow wrote: Trying to build the meta-ivi discovery-image behind a firewall

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Evade Flow
/meta-systemd/tree/README.md I'm just trying to build the thing. :-) I'll try converting the tag name into a commit hash and see if that helps, thanks a lot... On Wed, Sep 19, 2012 at 1:23 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-09-19 11:15, Evade Flow wrote: Where did you get that meta

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Evade Flow
'git ls-remote'? This seems like a bug On Wed, Sep 19, 2012 at 1:33 PM, Evade Flow evadef...@gmail.com wrote: I'm not sure how to answer your questions, unfortunately, this is all quite new to me. I'm not the maintainer of said layer, and don't know anything at all yet about 'layer

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-20 Thread Evade Flow
:13 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-09-19 16:30, Evade Flow wrote: I'm just trying to build the thing. :-) I'll try converting the tag name into a commit hash and see if that helps, thanks a lot... ::SIGH:: I changed the SRC_URI var in kmod.inc from this: SRC_URI = git

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-20 Thread Evade Flow
kmod does, in fact, seem to have worked for me. Thanks, guys, for your help! On Thu, Sep 20, 2012 at 9:42 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 20 September 2012 09:30:19 Evade Flow wrote: I guess I'll try the BFI approach of restarting the build from scratch next

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-20 Thread Evade Flow
To bring this full circle... if you want to build behind a restrictive firewall using pre-mirrored sources and BB_NO_NETWORK, be aware that recipes which: 1. Specify a git repo as the source, and, 2. Specify the revision to be built using a tag name will cause your build to abort when

[yocto] IPK Package name contains illegal characters?

2012-09-22 Thread Evade Flow
After (finally!) getting all the required sources pre-mirrorred, I was able to the build the 'discovery-image' in the meta-ivi layer in 2 hours + 17 minutes: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/ This was using package_rpm, though, so I thought I could do better by changing

Re: [yocto] build failure on current

2012-09-27 Thread Evade Flow
I'm new to Yocto, but I've seen similar errors that seem to be due to differences in the version of tar on the build server. Everything's fine on this machine: good% tar --version tar (GNU tar) 1.26 but I get CRC errors sometimes on this one: bad% otp-mmes-build% tar --version tar (GNU tar)

Re: [yocto] build failure on current

2012-09-27 Thread Evade Flow
, and place this new perl-5.14.2.tar.gz file in my pre-mirror folder. Anyway, this seems just weird enough that I thought I should mention it on the list... On Thu, Sep 27, 2012 at 3:42 PM, Evade Flow evadef...@gmail.com wrote: I'm new to Yocto, but I've seen similar errors that seem to be due

Re: [yocto] build failure on current

2012-09-27 Thread Evade Flow
it and ran error free. I was also told this was a rare occurrence but it does happen. Scott -Original Message- From: Evade Flow [mailto:evadef...@gmail.com] Sent: Thursday, September 27, 2012 12:42 PM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org Subject: Re: [yocto] build

Re: [yocto] build failure on current

2012-09-28 Thread Evade Flow
to 'fix' this. I can try rebuilding if it helps, using the original perl archive (not the one I re-tarballed with tar 1.22)... On Thu, Sep 27, 2012 at 6:58 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 27 September 2012 17:55:45 Evade Flow wrote: Fair enough. And I should

Re: [yocto] build failure on current

2012-09-28 Thread Evade Flow
root 9 2010-08-13 05:08 /bin/sh - /bin/bash evadeflow% tar --version | head -n 1 | cut -d ' ' -f 4 1.22 On Fri, Sep 28, 2012 at 10:34 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 28 September 2012 10:16:27 Evade Flow wrote: Seems it definitely didn't build tar: evadeflow% pwd

Re: [yocto] build failure on current

2012-09-28 Thread Evade Flow
...@linux.intel.com wrote: On Friday 28 September 2012 11:13:22 Evade Flow wrote: ... could you put this into a file and run it and tell me what it prints on your system? --- snip -- #!/bin/sh needtar=1 TARVERSION=`tar --version | head -n 1 | cut

Re: [yocto] build failure on current

2012-09-28 Thread Evade Flow
, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 28 September 2012 11:53:53 Evade Flow wrote: Erm... that *specific* bit prints nothing when pasted into a file and executed. (Is it really supposed to?) No, but the rest of the script (the bit following the blank line

Re: [yocto] build failure on current

2012-09-28 Thread Evade Flow
gzip. Thanks, Paul, for all of your help in tracking this down... On Fri, Sep 28, 2012 at 12:34 PM, Evade Flow evadef...@gmail.com wrote: Is it definitely tar that's the problem or gzip? ... Oh! Didn't even think of that. :-% Looks like it's gzip: evadeflow% gzip -d perl-5.14.2.tar.gz gzip

[yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Evade Flow
I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted here: - http://maniacbug.wordpress.com/2012/08/03/pandayocto/ Thus, my OE build configuration looks like this: OE Build Configuration: BB_VERSION= 1.15.2 TARGET_ARCH = arm TARGET_OS

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Evade Flow
to be working fine. Thank you! On Tue, Oct 2, 2012 at 5:52 PM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Oct 02, 2012 at 11:38:08PM +0200, Julian Scheel wrote: Am 02.10.2012 um 23:22 schrieb Martin Jansa martin.ja...@gmail.com: On Tue, Oct 02, 2012 at 05:17:23PM -0400, Evade Flow wrote: I'm

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-03 Thread Evade Flow
Jansa martin.ja...@gmail.com: On Tue, Oct 02, 2012 at 05:17:23PM -0400, Evade Flow wrote: I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted here: - http://maniacbug.wordpress.com/2012/08/03/pandayocto/ Thus, my OE build

[yocto] HTTP-accessible poky repo?

2012-10-05 Thread Evade Flow
I'd like to track yocto development more closely, but I'm stuck behind a restrictive HTTP-only firewall all day at work. Is there an official (or unofficial-but-up-to-date), HTTP-accessible mirror of git://git.yoctoproject.org/poky.git I can clone from? I can create a clone on github and run

Re: [yocto] HTTP-accessible poky repo?

2012-10-06 Thread Evade Flow
On Fri, Oct 5, 2012 at 10:51 AM, Evade Flow evadef...@gmail.com wrote: I'd like to track yocto development more closely, but I'm stuck behind a restrictive HTTP-only firewall all day at work. Is there an official (or unofficial-but-up-to-date), HTTP-accessible mirror of git

[yocto] [PATCH 0/2] Move 'tag=' for a few SRC_URIs to SRCREV

2012-10-08 Thread Evade Flow
://lists.yoctoproject.org/pipermail/yocto/2012-September/011949.html Evade Flow (2): Move 'tag=' to SRCREV in btrfs-tools recipe Move 'tag=' to SRCREV in mtd-utils recipe .../btrfs-tools/btrfs-tools_git.bb |3 ++- meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb |3

[yocto] [PATCH 1/2] Move 'tag=' to SRCREV in btrfs-tools recipe

2012-10-08 Thread Evade Flow
Signed-off-by: Evade Flow evadef...@gmail.com --- .../btrfs-tools/btrfs-tools_git.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index c2ae298

[yocto] [PATCH 2/2] Move 'tag=' to SRCREV in mtd-utils recipe

2012-10-08 Thread Evade Flow
Signed-off-by: Evade Flow evadef...@gmail.com --- meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb index 1a9d4d3..bdfb022 100644

[yocto] Control which host components are included in ADT output?

2012-10-09 Thread Evade Flow
I have a question about the ADT and how it selects host SDK components. If I type: % bitbake meta-toolchain-sdk I wind up getting hundreds of target libs when I extract the generated tarball: % pwd /opt/poky/1.2.1/sysroots % ls armv5te-poky-linux-gnueabi/usr/lib | wc -l 696 but a relatively