Re: [OE-core] gcc-4.7.inc wrong FILESPATH setting?

2012-12-14 Thread Marko Katić
On Fri, 2012-12-14 at 17:41 +0100, Giuseppe Condorelli wrote: > Hi All, > > I've seen that, in the given .inc file, the FILESPATH is statically > set to > > FILESPATH = "${FILE_DIRNAME}/gcc-4.7" > > This seems to avoid any FILESEXTRAPATHS_prepend usage on append file. > I need to add further

[OE-core] [OE-CORE][PATCH] udev: make sure udev-utils package always includes udevadm

2012-12-14 Thread Marko Katić
needed for other packages i.e, busybox and mdev. Udev.inc should support all versions of udev. This patch makes udevadm always available in udev-utils package and it also makes sure that udevadm is available in both ${base_sbindir} and ${bindir} paths. Signed-off-by: Marko Katić --- diff --git

Re: [OE-core] [PATCH] [OE-Core][PATCH] udev: Remove deprecated binaries from packaging

2012-12-14 Thread Marko Katić
On Thu, 2012-12-13 at 21:30 -0200, Otavio Salvador wrote: > On Thu, Dec 13, 2012 at 5:53 PM, Marko Katić wrote: > > Oh dear, i completely forgot about this patch. It's been sitting in my > > local repo for weeks! > > > > So here's my (hopefully) final solutio

Re: [OE-core] [PATCH] [OE-Core][PATCH] udev: Remove deprecated binaries from packaging

2012-12-13 Thread Marko Katić
On Tue, 2012-11-20 at 18:23 -0200, Otavio Salvador wrote: > On Tue, Nov 20, 2012 at 5:59 PM, Marko Katić wrote: > > On Sat, Nov 17, 2012 at 7:54 PM, Otavio Salvador > > wrote: > >> > >> > >> On Sat, Nov 17, 2012 at 4:38 PM, Chris Larson wrote: > >

Re: [OE-core] [PATCH] [OE-Core][PATCH] udev: Remove deprecated binaries from packaging

2012-11-20 Thread Marko Katić
On Sat, Nov 17, 2012 at 7:54 PM, Otavio Salvador wrote: > > > On Sat, Nov 17, 2012 at 4:38 PM, Chris Larson wrote: >> >> On Sat, Nov 17, 2012 at 11:02 AM, Marko Katić wrote: >>> >>> A proper solution might be to: >>> >>> a) Leave udev

Re: [OE-core] [PATCH] [OE-Core][PATCH] udev: Remove deprecated binaries from packaging

2012-11-17 Thread Marko Katić
i definitely should have written a much more elaborate commit message, sorry about that. The patch is definitely not cosmetic. This patch also deals with the changed installation path of udevadm. Older versions of udev installed udevadm in /sbin. Recent versions of udev install udevadm into /usr/b

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Marko Katić
Current tslib indeed does use ABS_PRESSURE to signal applied pressure. BTN_TOUCH is only used to indicate pen up events. This happens in the input_raw module. Tslib could be modified to check whether the underlying input device supports ABS_PRESSURE. if not, it shoud use BTN_TOUCH to signal applied

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Marko Katić
I always use "bitbake -c clean -c cleansstate package" for that purpose. On Wed, Mar 28, 2012 at 11:35 AM, Robert P. J. Day wrote: > On Tue, 27 Mar 2012, Christopher Larson wrote: > > > I IMAGE_INSTALL_append or IMAGE_INSTALL_append_pn-core-image-minimal > > or whatever when I need to quickly add

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-27 Thread Marko Katić
I haven't tried this myself on images, but you can probably use .bbappend for this. I think bbappend files provide a proper way for extending recipes. So for instance, if you want to add a package to the core-image-minimal image you would place the following in your core-image-minimal.bbappend file

Re: [OE-core] Icon problems with Sato theme

2012-03-12 Thread Marko Katić
Similar things have happened to me. I tried to run oe-core built gtk 2.16 and pcmanfm on an ARM machine and pcmanfm would segfault if it didn't find the icon it wanted. I vaguely remember similar things happening with other gtk apps, Abiword 2.8.6 comes to mind... This may be an issue with gdk-pix

[OE-core] [OE-Core] [PATCH 5/5] Split xcb-util into separate packages.

2012-03-10 Thread Marko Katić
Add recipe for xcb-util-wm. diff --git a/meta/recipes-graphics/xcb/xcb-util-wm_0.3.8.bbb/meta/recipes-graphics/xcb/ xcb-util-wm_0.3.8.bb new file mode 100644 index 000..91f9a81 --- /dev/null +++ b/meta/recipes-graphics/xcb/xcb-util-wm_0.3.8.bb @@ -0,0 +1,12 @@ +require xcb-util.inc + +LICENS

[OE-core] [OE-Core] [PATCH 4/5] Split xcb-util into separate packages.

2012-03-10 Thread Marko Katić
Add recipe for xcb-util-renderutil. diff --git a/meta/recipes-graphics/xcb/xcb-util-renderutil_0.3.8.bbb/meta/recipes-graphics/xcb/ xcb-util-renderutil_0.3.8.bb new file mode 100644 index 000..c729db8 --- /dev/null +++ b/meta/recipes-graphics/xcb/xcb-util-renderutil_0.3.8.bb @@ -0,0 +1,14 @@

[OE-core] [OE-Core] [PATCH 3/5] Split xcb-util into separate packages.

2012-03-10 Thread Marko Katić
Add recipe for xcb-util-keysyms. diff --git a/meta/recipes-graphics/xcb/xcb-util-keysyms_0.3.8.bbb/meta/recipes-graphics/xcb/ xcb-util-keysyms_0.3.8.bb new file mode 100644 index 000..ed1eb7a --- /dev/null +++ b/meta/recipes-graphics/xcb/xcb-util-keysyms_0.3.8.bb @@ -0,0 +1,11 @@ +require xc

[OE-core] [OE-Core] [PATCH 2/5] Split xcb-util into separate packages.

2012-03-10 Thread Marko Katić
add recipe for xcb-util-image diff --git a/meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bbb/meta/recipes-graphics/xcb/ xcb-util-image_0.3.8.bb new file mode 100644 index 000..2fb350e --- /dev/null +++ b/meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bb @@ -0,0 +1,10 @@ +require xcb-util.in

[OE-core] [OE-Core] [PATCH 1/5] Split xcb-util into separate packages.

2012-03-10 Thread Marko Katić
xcb-util was split into separate packages during the 0.3.6 -> 0.3.8 transition. Change xcb-util.inc to reflect that. diff --git a/meta/recipes-graphics/xcb/xcb-util.inc b/meta/recipes-graphics/xcb/xcb-util.inc index cd9923d..5e77a22 100644 --- a/meta/recipes-graphics/xcb/xcb-util.inc +++ b/meta/

[OE-core] [PATCH] bluez4:replace deprecated configure switch

2011-09-21 Thread Marko Katić
"--enable-configfiles" is deprecated upstream. Here is the original reason & patch: http://www.spinics.net/lists/linux-bluetooth/msg14266.html Replace "--enable-configfiles" with "--enable-datafiles" in the bluez4 recipe. diff --git a/meta/recipes-connectivity/bluez/bluez4_4.96.bbb/meta/recipes