[yocto] wlan0 No lease, failing

2014-03-24 Thread Rick Bianchi
Gumstix Overo Build Configuration: BB_VERSION = "1.20.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-13.10" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "overo" DISTRO = "poky" DISTRO_VERSION = "1.5.1" TUNE_FEATURES = "armv7a vfp neon" TARGET_FPU = "vfp-neon" I have not been able to ge

Re: [yocto] Building on target

2014-03-18 Thread Rick Bianchi
I am re-baking the gumstix-console-image; once I have it up and running I will enable verbose mode and check scripts at shutdown. On Tue, Mar 18, 2014 at 11:43 AM, Gary Thomas wrote: > On 2014-03-18 12:30, Rick Bianchi wrote: > > I rebooted the system with the "reboot" comma

Re: [yocto] Losing Ethernet after reboot

2014-03-18 Thread Rick Bianchi
If I run, "ifup eth0" it bring eth0 with dhcp, and I can the skip the "udhcpc eth0". On Tue, Mar 18, 2014 at 10:51 AM, Gary Thomas wrote: > On 2014-03-18 11:14, Rick Bianchi wrote: > > 1. Yes, I do have init-ifupdown on the target. > > > >

Re: [yocto] Building on target

2014-03-18 Thread Rick Bianchi
I rebooted the system with the "reboot" command and then checked the date and time with "date", it did not hold the system time and date correctly Sat Jan 1 02:28:44 UTC 2000. On Tue, Mar 18, 2014 at 10:55 AM, Gary Thomas wrote: > On 2014-03-18 11:49, Rick Bianchi wrote

Re: [yocto] Building on target

2014-03-18 Thread Rick Bianchi
Got it. On Tue, Mar 18, 2014 at 10:55 AM, Gary Thomas wrote: > On 2014-03-18 11:49, Rick Bianchi wrote: > > Should have noted, that the date and time reset on every reboot? > > Unless you have a battery backed up clock device, e.g. Dallas RTC, > this will happen. If you shut

Re: [yocto] Building on target

2014-03-18 Thread Rick Bianchi
That is correct, compile times between the Linaro and Yocto build were almost identical, roughly 5 -10 minutes. On Tue, Mar 18, 2014 at 10:53 AM, Gary Thomas wrote: > On 2014-03-18 11:48, Rick Bianchi wrote: > > Gary, > > I noticed during the make the it was complaining about th

Re: [yocto] Building on target

2014-03-18 Thread Rick Bianchi
Should have noted, that the date and time reset on every reboot? On Tue, Mar 18, 2014 at 10:48 AM, Rick Bianchi wrote: > Gary, > I noticed during the make the it was complaining about the date being in > the future; I checked and sure thing the date and time were bit off, about >

Re: [yocto] Building on target

2014-03-18 Thread Rick Bianchi
On Fri, Mar 14, 2014 at 3:16 PM, Gary Thomas wrote: > On 2014-03-14 08:49, Rick Bianchi wrote: > > If I have time today I will try to reproduce your results. If not, I > will get to it first thing next week and post my result. > > One thing I forgot to point out is I used the id

Re: [yocto] Losing Ethernet after reboot

2014-03-18 Thread Rick Bianchi
1. Yes, I do have init-ifupdown on the target. 2. No, I have not made any changes to the INITSCRIPT_PARAMS. On Tue, Mar 18, 2014 at 10:11 AM, Gary Thomas wrote: > On 2014-03-18 10:58, Rick Bianchi wrote: > > ls -l /etc/rc*/S*networking only gives me the following: > > > &

Re: [yocto] Losing Ethernet after reboot

2014-03-18 Thread Rick Bianchi
ls -l /etc/rc*/S*networking only gives me the following: lrwxrwxrwx 1 root root 20 Mar 14 2014 /etc/rcS.d/S40networking -> ../init.d/networking On Tue, Mar 18, 2014 at 9:56 AM, Gary Thomas wrote: > On 2014-03-18 10:42, Rick Bianchi wrote: > > Sorry typing on the fly. Here i

Re: [yocto] Losing Ethernet after reboot

2014-03-18 Thread Rick Bianchi
Sorry typing on the fly. Here is what is in interfaces: auto eth0 iface eth0 inet dhcp On Tue, Mar 18, 2014 at 9:17 AM, Gary Thomas wrote: > On 2014-03-18 10:10, Rick Bianchi wrote: > > > > I losing Ethernet after every reboot. What is the process to have it > come up manua

[yocto] Losing Ethernet after reboot

2014-03-18 Thread Rick Bianchi
I losing Ethernet after every reboot. What is the process to have it come up manually? Image: Dylan gumstix-console I have already added eth0 auto to my /etc/network/interfaces. At the moment I need to run the following after every reboot: ifconfig eth0 up udhcpc eth0 -- _

