Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
> Mike. > > > > On 05/02/2014 02:49 PM, Iorga, Cristian wrote: > >> Not really, I just wanted to get a better overview of the issue that you >> are facing. >> >> What image did you started from, if any? >> >> *From:*Tarek El-Sherbiny [mailt

Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
gt; > > > *From:* Tarek El-Sherbiny [mailto:tarek.elsherb...@gmail.com] > *Sent:* Friday, May 2, 2014 3:31 PM > *To:* Iorga, Cristian > *Cc:* openembedded-core@lists.openembedded.org; yo...@yoctoproject.org > *Subject:* RE: [OE-core] DNS when using Static IP > > > > No

Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
> Regards, > > Cristian Iorga > > YP > > Intel Corporation > > > > *From:* openembedded-core-boun...@lists.openembedded.org [mailto: > openembedded-core-boun...@lists.openembedded.org] *On Behalf Of *Tarek > El-Sherbiny > *Sent:* Friday, May 2, 2014 2:05 PM > *

[OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
Hi. I'm trying to set my IP config to a static address. iface eth0 inet static address 192.168.55.45 network 192.168.55.0 netmask 255.255.255.0 broadcast 192.168.55.255 gateway 192.168.55.1 dns-nameservers 192.168.10.2 But I don't get the DNS server address to be in

[OE-core] Lighttpd recipe is failling

2012-09-20 Thread Tarek El-Sherbiny
I would like to include lighttpd to my image but I can't build it. This is the error message I'm getting. NOTE: package lighttpd-1.4.30-r12: task do_package: Started ERROR: Error executing a python function in /home/telsherbiny/work/fsl/sources/poky/meta/recipes-extended/lighttpd/ lighttpd_1.4.30

Re: [OE-core] SVN checkout ERROR: Function failed: Fetcher failure for URL:

2012-09-20 Thread Tarek El-Sherbiny
svn.local.repo has address 192.168.113.20 this is our local svn repository. On Wed, Sep 19, 2012 at 6:59 PM, Brian Lloyd wrote: > This may be a dumb question, but what does svn.local.repo resolve to? > > Brian A Lloyd > > On Sep 19, 2012, at 12:54 PM, Tarek El-Sherbiny &l

Re: [OE-core] SVN checkout ERROR: Function failed: Fetcher failure for URL:

2012-09-19 Thread Tarek El-Sherbiny
I've tried with both protocol=http and without the argument at all. Still not fetching! On Wed, Sep 19, 2012 at 6:41 PM, Khem Raj wrote: > On Wed, Sep 19, 2012 at 9:48 AM, Tarek El-Sherbiny > wrote: > > > > I would like to check out from our local SVN repository. This

[OE-core] SVN checkout ERROR: Function failed: Fetcher failure for URL:

2012-09-19 Thread Tarek El-Sherbiny
I would like to check out from our local SVN repository. This is the URI line I'm using in the recipe: SRC_URI = "svn://svn.local.repo/svn/dev_repos/Generation3_app;module=trunk;proto=http" When I try the same command bitbake is using on the command line it works fine. But bitbake is not fetchin