Re: [oe] libmpd-11.8.17 gets 404 Not Found

2013-11-12 Thread Adam Lee
Sorry, I shouldn't have mentioned anything about updating to Dora from Dylan. This 404 is happening in Dylan build. On Tue, Nov 12, 2013 at 7:07 PM, Adam Lee wrote: > Hello everyone, my first post here. Not sure if I am posting at the right > place. > I am updating my meta layer to Dora from D

[oe] libmpd-11.8.17 gets 404 Not Found

2013-11-12 Thread Adam Lee
Hello everyone, my first post here. Not sure if I am posting at the right place. I am updating my meta layer to Dora from Dylan. At the moment, libmpd-11.8.17 is getting 404 Not Found. It is here - http://downloads.sourceforge.net/musicpd/libmpd/11.8.17/libmpd-11.8.17.tar.gz . Not sure if it's a t

[oe] [meta-handheld][PATCH 2/3] machine: h1940: switch temporarly to linux-yocto-dev (3.12-rc5)

2013-11-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- conf/machine/h1940.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf index cd7e9d2..5945363 100644 --- a/conf/machine/h1940.conf +++ b/conf/machine/h1940.conf @@ -9,7 +9,7 @@ require conf/mac

[oe] [meta-handheld][PATCH 1/3] linux-yocto-dev: add ipaq h1940 3.12-rc5 patchset

2013-11-12 Thread Andrea Adami
Signed-off-by: Vasily Khoruzhick Signed-off-by: Andrea Adami Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-yocto-dev.bbappend | 1 + ...-s3c24xx-DMA-don-t-use-autoreload-feature.patch | 683 + .../h1940/0002-s3cmci-minor-fixups.patch | 40 ++

Re: [oe] [meta-handheld][PATCH] linux-yocto: collie: add pcmcia clock fixes for sa11xx

2013-11-12 Thread Dmitry Eremin-Solenikov
Hello, On Wed, Nov 13, 2013 at 1:41 AM, Andrea Adami wrote: > Signed-off-by: Dmitry Eremin-Solenikov > Signed-off-by: Andrea Adami > --- > .../linux/linux-yocto-3.10/collie/collie.scc | 5 +- > .../patches-sa1100/pcmcia-clock-alias-sa.patch | 31 +++ > .../pcmcia-sa1100-device

Re: [oe] how to populate sysroot with dev packages.

2013-11-12 Thread Anup Kini
I should have explained more clearly before. I am trying to build ethercat master software with realtime feature for xenomai enabled. I first installed xenomai, but few of the files from the bin are picked and placed in the xenomai-dev.deb While building ethercat i need to provide the xenomai roo

[oe] [meta-handheld][PATCH] linux-yocto-tiny-kexecboot: collie: resync patches with linux-yocto_3.10

2013-11-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- .../collie/collie-tiny.scc | 15 +++ .../patches-locomo/locomo-fix-SCL-SDA.patch| 28 + .../patches-mtd/collie-cfi-probe-again.patch | 29 ++ .../patches-mtd/collie-fixup-strataflash.patch | 27 + .../patche

[oe] [meta-handheld][PATCH] linux-yocto-dev: remove upstreamed sharpsl_param patch

2013-11-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- .../linux/linux-yocto-dev/akita/akita.scc | 2 - recipes-kernel/linux/linux-yocto-dev/c7x0/c7x0.scc | 2 - .../patches/patches-pxa/sharpsl_param.patch| 61 -- .../linux/linux-yocto-dev/poodle/poodle.scc| 1 - .../linu

Re: [oe] how to populate sysroot with dev packages.

2013-11-12 Thread Nicolas Dechesne
On Tue, Nov 12, 2013 at 6:36 PM, Anup Kini wrote: > I did try that, but it does not add the A-dev.deb. > It will only deploy the A.deb files. > > I want to populate the A-dev.deb also... > > i think you might be confused between sysroot and image (or rootfs) here, no? what is it that you are call

[oe] [meta-handheld][PATCH] linux-yocto: collie: add fix for locomo driver

2013-11-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- .../linux/linux-yocto-3.10/collie/collie.scc | 1 + .../patches-locomo/locomo-fix-SCL-SDA.patch| 28 ++ 2 files changed, 29 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto-3.10/patches/patches-locomo/locomo-fix

[oe] [meta-handheld][PATCH] linux-yocto: collie: properly readd cfi_probe

2013-11-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- .../linux/linux-yocto-3.10/collie/collie.scc | 3 ++- .../patches-mtd/collie-cfi-probe-again.patch | 29 ++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 recipes-kernel/linux/linux-yocto-3.10/patches/patches-

[oe] [meta-handheld][PATCH] linux-yocto: collie: add pcmcia clock fixes for sa11xx

2013-11-12 Thread Andrea Adami
Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Andrea Adami --- .../linux/linux-yocto-3.10/collie/collie.scc | 5 +- .../patches-sa1100/pcmcia-clock-alias-sa.patch | 31 +++ .../pcmcia-sa1100-device-clock.patch | 100 + .../pcmcia-sa-

Re: [oe] how to populate sysroot with dev packages.

2013-11-12 Thread Anup Kini
I did try that, but it does not add the A-dev.deb. It will only deploy the A.deb files. I want to populate the A-dev.deb also... On 12 November 2013 17:19, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2013-11-12 at 16:36 +0100, Anup Kini wrote: > > Hi All, > > > > I am

Re: [oe] how to populate sysroot with dev packages.

2013-11-12 Thread Richard Purdie
On Tue, 2013-11-12 at 16:36 +0100, Anup Kini wrote: > Hi All, > > I am trying to build package-B which needs a few files from package-A-dev > How do i deploy/install package-A-dev in sysroot such that when i build > package-B it can access those files. > > I know that i can install dev-pkgs in th

[oe] how to populate sysroot with dev packages.

2013-11-12 Thread Anup Kini
Hi All, I am trying to build package-B which needs a few files from package-A-dev How do i deploy/install package-A-dev in sysroot such that when i build package-B it can access those files. I know that i can install dev-pkgs in the image but i would like to know how to deploy them in the sysroot

[oe] OE Changelog since 2013-11-03 until 2013-11-10

2013-11-12 Thread cliff . brake
Changelog since 2013-11-03 until 2013-11-10. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[oe] [meta-networking] [PATCH] quagga: use /bin/false as the login shell

2013-11-12 Thread Robert Yang
Use /bin/false as the login shell, just like what Ubuntu does, otherwise there might be secure issue. Signed-off-by: Robert Yang --- meta-networking/recipes-protocols/quagga/quagga.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/quagga/qu

[oe] [PATCH] ktap: fix SRCREV for v0.3

2013-11-12 Thread Anders Darander
When ktap made the release announcement, the tag v0.3 seems to have moved. Set the correct SRCREV for the announced v0.3. Signed-off-by: Anders Darander --- meta-oe/recipes-kernel/ktap/ktap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-kernel/ktap/ktap.