[yocto] [[meta-xilinx-community][PATCH] 1/3] microzed: kernel: update to 3.14

2014-07-29 Thread David Andrey
Use Xilinx kernel 3.14 for the Microzed board instead of the 3.10 Signed-off-by: David Andrey --- conf/machine/microzed-zynq7.conf |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/microzed-zynq7.conf b/conf/machine/microzed-zynq7.conf index a57614a..b7f8934

[yocto] [[meta-xilinx-community][PATCH] 2/3] microzed: kernel config: increase ram dev size

2014-07-29 Thread David Andrey
Increase the RAM device block size to allow bigger RamDisk FS image Signed-off-by: David Andrey --- conf/machine/boards/microzed/microzed-blk-dev-ram.cfg | 11 +++ conf/machine/microzed-zynq7.conf |4 2 files changed, 15 insertions(+) create mode 100644

[yocto] [[meta-xilinx-community][PATCH] 3/3] microzed: kernel config: force emacps net driver

2014-07-29 Thread David Andrey
Avoid the kernel loading the Cadence MAC driver by disabling it in the kernel configuration. Remains the Xilinx emacps driver, the one we need. Signed-off-by: David Andrey --- .../microzed/microzed-disable-net-cadence.cfg | 23 conf/machine/microzed-zynq7.conf

[yocto] [meta-xilinx][PATCH] 3/3] virtex-5-ml507: net: machine specific configuration

2014-02-28 Thread David Andrey
Machine specific interfaces file Signed-off-by: David Andrey --- .../init-ifupdown-1.0/virtex-5-ml507-powerpc-440/interfaces | 12 1 file changed, 12 insertions(+) create mode 100644 recipes-core/init-ifupdown/init-ifupdown-1.0/virtex-5-ml507-powerpc-440/interfaces diff --git

[yocto] [meta-xilinx][PATCH] 2/3] virtex-4-ml405: net: machine specific configuration

2014-02-28 Thread David Andrey
Machine specific interfaces file Signed-off-by: David Andrey --- .../init-ifupdown-1.0/virtex-4-ml405-powerpc-405/interfaces | 9 + 1 file changed, 9 insertions(+) create mode 100644 recipes-core/init-ifupdown/init-ifupdown-1.0/virtex-4-ml405-powerpc-405/interfaces diff --git a

[yocto] [meta-xilinx][PATCH] 1/3] microzed: net: machine specific configuration

2014-02-28 Thread David Andrey
Machine specific interfaces file Signed-off-by: David Andrey --- recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces | 9 - .../init-ifupdown/init-ifupdown-1.0/microzed-zynq7/interfaces| 9 + 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644

Re: [yocto] default root password

2013-10-18 Thread David Andrey
ven...@melinkcorp.com] Sent: jeudi 17 octobre 2013 15:23 To: David Andrey; yocto@yoctoproject.org Subject: RE: default root password David, I've had similar issues, and this is what I've done to get the root password set properly in my image. I am using poky/Dylan-9.0.1 for a starting

[yocto] default root password

2013-10-16 Thread David Andrey
Hi, There are lot of threads floating around, and a FAQ without answer. https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_p assword So what is the official way to set a default root password ? Using a sed command on /etc/passwd through ROOTFS_POSTPROCESS_COMMAND or is there a

[yocto] shared-state

2013-08-28 Thread David Andrey
Hi everyone ! I tried to share the "shared-state" folder on a build server for several people working on the same project. But I meet some unexpected problems, like errors callings the native dpkg tool. So I'm back to the basic question :-) Is it possible to share this cache between developers or