Re: [yocto] chkconfig

2013-11-28 Thread Paul Eggleton
Hi Edward,

On Friday 22 November 2013 11:00:44 Edward Vidal wrote:
 Is chkconfig part of any image?

It's part of the LSB images and the self-hosted image, but you probably don't 
want to build those unless you're looking for those things exactly. You can 
add chkconfig to any image just by adding the chkconfig package to 
IMAGE_INSTALL.

 Also to force what is the best procedure?

To force what?

 In my /etc/network/interfaces I have tried the following
 auto eth0
 iface eth0 inet static
 address 192.168.0.29
 hwaddress ether 00:0A:35:00:00:00
 netmask 255.255.255.0
 network 192.168.0.0
 gateway 192.168.0.1
 Since I have a router on my network I get an IP using dhcp,
 if I ifdown eth0 and ifup eth0 then the 192.168.0.29 get setup.

Do you have connman in the image? If so the above might be being ignored.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] chkconfig

2013-11-22 Thread Edward Vidal
Hello all,
Is chkconfig part of any image?
Also to force what is the best procedure?
In my /etc/network/interfaces I have tried the following
auto eth0
iface eth0 inet static
address 192.168.0.29
hwaddress ether 00:0A:35:00:00:00
netmask 255.255.255.0
network 192.168.0.0
gateway 192.168.0.1
Since I have a router on my network I get an IP using dhcp,
if I ifdown eth0 and ifup eth0 then the 192.168.0.29 get setup.
Thanks
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto