[Angstrom-devel] Building Angstrom with a different kernel

2010-05-24 Thread Bob Feretich
The are no PROVIDES statements in either linux-omap_2.6.31.bb or linux-omap-psp_2.6.32.bb. Why would building the linux-omap_2.6.31 target require something from the 2.6.32 recipe? How can I determine what this missing provided thing is in 2.6.31? Regards, Bo

Re: [Angstrom-devel] Problem building beagleboard demo image, pyorbit-2.24.0-r1 fails.

2011-02-20 Thread Bob Feretich
ables). To program effectively in gcc assembly you will need to use some undocumented gcc constraints (see http://hardwarebug.org/2010/07/06/arm-inline-asm-secrets/). Regards, Bob Feretich On 2/20/2011 3:00 AM, angstrom-distro-devel-requ...@linuxtogo.org wrote: -BEGIN PGP SIGNED MESSAGE---

[Angstrom-devel] Getting the SDK for the stable release

2011-02-25 Thread Bob Feretich
environment with a C compiler and libraries that are compatible with the stable version of angstrom? Regards, Bob Feretich ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

[Angstrom-devel] Building Angstrom base-image fails

2011-02-27 Thread Bob Feretich
ist7/setup-scripts/sources/openembedded/recipes/module-init-tools/module-init-tools-cross_3.12.bb, do_compile) failed with exit code '1' ... .. 69% 162K 2m49s Any idea what is wrong? Regards, Bob Feretich ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

[Angstrom-devel] Trouble building a single kernel driver module for Angstrom

2011-02-27 Thread Bob Feretich
ituting the contents of the OE_BASE variable. Even if I bypass that using a relative location, the same error appears. (run.staging_helper.xxx not found. There is no run.staging_helper file in the tmp directory, although the other run. files and log. files are there.) Does anyone have a current working recipe to build a single kernel driver module? How does it differ? Regards, Bob Feretich ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Re: [Angstrom-devel] Trouble building a single kernel driver module for Angstrom

2011-02-28 Thread Bob Feretich
driver module for Angstrom To: angstrom-distro-devel@linuxtogo.org Message-ID: Content-Type: text/plain; charset=UTF-8 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why are you overriding WORKDIR and do_compile? On 28-02-11 07:57, Bob Feretich wrote: Previously, I used the below recipe to

Re: [Angstrom-devel] Building Angstrom base-image fails (solved)

2011-02-28 Thread Bob Feretich
Installing glibc-static fixed the problem. base-image built sucessfully. Thank you. Regards, Bob Feretich Date: Mon, 28 Feb 2011 09:06:00 +0100 From: Koen Kooi Subject: Re: [Angstrom-devel] Building Angstrom base-image fails To: angstrom-distro-devel@linuxtogo.org Message-ID: Content-Type

Re: [Angstrom-devel] Trouble building a single kernel driver module for Angstrom [Solved]

2011-02-28 Thread Bob Feretich
I needed to add MACHINE=beagleboard and DISTRO=xxx to the local.conf file in my local overlay. It's curious how not having these variables set can stop substitution from occurring for other environment variables. It builds the module .ko file successfully now. Thanks. Regards, Bob Fer

Re: [Angstrom-devel] compiling a kernel module

2012-05-22 Thread Bob Feretich
I generally do my kernel builds in 3 steps (steps 3-5). (5 steps for the first time) The kernel is built when Angstrom builds, but sources are deleted. I like the source available for examination and want to be able to easily reconfigure the kernel. 1. bitbake -c clean virtual/kernel

[Angstrom-devel] Link to mailing list archives broken

2014-01-27 Thread Bob Feretich
The link at http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel to the archives... http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/ seems to be broken. Regards, Bob Feretich ___ Angstrom-distro-devel mailing list

[Angstrom-devel] Current Angstrom build for BeagleBone fails. -- Config.pm', needed by `perl.mak'

2014-05-01 Thread Bob Feretich
recipe had the patch except for the below... +# The perl portion fails with -j16 +PARALLEL_MAKEINST = "" + So I added these statements to the recipe... No joy. the build continues to fail the same way. Regards, Bob Feretich | ./check_bindir "z$bindir" "z$execdir" &q

Re: [Angstrom-devel] Current Angstrom build for BeagleBone fails. -- Config.pm', needed by `perl.mak'

2014-05-02 Thread Bob Feretich
On 5/2/2014 6:58 AM, Koen Kooi wrote: Op 2 mei 2014, om 08:13 heeft Koen Kooi het volgende geschreven: Op 1 mei 2014, om 20:55 heeft Bob Feretich het volgende geschreven: The current BeagleBone Angstrom build is failing. *** No rule to make target `/usr/lib/perl/5.14.3/Config.pm', n

Re: [Angstrom-devel] Current Angstrom build for BeagleBone fails. -- Config.pm', needed by `perl.mak'

2014-05-03 Thread Bob Feretich
That seems to have worked! The bitbake has progressed beyond git. Thanks, Bob On 5/2/2014 11:24 PM, Koen Kooi wrote: Op 2 mei 2014, om 23:44 heeft Bob Feretich het volgende geschreven: On 5/2/2014 6:58 AM, Koen Kooi wrote: Op 2 mei 2014, om 08:13 heeft Koen Kooi het volgende geschreven

[Angstrom-devel] Current Angstrom build for BeagleBone - 3.8 kernel fetch fails

2014-05-04 Thread Bob Feretich
I am trying to build the Angstrom system that ships with the BeagleBone Black from source. bitbake cloud9-gnome-image ... ERROR: Function failed: Fetcher failure for URL: 'git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;branch=linux-3.8.y'. Unable to fetch URL from any so

Re: [Angstrom-devel] Current Angstrom build for BeagleBone - 3.8 kernel fetch fails

2014-05-04 Thread Bob Feretich
On 5/4/2014 7:09 AM, Koen Kooi wrote: Op 4 mei 2014, om 11:07 heeft Bob Feretich het volgende geschreven: I am trying to build the Angstrom system that ships with the BeagleBone Black from source. bitbake cloud9-gnome-image ... ERROR: Function failed: Fetcher failure for URL: 

Re: [Angstrom-devel] Current Angstrom build for BeagleBone - 3.8 kernel fetch fails

2014-05-05 Thread Bob Feretich
On 5/4/2014 11:10 PM, Koen Kooi wrote: Op 5 mei 2014, om 00:04 heeft Bob Feretich het volgende geschreven: On 5/4/2014 7:09 AM, Koen Kooi wrote: Op 4 mei 2014, om 11:07 heeft Bob Feretich het volgende geschreven: I am trying to build the Angstrom system that ships with the BeagleBone

[Angstrom-devel] Definition of Angstrom tasks

2014-05-05 Thread Bob Feretich
Is there a document that provides a detailed definition of what each these tasks do? Yocto, OE, and bitbake manuals tell us how to command a specific task to be run, but not what they do. The task name provides a good hint sometimes, but often that is not enough. Users shouldn't have to read t

[Angstrom-devel] What target do I build to bitbake the BeagleBone Black eMMC image from source?

2014-05-08 Thread Bob Feretich
I am trying to build the exact image that ships with the current BeagleBone Black from source. I have built the cloud9-gnome-image successfully, but... * it results in a zImage rather than a uImage. The eMMC contains a uImage. (This is the first hint that something is wrong.) I converted the

[Angstrom-devel] The mail archives are been offline (404-not found)

2014-05-13 Thread Bob Feretich
The mailing list archives have been offline for several days, What's happening? Catastrophic server failure? Regards, Bob ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/ang