Re: [oe] Missing kernel modules in OE 2011.03

2012-06-28 Thread Hauser, Wolfgang (external)
Hi,

>Wasn't aware that you need to include that in an image.
>Thought this was simply bitbake magic.

the package kernel-modules-.ipk is a meta package containing runtime
dependencies to all modules compiled with the kernel, created while
bitbaking a kernel (kernel.bbclass).
It should trigger an install of all configured modules to the image.

>Is there ever a case when you do not want to have the modules
>that you so cunningly configured for your kernel build???

It may be someone wants to have a "general" modulized kernel, but
depending on the machine/distro capabilities/needs only some of the
modules should be available, then you are able to install the needed
kernel-module-xxx.ipk packages only. This mainly saves space and limits
the available functionality to the needs.

If the system is running well, it may be better to compile all modules
into the kernel.

If the image includes task-boot, the modules to be installed are
configured in .conf.

Regards
Wolfgang

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] AM3517 kernel

2012-06-28 Thread Jack Mitchell

On 28/06/12 02:19, R U Local wrote:

Dear List,

Does anyone know where I can get linux-2.6.39 or newer source for the TI
AM3517?

The best I have found/got working is 2.6.37 but I need some newer driver
modules that won't build for 2.6.37.

  


Cheers Mike.

  

  


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


I believe this is the one used for upstream development within TI.

https://github.com/hvaibhav/am335x-linux

--

  Jack Mitchell (j...@embed.me.uk)
  Embedded Systems Engineer
  http://www.embed.me.uk

--


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] AM3517 kernel

2012-06-28 Thread Jack Mitchell

On 28/06/12 10:10, Jack Mitchell wrote:

On 28/06/12 02:19, R U Local wrote:

Dear List,

Does anyone know where I can get linux-2.6.39 or newer source for the TI
AM3517?

The best I have found/got working is 2.6.37 but I need some newer driver
modules that won't build for 2.6.37.


Cheers Mike.



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


I believe this is the one used for upstream development within TI.

https://github.com/hvaibhav/am335x-linux



Sorry, this is irrelevant - I misread the product code.

Sorry for the noise!

--

  Jack Mitchell (j...@embed.me.uk)
  Embedded Systems Engineer
  http://www.embed.me.uk

--


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] meta-oe breakage since oe-core removed gcc-4.6

2012-06-28 Thread Thilo Fromm
Hi meta-openembedded maintainers,

meta-openembedded buid is currently broken since oe-core removed
recipes for gcc-4.6, and meta-oe has .bbappends for several gcc 4.6
recipes now unavailable in oe-core.

No matter what's meta-oe's plan to handle this (i.e. move gcc-4.6 into
meta-oe/toolchain-layer completely vs. remove gcc 4.6 .bbappends
altogether), the current state - having the .bbappends in meta-oe and
no original recipes anymore in oe-core - breaks the build. Is this
going to change anytime soon? In either way?

Regards,
Thilo

-- 
Dipl.-Ing (FH) Thilo Fromm, MSc., Embedded Systems Architect
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, D-10319 Berlin, Germany
Tel: +49 (30) 515 932 228   mailto:fr...@dresearch-fe.de
Fax: +49 (30) 515 932 77    http://www.dresearch.de
Amtsgericht: Berlin Charlottenburg, HRB 130120 B
Ust.-IDNr. DE273952058
Geschäftsführer: Dr. M. Weber, W. Mögle

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] xserver-common 1.34: sync /etc/X11/Xsession.d/90xXWindowManager with x11-common(oe-core)

2012-06-28 Thread Denis Carikli
Without that fix environments like sato cannot start because
  they require x-session-manager to be started instead of
  x-window-manager.

Signed-off-by: Denis Carikli 
---
 ...0005-add-XWindowManager-Xsession.d-script.patch |   17 +++--
 .../xserver-common/xserver-common_1.34.bb  |2 +-
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git 
a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0005-add-XWindowManager-Xsession.d-script.patch
 
b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0005-add-XWindowManager-Xsession.d-script.patch
index f5c2c78..1782665 100644
--- 
a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0005-add-XWindowManager-Xsession.d-script.patch
+++ 
b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0005-add-XWindowManager-Xsession.d-script.patch
@@ -9,18 +9,15 @@ Signed-off-by: Martin Jansa 
  1 files changed, 6 insertions(+), 0 deletions(-)
  create mode 100644 X11/Xsession.d/90xXWindowManager
 