Re: [yocto] Building on target

2014-03-14 Thread Rick Bianchi
If I have time today I will try to reproduce your results. If not, I will get to it first thing next week and post my result. Thanks, Rick On Fri, Mar 14, 2014 at 7:38 AM, Gary Thomas wrote: > On 2014-03-12 13:11, Rick Bianchi wrote: > > usbip from /usr/src/kernel/drivers/staging/us

Re: [yocto] Building on target

2014-03-12 Thread Rick Bianchi
usbip from /usr/src/kernel/drivers/staging/usbip On Wed, Mar 12, 2014 at 11:44 AM, Gary Thomas wrote: > On 2014-03-12 10:09, Rick Bianchi wrote: > > I completely agree with regards to the comparison, but I have compiled > the same exact source on the same target (arm) and it

Re: [yocto] Building on target

2014-03-12 Thread Rick Bianchi
other Yocto (took almost 24 hours to compile source on the target). Is there something that I am missing? On Wed, Mar 12, 2014 at 8:28 AM, Gary Thomas wrote: > On 2014-03-12 09:15, Rick Bianchi wrote: > > > > I have the gumstix-console-image with the added packages below. When I &

[yocto] Building on target

2014-03-12 Thread Rick Bianchi
I have the gumstix-console-image with the added packages below. When I compile on the target is take a very long time for it to complete, over 24 hours. I have compiled the same code on the same target, but running Linaro image, and it only takes a few minutes. Is there another recipe that I need t

Re: [yocto] Adding headers to tool chain

2014-03-07 Thread Rick Bianchi
I see. What do I need to do to add the *kernel headers* and *kernel source* to the gumstix-console-image? Thanks, Rick On Thu, Mar 6, 2014 at 6:39 PM, Khem Raj wrote: > -Khem > > On Mar 6, 2014 4:30 PM, "Rick Bianchi" wrote: > > > > Khem, > > I did th

Re: [yocto] Adding headers to tool chain

2014-03-06 Thread Rick Bianchi
Khem, I did the following, but still no headers and source in /usr/src: bitbake meta-toolchain bitbake -cpopulate_sdk gumstix-console-image On Thu, Mar 6, 2014 at 12:34 PM, Khem Raj wrote: > On Thu, Mar 6, 2014 at 11:12 AM, Rick Bianchi > wrote: > > Khem, > > Is this the

Re: [yocto] Adding headers to tool chain

2014-03-06 Thread Rick Bianchi
Khem, Is this the same process if I needed to get the kernel headers and source onto the build? On Wed, Mar 5, 2014 at 2:15 PM, Khem Raj wrote: > On Wed, Mar 5, 2014 at 6:09 AM, Joel Parker > wrote: > > $ bitbake meta-toolchain > > do bitbake -cpopulate_sdk > and install that SDK > __

Re: [yocto] hwdata needed for usbip

2014-03-06 Thread Rick Bianchi
Thanks Paul! On Thu, Mar 6, 2014 at 10:00 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > Hi Rick, > > On Thursday 06 March 2014 09:05:30 Rick Bianchi wrote: > > I have looked high and low for the hwdata package, usbip needs it to > > function. I don

[yocto] hwdata needed for usbip

2014-03-06 Thread Rick Bianchi
I have looked high and low for the hwdata package, usbip needs it to function. I don't see it with a bitbake -s | grep hwdata and it is not in smart repos. Is this package include in another package? If, so which one? ___ yocto mailing list yocto@yoctopr

[yocto] hwdata

2014-03-05 Thread Rick Bianchi
I need to add the Hwdata packages during the build process, but I cannot locate it. Is it in another package? Thanks, Rick ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] GLIB-2.0 target compile issue

2014-03-05 Thread Rick Bianchi
Chris, Can I just add the dev-pkgs to my local.conf? On Wed, Mar 5, 2014 at 8:31 AM, Chris Larson wrote: > > On Wed, Mar 5, 2014 at 8:29 AM, Rick Bianchi > wrote: > >> I have add IMAGE_INSTALL_append =" glib-2.0" to my local.conf and compile >> the im

[yocto] GLIB-2.0 target compile issue

2014-03-05 Thread Rick Bianchi
I have add IMAGE_INSTALL_append =" glib-2.0" to my local.conf and compile the image on the host without any issues. When I try to compile on the target I get the following error: checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... no configure: error: Package requirements

Re: [yocto] Compiling errors

2014-03-05 Thread Rick Bianchi
Paul, That is exactly what I needed to know. Thanks, Rick On Wed, Mar 5, 2014 at 3:44 AM, Paul Eggleton wrote: > Hi Rick, > > On Tuesday 04 March 2014 21:50:24 Rick Bianchi wrote: > > I get the following errors while trying to compile: > > > > Error: autogen-native

[yocto] Compiling errors

