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
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
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
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:
> >
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
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
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
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
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
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
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
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 @@
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
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
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/
"--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
16 matches
Mail list logo