-diff --git a/X11/Xsession.d/90xXWindowManager 
b/X11/Xsession.d/90xXWindowManager
-new file mode 100644
-index 000..3df8435
 /dev/null
-+++ b/X11/Xsession.d/90xXWindowManager
-@@ -0,0 +1,6 @@
-+#!/bin/sh
+Index: xserver-common-1.34/X11/Xsession.d/90xXWindowManager
+===
+--- /dev/null  1970-01-01 00:00:00.0 +
 xserver-common-1.34/X11/Xsession.d/90xXWindowManager   2012-06-28 
15:02:22.010521773 +0200
+@@ -0,0 +1,7 @@
 +if [ -x $HOME/.Xsession ]; then
 +exec $HOME/.Xsession
++elif [ -x /usr/bin/x-session-manager ]; then
++exec /usr/bin/x-session-manager
 +else
 +exec /usr/bin/x-window-manager
 +fi
--- 
-1.7.8.5
-
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb 
b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
index 1147fca..a7e8191 100644
--- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
+++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-PR = "r6"
+PR = "r7"
 
 # we are using a gpe-style Makefile
 inherit gpe
-- 
1.7.5.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.

2012-06-28 Thread Elvis Dowson
Hi,
  I sent this patch a while back, and this still hasn't been applied. I 
just did a git pull and noticed this. Its a trivial patch, so would it be 
possible for someone to please apply it.

Elvis

On Jun 22, 2012, at 7:48 AM, Elvis Dowson wrote:

> This commit fixes WARNING:
> /tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb:
> it is recommended to set SYSTEMD_PACKAGES as -systemd
> 
> Signed-off-by: Elvis Dowson 
> ---
> .../lighttpd/lighttpd_1.4.30.bbappend  |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend 
> b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> index 1341405..b02f35c 100644
> --- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> @@ -6,5 +6,5 @@ inherit systemd
> 
> SRC_URI += "file://lighttpd.service"
> 
> -SYSTEMD_PACKAGES = "${PN}"
> +SYSTEMD_PACKAGES = "${PN}-systemd"
> SYSTEMD_SERVICE_${PN} = "lighttpd.service"
> -- 
> 1.7.9.5
> 


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] networkmanager: Set SYSTEMD_PACKAGES as networkmanager-systemd.

2012-06-28 Thread Elvis Dowson
Request to apply this patch to the meta-openembedded layer...

Elvis

On Jun 22, 2012, at 7:52 AM, Elvis Dowson wrote:

> This commit fixes WARNING:
> /tool/yocto/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb:
> it is recommended to set SYSTEMD_PACKAGES as -systemd
> 
> Signed-off-by: Elvis Dowson 
> ---
> .../networkmanager/networkmanager_0.9.2.0.bb   |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git 
> a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb 
> b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
> index 221dc2c..d681e0c 100644
> --- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
> +++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
> @@ -54,7 +54,7 @@ do_install_append () {
>   install -d ${D}/etc/NetworkManager/VPN
> }
> 
> -SYSTEMD_PACKAGES = "${PN}"
> +SYSTEMD_PACKAGES = "${PN}-systemd"
> SYSTEMD_SERVICE = "NetworkManager.service"
> 
> PACKAGES =+ "libnmutil libnmglib libnmglib-vpn ${PN}-tests" 
> -- 
> 1.7.9.5
> 


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-28 Thread Elvis Dowson
Request to apply this patch to the meta-openembedded layer...

Elvis

On Jun 22, 2012, at 6:28 PM, Elvis Dowson wrote:

> This commit fixes the following warnings:
> WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file 
> could not be found
> WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: 
> file could not be found
> 
> Signed-off-by: Elvis Dowson 
> ---
> .../recipes-devtools/python/python-numpy_1.4.1.bb  |   11 ++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb 
> b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
> index a67bf8b..0ae2ca2 100644
> --- a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
> +++ b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
> @@ -5,7 +5,16 @@ LIC_FILES_CHKSUM = 
> "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa"
> PR = "r3"
> 
> SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
> -file://config.h \
> +   ${CONFIGFILESURI} \
> +   "
> +
> +CONFIGFILESURI ?= ""
> +
> +CONFIGFILESURI_arm = "file://config.h \
> +file://numpyconfig.h \
> +   "
> +
> +CONFIGFILESURI_mipsel = "file://config.h \
>  file://numpyconfig.h \
> "
> 
> -- 
> 1.7.9.5
> 


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.

