[oe] [PATCH 0/1][meta-oe] rsnapshot: add new package

2014-09-30 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com rsnapshot is a filesystem snapshot utility based on rsync. rsnapshot makes it easy to make periodic snapshots of local machines, and remote machines over ssh. The code makes extensive use of hard links whenever possible, to greatly reduce the disk

[oe] [PATCH 1/1][meta-oe] rsnapshot: add new package

2014-09-30 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com rsnapshot is a filesystem snapshot utility based on rsync. rsnapshot makes it easy to make periodic snapshots of local machines, and remote machines over ssh. The code makes extensive use of hard links whenever possible, to greatly reduce the disk

Re: [oe] [PATCH 1/1][meta-oe] rsnapshot: add new package

2014-09-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 wenzong@windriver.com schreef op 30-09-14 08:02: From: Wenzong Fan wenzong@windriver.com rsnapshot is a filesystem snapshot utility based on rsync. rsnapshot makes it easy to make periodic snapshots of local machines, and remote

[oe] [meta-oe][PATCH v2] acpitests: update to 20140828 release

2014-09-30 Thread Fathi Boudra
update md5sums and refresh patches Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- v2 changes: rebased on top of Khem changes (add0ba4) .../acpica/acpitests/aapits-linux.patch| 4 +-- .../acpica/acpitests/aapits-makefile.patch | 36 +-

Re: [oe] [meta-oe][PATCH] openldap: update version to 2.4.39

2014-09-30 Thread Martin Jansa
On Tue, Sep 30, 2014 at 05:58:01AM +, Huang, Jie (Jackie) wrote: -Original Message- From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Tuesday, September 30, 2014 12:06 PM To: Huang, Jie (Jackie) Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe]

[oe] Hostapd recipe is DEFAULT_PREFENCE = -1

2014-09-30 Thread Philip Balister
Does anyone know why the hostapd recipe is DEFAULT_PREFERENCE = -1 Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-handheld][PATCH] linux-yocto_3.17: zaurus: initial commit based on 3.17-rc6

2014-09-30 Thread Andrea Adami
It looks like this patch is too big for patchwork. Please don't pick, pull request for it and more patches will be sent as replacement. Cheers Andrea -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-initramfs][PATCH] linux-yocto-tiny-kexecboot_3.17: initial commit based on 3.17-rc6

2014-09-30 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-yocto-tiny-kexecboot_3.17.bb | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.17.bb diff --git

[oe] [meta-handheld] Pull request 20140930

2014-09-30 Thread Andrea Adami
The following changes since commit e51a0c84c65651a646ac701a411f724c0ed583a6: linux-yocto-tiny-kexecboot: change KERNEL_IMAGE_MAXSIZE from bytes to KB (2014-08-13 22:18:10 +0100) are available in the git repository at: https://github.com/andrea-adami/meta-handheld master for you to fetch

[oe] meta-xfce: how to change the default background?

2014-09-30 Thread California Sullivan
Hi all, When building an image and using the xfce package, I would like to be able to set a custom default background (i.e., before the image is ever booted up). I have been unable to find any documentation on how to do this, and I haven't found any clues by poking around in the layer. Any

Re: [oe] [meta-handheld][PATCH] linux-yocto_3.17: zaurus: initial commit based on 3.17-rc6

2014-09-30 Thread Khem Raj
On Tue, Sep 30, 2014 at 1:13 PM, Andrea Adami andrea.ad...@gmail.com wrote: It looks like this patch is too big for patchwork. Please don't pick, pull request for it and more patches will be sent as replacement. yes. I have to kill the patchwork mail parser as it was going circles on this

Re: [oe] Hostapd recipe is DEFAULT_PREFENCE = -1

2014-09-30 Thread Denys Dmytriyenko
On Tue, Sep 30, 2014 at 10:16:22AM -0700, Philip Balister wrote: Does anyone know why the hostapd recipe is DEFAULT_PREFERENCE = -1 git log is your friend. It shows that it was imported that way from OE classic. And in OE classic there were 4 different versions available, the latest being

Re: [oe] Hostapd recipe is DEFAULT_PREFENCE = -1

2014-09-30 Thread Khem Raj
On Tue, Sep 30, 2014 at 10:16 AM, Philip Balister phi...@balister.org wrote: Does anyone know why the hostapd recipe is DEFAULT_PREFERENCE = -1 history !!. it was imported from oe-classic and there we had multiple recipes and default was 0.5.10 but latest was 1.0 which was brought into new world

[oe] mozjs fails with autoconf related QA errors

2014-09-30 Thread Peter Urbanec
This one has me stumped, I wonder if anyone can figure it out and even better, explain how to go about tracking down the source of the problem. I can see that it boils down to gcc being given |-L/usr/lib| , but I can't figure out how it gets there. $ bitbake -b mozjs_17 -c configure results