[oe] [PATCH 0/1][meta-oe] rsnapshot: fix rsnapshot.conf.default

2014-10-16 Thread wenzong.fan
From: Wenzong Fan This change is used for fixing cmd path in rsnapshot.conf.default. The options --without-* disable checking command * on host and get the default path used, otherwise the host path will be injected into target configs. The runtime dependencies to ssh, logger, cp, du are option

[oe] [PATCH 1/1][meta-oe] rsnapshot: fix rsnapshot.conf.default

2014-10-16 Thread wenzong.fan
From: Wenzong Fan This change is used for fixing cmd path in rsnapshot.conf.default. The options --without-* disable checking command * on host and get the default path used, otherwise the host path will be injected into target configs. The runtime dependencies to ssh, logger, cp, du are option

[oe] [PATCH] radvd: fix daemon start-up

2014-10-16 Thread Qi.Chen
From: Chen Qi 1. Fix radvd.service to start daemon correctly. 2. Make the daemon run under 'radvd' user by default. Signed-off-by: Chen Qi --- meta-networking/recipes-daemons/radvd/files/radvd.default | 1 + meta-networking/recipes-daemons/radvd/files/radvd.service | 5 + meta-networking/r

[oe] [PATCH 2/2][meta-networking] tftp-hpa: fix the empty file writing error

2014-10-16 Thread rongqing.li
From: "Roy.Li" make write_behind to return 0 if a empty file is written, to distinguish a true writing failure[on which the write_behind will return -1], then the annoying wrong log will disappear. |Error code 3: Disk full or allocation exceeded - Signed-off-by: Roy.Li ---

[oe] [PATCH 1/2][meta-networking] Revert "tftp-hpa: bug fix on empty file put error"

2014-10-16 Thread rongqing.li
From: "Roy.Li" This reverts commit b2eb21a5fbcb065e84ed582e87de21bdc3082f00. It make 3d8520a0b411[tftp-hpa: add error check for disk filled up] unable to work --- .../tftp-hpa-bug-fix-on-empty-file-put-error.patch | 33 .../recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb |

Re: [oe] [meta-oe][PATCH] vim: add recipe for vim-tiny

2014-10-16 Thread Huang, Jie (Jackie)
> -Original Message- > From: paul.betaf...@gmail.com [mailto:paul.betaf...@gmail.com] On Behalf Of > Paul Barker > Sent: Thursday, October 16, 2014 7:49 PM > To: Huang, Jie (Jackie) > Cc: Martin Jansa (martin.ja...@gmail.com); > openembedded-devel@lists.openembedded.org > Subject: Re: [

[oe] [meta-webserver][PATCH] Monkey: new v1.5.4 release.

2014-10-16 Thread Eduardo Silva
This patch add the new Monkey HTTP Server v1.5.4. For more details about software changes please visit: http://monkey-project.com/Announcements/v1.5.4 === Build Tests == This version have been tested on Yocto/Daisy based on RPM. monkey-yocto/a617991e40bd5c3779ad7b3689f78857d3e45248 Signed

[oe] [meta-networking][PATCH] PolarSSL: update package description

2014-10-16 Thread Eduardo Silva
Signed-off-by: Eduardo Silva --- .../recipes-connectivity/polarssl/polarssl_1.3.8.bb| 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb b/meta-networking/recipes-connectivity/polarssl/polarssl

[oe] [meta-handheld][PATCH] linux-yocto-tiny-kexecboot_3.17: add rdinit=/usr/bin/kexecboot to the cmdline

2014-10-16 Thread Andrea Adami
The kernel behavior has changed and apparently the init symlink in the initramfs is ignored (no init seems executed). Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.17/akita/defconfig | 2 +- recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.17/c7x0/defconfig

Re: [oe] [meta-qt5][PATCH 1/1] nativesdk-qtbase: make it possible to keep additional libraries

2014-10-16 Thread Otavio Salvador
On Thu, Oct 16, 2014 at 6:07 AM, Anders Darander wrote: > In some usecases for the nativesdk, you might need some build tools that are > built upon Qt5. This means > that we're having a need to keep more of the libraries build by > nativsdk-qtbase. This patch adds the > infrastructure to support

Re: [oe] [meta-qt5] How to build Qt5 with 'designer' module?

2014-10-16 Thread Jonathan Liu
Hi Peter, On 16/10/2014 10:55 PM, Peter wrote: Hi Jonathan, On 10/16/2014 11:37 AM, Jonathan Liu wrote: Hi Peter, On 15/10/2014 11:47 PM, Peter wrote: Hi Jonathan, thanks for the reply. On 13 Oktober 2014 04:30, Jonathan Liu wrote: Hi Peter, On 9 October 2014 18:13, Fink, Peter wrote

Re: [oe] [meta-qt5] How to build Qt5 with 'designer' module?

2014-10-16 Thread Peter
Hi Jonathan, On 10/16/2014 11:37 AM, Jonathan Liu wrote: Hi Peter, On 15/10/2014 11:47 PM, Peter wrote: Hi Jonathan, thanks for the reply. On 13 Oktober 2014 04:30, Jonathan Liu wrote: Hi Peter, On 9 October 2014 18:13, Fink, Peter wrote: I’m trying to build a Qt application with the t

Re: [oe] [meta-oe][PATCH] vim: add recipe for vim-tiny

2014-10-16 Thread Paul Barker
On 16 October 2014 04:27, Huang, Jie (Jackie) wrote: > > >> -Original Message- >> From: openembedded-devel-boun...@lists.openembedded.org >> [mailto:openembedded-devel- >> boun...@lists.openembedded.org] On Behalf Of Paul Barker >> Sent: Thursday, October 16, 2014 1:45 AM >> To: OE Devel

Re: [oe] [PATCH v2] mtools: fix broken /usr/bin/lz

2014-10-16 Thread Huang, Jie (Jackie)
Sorry, this should be in oe-core, please ignore this. Thanks, Jackie > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of jackie.hu...@windriver.com > Sent: Thursday, October 16, 2014 6

[oe] [PATCH v2] mtools: fix broken /usr/bin/lz

2014-10-16 Thread jackie.huang
From: Wenlin Kang When build fs with mtools-3.9.9, has file /usr/bin/lz in rootfs, it is the symlink to uz: root@qemu3:~# /usr/bin/lz -sh: /usr/bin/lz: No such file or directory $root@qemu3:~# ls -l /usr/bin/lz lrwxrwxrwx 1 root root 2 Jul 18 18:07 /usr/bin/lz -> uz root@qemu3:~# uz -sh: uz: com

Re: [oe] [meta-qt5] How to build Qt5 with 'designer' module?

2014-10-16 Thread Jonathan Liu
Hi Peter, On 15/10/2014 11:47 PM, Peter wrote: Hi Jonathan, thanks for the reply. On 13 Oktober 2014 04:30, Jonathan Liu wrote: Hi Peter, On 9 October 2014 18:13, Fink, Peter wrote: I’m trying to build a Qt application with the toolchain generated by openembedded (meta-toolchain-qt5).

[oe] [meta-qt5][PATCH 0/1] Enable nativesdk-qtbase to keep additional libraries

2014-10-16 Thread Anders Darander
We have a usecase where we need to run a tool to transform a protocol spec. to cpp (kdwsdl2cpp). That tool is built using Qt5, and requires a couple of extra Qt-libraries, among the libQt5Xml.so.*. Today the nativesdk-qtbase recipe just unconditionally removes every library, except for a couple

[oe] [meta-qt5][PATCH 1/1] nativesdk-qtbase: make it possible to keep additional libraries

2014-10-16 Thread Anders Darander
In some usecases for the nativesdk, you might need some build tools that are built upon Qt5. This means that we're having a need to keep more of the libraries build by nativsdk-qtbase. This patch adds the infrastructure to support that Signed-off-by: Anders Darander --- recipes-qt/qt5/nativesd

[oe] [meta-networking][PATCH] postfix: remove overriding config config_directory

2014-10-16 Thread Kai Kang
postfix 2.11.1 adds overriding config check. In postinstall script, it calls command newaliases to read configure file main.cf_2.0. config_directory is set in config main.cf_2.0, but it is an overriding config and warning shows when build an image: WARNING: log_check: There is a warn message in th

[oe] [meta-oe][PATCH] vim: add ncurses-terminfo-base as a runtime dependency

2014-10-16 Thread Qi.Chen
From: Chen Qi Without this patch, we may have problem using vim. Steps to reproduce the problem is as follows: 1. Set NO_RECOMMENDATIONS to "1". 2. bitbake core-image-minimal 3. runqemu qemux86 4. On target, execute `vi 1.txt'. Signed-off-by: Chen Qi --- meta-oe/recipes-support/vim/vim_7.4.373