2012-06-28 Thread Martin Jansa
On Thu, Jun 28, 2012 at 09:09:37PM +0400, Elvis Dowson wrote:
> Hi,
>   I sent this patch a while back, and this still hasn't been applied. I 
> just did a git pull and noticed this. Its a trivial patch, so would it be 
> possible for someone to please apply it.

It's trivial but if some image or task had lighttpd in RDEPENDS then it
got also systemd support with it.. so those images/tasks need to be
fixed too.

I don't have such task/image, just explaining that it's not so trivial
as this..

Cheers,

> 
> Elvis
> 
> On Jun 22, 2012, at 7:48 AM, Elvis Dowson wrote:
> 
> > This commit fixes WARNING:
> > /tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb:
> > it is recommended to set SYSTEMD_PACKAGES as -systemd
> > 
> > Signed-off-by: Elvis Dowson 
> > ---
> > .../lighttpd/lighttpd_1.4.30.bbappend  |2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend 
> > b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> > index 1341405..b02f35c 100644
> > --- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> > +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> > @@ -6,5 +6,5 @@ inherit systemd
> > 
> > SRC_URI += "file://lighttpd.service"
> > 
> > -SYSTEMD_PACKAGES = "${PN}"
> > +SYSTEMD_PACKAGES = "${PN}-systemd"
> > SYSTEMD_SERVICE_${PN} = "lighttpd.service"
> > -- 
> > 1.7.9.5
> > 
> 
> 
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-xilinx] util-linux: rename file to util-linux_2.21.2.bbappend

2012-06-28 Thread Elvis Dowson
* Rename util-linux bbaapend file to match recipe version provided in
  poky/meta/recipes-core/util-linux

Signed-off-by: Elvis Dowson 
---
 recipes-core/util-linux/util-linux_2.21.1.bbappend |3 ---
 recipes-core/util-linux/util-linux_2.21.2.bbappend |3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)
 delete mode 100644 recipes-core/util-linux/util-linux_2.21.1.bbappend
 create mode 100644 recipes-core/util-linux/util-linux_2.21.2.bbappend

diff --git a/recipes-core/util-linux/util-linux_2.21.1.bbappend 
b/recipes-core/util-linux/util-linux_2.21.1.bbappend
deleted file mode 100644
index 5199eb2..000
--- a/recipes-core/util-linux/util-linux_2.21.1.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-FILESEXTRAPATHS := "${THISDIR}/${PN}"
-# Disable microblaze ncurses support
-EXTRA_OECONF_microblaze += " --without-ncurses "
diff --git a/recipes-core/util-linux/util-linux_2.21.2.bbappend 
b/recipes-core/util-linux/util-linux_2.21.2.bbappend
new file mode 100644
index 000..5199eb2
--- /dev/null
+++ b/recipes-core/util-linux/util-linux_2.21.2.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS := "${THISDIR}/${PN}"
+# Disable microblaze ncurses support
+EXTRA_OECONF_microblaze += " --without-ncurses "
-- 
1.7.9.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] meta-oe breakage since oe-core removed gcc-4.6

2012-06-28 Thread Martin Jansa
On Thu, Jun 28, 2012 at 03:06:29PM +0200, Thilo Fromm wrote:
> Hi meta-openembedded maintainers,
> 
> meta-openembedded buid is currently broken since oe-core removed
> recipes for gcc-4.6, and meta-oe has .bbappends for several gcc 4.6
> recipes now unavailable in oe-core.
> 
> No matter what's meta-oe's plan to handle this (i.e. move gcc-4.6 into
> meta-oe/toolchain-layer completely vs. remove gcc 4.6 .bbappends
> altogether), the current state - having the .bbappends in meta-oe and
> no original recipes anymore in oe-core - breaks the build. Is this
> going to change anytime soon? In either way?

khem's patches which removed it from oe-core said:
gcc-4.6: Retire into toochain-layer

so I guess he has some patches adding whole recipes to toolchain-layer
(I had a feeling that I've even seen them somewhere, but cannot find
them later). 

So for now I've removed all .bbappends as I'm using gcc-4.7.1 anyway.

you can cherry-pick this one for now:
http://git.openembedded.org/meta-openembedded-contrib/commit/?h=shr&id=a31c882c8e336b9ffaa00c074fc24da50deb83a7

Cheers,

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.