2014-03-04 Thread Rick Bianchi
I get the following errors while trying to compile: Error: autogen-native not found in the base feeds (overo armv7a-vfp-neon armv7a-vfp armv7a armv6-vfp armv6 armv5e-vfp armv5e armv5-vfp armv5 armv4 arm noarch any all). When I do a bitbake -s | grep autogen-native it shows up. I am also getting

Re: [yocto] Add Packages to Recipie

2014-03-04 Thread Rick Bianchi
Paul, My question is in the vain as Joel's, I need to add the program usbip (I have already added the kernel modules) to the build, but I cannot find any recipes for it. I have search in the package manager (smart) and it is not there either "error: 'usbip' matches no packages". Is there a way for

[yocto] Preferred Distro for Building

2014-03-03 Thread Rick Bianchi
Which linux distro is the preferred build environment? Is it better to use Debian instead of Ubuntu? Thanks, Rick ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] WARNING: Failed to fetch URL http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz, attempting MIRRORS if available

2014-03-03 Thread Rick Bianchi
Any help you can give me on patching it would be greatly appreciated. On Mon, Mar 3, 2014 at 9:55 AM, Rick Bianchi wrote: > | jade: symbol lookup error: > /home/infinitezero/yoctousbip/build/tmp/sysroots/x86_64-linux/usr/bin/../../usr/lib/libospgrove.so.0: > undefin

Re: [yocto] WARNING: Failed to fetch URL http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz, attempting MIRRORS if available

2014-03-03 Thread Rick Bianchi
at 9:49 AM, Paul Eggleton wrote: > On Monday 03 March 2014 09:47:16 Rick Bianchi wrote: > > No, I have not made any changes to the yoctousbip/build/conf/local.conf. > > > > The only change I made was to the file: > > yoctousbip/poky/meta/recipes-devtools/docbook-utils/ >

Re: [yocto] WARNING: Failed to fetch URL http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz, attempting MIRRORS if available

2014-03-03 Thread Rick Bianchi
Wrong one, sorry about that. Here is the output: SRC_URI="http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gzfile://makefile.patch file://msggen.pl.patch file://reautoconf.patch file://user-declared-default-constructor.patch" On Mon, Mar 3, 2014 at 9:40 AM, Rick Bia

Re: [yocto] WARNING: Failed to fetch URL http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz, attempting MIRRORS if available

2014-03-03 Thread Rick Bianchi
:43 AM, Paul Eggleton wrote: > On Monday 03 March 2014 09:40:16 Rick Bianchi wrote: > > On Mon, Mar 3, 2014 at 9:27 AM, Paul Eggleton > > wrote: > > > Before doing this, Rick could you run the following and post the > output: > > > > > > bi

Re: [yocto] WARNING: Failed to fetch URL http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz, attempting MIRRORS if available

2014-03-03 Thread Rick Bianchi
Here is the ouput: SRC_URI=" ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-0.6.14.tar.gzfile://re.patch"; On Mon, Mar 3, 2014 at 9:27 AM, Paul Eggleton wrote: > On Monday 03 March 2014 14:53:26 Alex J Lennon wrote: > > On 03/03/2014 14:36,

[yocto] WARNING: Failed to fetch URL http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz, attempting MIRRORS if available

2014-03-03 Thread Rick Bianchi
Does anyone know how I can get around this error? There is no such package on sourceforge "Fetcher failure for URL: ' http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz'. Unable to fetch URL from any source." Build Configuration: BB_VERSION = "1.18.0" BUILD_SYS = "x86_64-linux" NATIV

[yocto] openjade-0.6.14.tar.gz Compile Error

2014-03-01 Thread Rick Bianchi
I get the following error when I try to compile. I cannot locate the file "openjade-0.6.14.tar.gz". Any thoughts? WARNING: Failed to fetch URL http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit

[yocto] Which .bbappend file ?

2014-03-01 Thread Rick Bianchi
Okay, I am feeling a little thick, but here is my question. How do I know which .bbappend file is the right one to modify. Here is everything that would be in my layers: /yocto/poky/meta/recipes-kernel/linux/linux-yocto /yocto/poky/meta/recipes-kernel/linux/linux-yocto-dev.bb /yocto/poky/meta/re

[yocto] Making Modules and Enabling the in the Kernel when doing your own build?

2014-03-01 Thread Rick Bianchi
I have decided to compile my own poky image. Could someone elaborate on where I would set the usbip modules to be built and enabled in the kernel if I am doing my own build. Thanks, Rick ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctopr

[yocto] Gumstix Overo USBip with Yocto

2014-03-01 Thread Rick Bianchi
I have been fighting with the pre-built from Linaro for the last few weeks to get the USBip module into the kernel, without any success, and I am hoping that switching to the Yocto project will solver our problem. 1. Do the pre-built images have the usbip-core and usbip-host already enabled in the