2012-06-28 Thread Elvis Dowson
HI Martin,

On Jun 28, 2012, at 9:34 PM, Martin Jansa wrote:

> On Thu, Jun 28, 2012 at 09:09:37PM +0400, Elvis Dowson wrote:
>> I sent this patch a while back, and this still hasn't been applied. I just 
>> did a git pull and noticed this. Its a trivial patch, so would it be 
>> possible for someone to please apply it.
> 
> It's trivial but if some image or task had lighttpd in RDEPENDS then it
> got also systemd support with it.. so those images/tasks need to be
> fixed too.

I did a full clean build, and the last three patches squashed all warnings for 
the following layers:

BBLAYERS ?= " \
  /tool/yocto/poky/meta \
  /tool/yocto/poky/meta-yocto \
  /tool/yocto/meta-openembedded/meta-oe \
  /tool/yocto/meta-xilinx \
  "

I guess if someone else encounters some issues, they can fix recipes in their 
meta-layers accordingly.

Best regards,

Elvis Dowson
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe] [PATCH 2/2] nano: rreplaces/rconflicts nano-tiny

2012-06-28 Thread Christopher Larson
Signed-off-by: Christopher Larson 
---
 meta-oe/recipes-support/nano/nano.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/nano/nano.inc 
b/meta-oe/recipes-support/nano/nano.inc
index 2d52cab..9e9cc62 100644
--- a/meta-oe/recipes-support/nano/nano.inc
+++ b/meta-oe/recipes-support/nano/nano.inc
@@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
 SECTION = "console/utils"
 DEPENDS = "ncurses"
 RDEPENDS_${PN} = "ncurses-terminfo"
+RREPLACES_${PN} += "nano-tiny"
+RCONFLICTS_${PN} += "nano-tiny"
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 PV_MAJOR = 
"${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
 
-- 
1.7.11


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe] [PATCH 1/2] nano-tiny: add 'tiny' build of nano

2012-06-28 Thread Christopher Larson
Builds with --enable-tiny rather than --enable-all. Binary sizes:

non-tiny: 166320
tiny: 73592

Signed-off-by: Christopher Larson 
---
 meta-oe/recipes-support/nano/nano-tiny_2.2.5.bb | 6 ++
 1 file changed, 6 insertions(+)
 create mode 100644 meta-oe/recipes-support/nano/nano-tiny_2.2.5.bb

diff --git a/meta-oe/recipes-support/nano/nano-tiny_2.2.5.bb 
b/meta-oe/recipes-support/nano/nano-tiny_2.2.5.bb
new file mode 100644
index 000..d0b2576
--- /dev/null
+++ b/meta-oe/recipes-support/nano/nano-tiny_2.2.5.bb
@@ -0,0 +1,6 @@
+require recipes-support/nano/nano_${PV}.bb
+
+DESCRIPTION_${PN} = "${DESCRIPTION} - tiny build"
+
+BPN = "nano"
+EXTRA_OECONF = "--enable-tiny"
-- 
1.7.11


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [oe-classic][PATCH 0/1] xcursor-transparent-theme_0.1.1: update SRC_URI

2012-06-28 Thread Apelete Seketeli
Hello,

The xcursor-transparent-theme_0.1.1 source package can not be fetch
anymore because the http://matchbox-project.org/ download repository
seems to be down. I updated the SRC_URI to fetch the package from the
projects.o-hand.com repository instead.

Please not that I submitted a similar patch to this one for the
oe-core branch (fixing the same issue), because I couldn't rebase the
oe-classic recipe on the oe-core one. In fact, there is a feature in
the oe-core recipe that is not compatible with oe-classic and
bitbake-1.12.0. I got the follwing error when I tried:

ERROR: Error parsing 
/home/apelete/devel/openembedded/master/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb:
 Could not inherit file classes/allarch.bbclass

For your information, the line causing the issue is the following one:

inherit autotools allarch

I hope I made the right choice when I consequently decided to submit a
patch for oe-core and oe-classic separately.

Anyway, the patch that comes as a follow-up of this message is what
it's all about, and it is targeting *oe-classic*.

Apelete Seketeli (1):
  xcursor-transparent-theme_0.1.1: update SRC_URI

 recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.10


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [oe-classic][PATCH 1/1] xcursor-transparent-theme_0.1.1: update SRC_URI

2012-06-28 Thread Apelete Seketeli
This patch updates the SRC_URI of xcursor-transparent-theme_0.1.1.bb
to projects.o-hand.com since the matchbox-project.org repository seems
to be down.

Signed-off-by: Apelete Seketeli 
---
 recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb 
b/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
index ef746a8..aff7ccf 100644
--- a/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
+++ b/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Transparent xcursor theme for handheld systems"
 SECTION = "x11/base"
 PR ="r2"
 
-SRC_URI = 
"http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz
 \
+SRC_URI = 
"http://projects.o-hand.com/matchbox/sources/utils/xcursor-transparent-theme-${PV}.tar.gz
 \
   file://use-relative-symlinks.patch \
   file://fix_watch_cursor.patch"
 FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*"
-- 
1.7.10


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 0/1] xcursor-transparent-theme_0.1.1: update SRC_URI

2012-06-28 Thread Apelete Seketeli
Hello,

The xcursor-transparent-theme_0.1.1 source package can not be fetch
anymore because the http://matchbox-project.org/ download repository
seems to be down. I updated the SRC_URI to fetch the package from the
projects.o-hand.com repository instead.

Please not that I submitted a similar patch to this one for the
oe-classic branch (fixing the same issue), because I couldn't rebase
the oe-classic recipe on the oe-core one. In fact, there is a feature
in the oe-core recipe that is not compatible with oe-classic and
bitbake-1.12.0. I got the follwing error when I tried:

ERROR: Error parsing 
/home/apelete/devel/openembedded/master/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb:
 Could not inherit file classes/allarch.bbclass

For your information, the line causing the issue is the following one:

inherit autotools allarch

I hope I made the right choice when I consequently decided to submit a
patch for oe-core and oe-classic separately.

Anyway, the patch that comes as a follow-up of this message is what
it's all about, and it is targeting *oe-core*.

Apelete Seketeli (1):
  xcursor-transparent-theme_0.1.1: update SRC_URI

 .../xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.10


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 1/1] xcursor-transparent-theme_0.1.1: update SRC_URI

2012-06-28 Thread Apelete Seketeli
This patch updates the SRC_URI of xcursor-transparent-theme_0.1.1.bb
to projects.o-hand.com since the matchbox-project.org repository seems
to be down.

Signed-off-by: Apelete Seketeli 
---
 .../xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
 
b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
index 824c295..0f5808c 100644
--- 
a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
+++ 
b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 SECTION = "x11/base"
 PR = "r4"
 
-SRC_URI = 
"http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz
 \
+SRC_URI = 
"http://projects.o-hand.com/matchbox/sources/utils/xcursor-transparent-theme-${PV}.tar.gz
 \
   file://use-relative-symlinks.patch \
   file://fix_watch_cursor.patch"
 
-- 
1.7.10


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe] [PATCH 2/2] nano: rreplaces/rconflicts nano-tiny

2012-06-28 Thread Khem Raj
On Thu, Jun 28, 2012 at 11:18 AM, Christopher Larson  wrote:
> Signed-off-by: Christopher Larson 
> ---
>  meta-oe/recipes-support/nano/nano.inc | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/nano/nano.inc 
> b/meta-oe/recipes-support/nano/nano.inc
> index 2d52cab..9e9cc62 100644
> --- a/meta-oe/recipes-support/nano/nano.inc
> +++ b/meta-oe/recipes-support/nano/nano.inc
> @@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = 
> "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
>  SECTION = "console/utils"
>  DEPENDS = "ncurses"
>  RDEPENDS_${PN} = "ncurses-terminfo"
> +RREPLACES_${PN} += "nano-tiny"
> +RCONFLICTS_${PN} += "nano-tiny"
>
> -INC_PR = "r2"
> +INC_PR = "r3"

I was wondering if tinyness of nano can be turned into a PACKAGECONFIG ?

>
>  PV_MAJOR = 
> "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
>
> --
> 1.7.11
>
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-xilinx] util-linux: rename file to util-linux_2.21.2.bbappend

2012-06-28 Thread Khem Raj
if this is a bbappend for meta-xilinx then this is not the right list
for this patch
Read http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/README

On Thu, Jun 28, 2012 at 10:35 AM, Elvis Dowson  wrote:
> * Rename util-linux bbaapend file to match recipe version provided in
>  poky/meta/recipes-core/util-linux
>
> Signed-off-by: Elvis Dowson 
> ---
>  recipes-core/util-linux/util-linux_2.21.1.bbappend |    3 ---
>  recipes-core/util-linux/util-linux_2.21.2.bbappend |    3 +++
>  2 files changed, 3 insertions(+), 3 deletions(-)
>  delete mode 100644 recipes-core/util-linux/util-linux_2.21.1.bbappend
>  create mode 100644 recipes-core/util-linux/util-linux_2.21.2.bbappend
>
> diff --git a/recipes-core/util-linux/util-linux_2.21.1.bbappend 
> b/recipes-core/util-linux/util-linux_2.21.1.bbappend
> deleted file mode 100644
> index 5199eb2..000
> --- a/recipes-core/util-linux/util-linux_2.21.1.bbappend
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -FILESEXTRAPATHS := "${THISDIR}/${PN}"
> -# Disable microblaze ncurses support
> -EXTRA_OECONF_microblaze += " --without-ncurses "
> diff --git a/recipes-core/util-linux/util-linux_2.21.2.bbappend 
> b/recipes-core/util-linux/util-linux_2.21.2.bbappend
> new file mode 100644
> index 000..5199eb2
> --- /dev/null
> +++ b/recipes-core/util-linux/util-linux_2.21.2.bbappend
> @@ -0,0 +1,3 @@
> +FILESEXTRAPATHS := "${THISDIR}/${PN}"
> +# Disable microblaze ncurses support
> +EXTRA_OECONF_microblaze += " --without-ncurses "
> --
> 1.7.9.5
>
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe] [PATCH 2/2] nano: rreplaces/rconflicts nano-tiny

2012-06-28 Thread Chris Larson
On Thu, Jun 28, 2012 at 5:10 PM, Khem Raj  wrote:
> On Thu, Jun 28, 2012 at 11:18 AM, Christopher Larson  
> wrote:
>> Signed-off-by: Christopher Larson 
>> ---
>>  meta-oe/recipes-support/nano/nano.inc | 4 +++-
>>  1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-support/nano/nano.inc 
>> b/meta-oe/recipes-support/nano/nano.inc
>> index 2d52cab..9e9cc62 100644
>> --- a/meta-oe/recipes-support/nano/nano.inc
>> +++ b/meta-oe/recipes-support/nano/nano.inc
>> @@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = 
>> "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
>>  SECTION = "console/utils"
>>  DEPENDS = "ncurses"
>>  RDEPENDS_${PN} = "ncurses-terminfo"
>> +RREPLACES_${PN} += "nano-tiny"
>> +RCONFLICTS_${PN} += "nano-tiny"
>>
>> -INC_PR = "r2"
>> +INC_PR = "r3"
>
> I was wondering if tinyness of nano can be turned into a PACKAGECONFIG ?

Good point, could do it that way too. Hmm.
-- 
Christopher Larson

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] meta-oe breakage since oe-core removed gcc-4.6

2012-06-28 Thread Khem Raj
On Thu, Jun 28, 2012 at 10:40 AM, Martin Jansa  wrote:
>
> khem's patches which removed it from oe-core said:
> gcc-4.6: Retire into toochain-layer
>
> so I guess he has some patches adding whole recipes to toolchain-layer
> (I had a feeling that I've even seen them somewhere, but cannot find
> them later).

the patch is here
http://git.openembedded.org/meta-openembedded-contrib/log/?h=kraj/move-gcc-4.6

Koen

Please pull it

I did not post it since it would hog patchwork

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-xilinx] util-linux: rename file to util-linux_2.21.2.bbappend

2012-06-28 Thread Elvis Dowson
Hi Khem,

On Jun 29, 2012, at 4:13 AM, Khem Raj wrote:

> if this is a bbappend for meta-xilinx then this is not the right list
> for this patch
> Read http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/README

I've resent the patch to the yocto discussion list.

Elvis

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-xilinx] util-linux: rename file to util-linux_2.21.2.bbappend

2012-06-28 Thread Adrian Alonso
Thanks Elvis, Khem

Patch applied.

On Thu, Jun 28, 2012 at 9:01 PM, Elvis Dowson  wrote:
> Hi Khem,
>
> On Jun 29, 2012, at 4:13 AM, Khem Raj wrote:
>
>> if this is a bbappend for meta-xilinx then this is not the right list
>> for this patch
>> Read http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/README
>
> I've resent the patch to the yocto discussion list.
>
> Elvis
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



-- 
Saludos
Adrian Alonso
http://aalonso.wordpress.com

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel