Re: [OE-core] [styhead] gcc 14.2 fails to build for cortexa15t2hf-neon-poky-linux-gnueabi

2024-10-09 Thread Alex J Lennon
On 08/10/2024 16:00, Khem Raj wrote: On Tue, Oct 8, 2024 at 6:11 AM Zoltan Boszormenyi via lists.openembedded.org wrote: Hi, I have observed a gcc recipe build failure in the meta-mono CI here under styhead: https://github.com/DynamicDevices/meta-mono/actions/runs/11232177725/job/31223236463

Re: [OE-core] GUI based images

2017-05-09 Thread Alex J Lennon
On 09/05/17 09:05, Alexander Kanavin wrote: On 05/09/2017 01:15 AM, Paul Eggleton wrote: LXDE in particular is Gtk2 based, it's no longer being developed, and has been superseded by LXQt. So it's a non-starter (and so is LXQt, which should be clear from its name :). FWIW I think this is a li

[OE-core] [OE-Core][PATCH 1/1] e2fsprogs: Package resize2fs

2015-03-19 Thread Alex J Lennon
Signed-off-by: Alex J Lennon --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb index 1fb4a6cd..87243b2 100644

Re: [OE-core] [yocto] RFC: Improving the developer workflow

2014-08-09 Thread Alex J Lennon
On 09/08/2014 12:22, Mike Looijmans wrote: > On 08/09/2014 10:44 AM, Alex J Lennon wrote: > > Going off-topic here I guess, but I think you can use the UBI block > layer in combination with e.g. squashfs. Never tried it, but it should > be possible to create an UBI volume, writ

Re: [OE-core] [yocto] RFC: Improving the developer workflow

2014-08-09 Thread Alex J Lennon
On 09/08/2014 09:13, Mike Looijmans wrote: > On 08/07/2014 03:05 PM, Paul Eggleton wrote: >> On Thursday 07 August 2014 11:13:02 Alex J Lennon wrote: >>> Historically I, and I suspect others, have done full image updates of >>> the storage medium, onboard flash or wh

Re: [OE-core] [yocto] RFC: Improving the developer workflow

2014-08-08 Thread Alex J Lennon
Hi Paul, > Personally with how fragile package management can end up being, I'm > convinced > that full-image updates are the way to go for a lot of cases, but ideally > with > some intelligence so that you only ship the changes (at a filesystem level > rather than a package or file level). Th

Re: [OE-core] [yocto] RFC: Improving the developer workflow

2014-08-07 Thread Alex J Lennon
On 07/08/2014 14:05, Paul Eggleton wrote: > Hi Alex, > > On Thursday 07 August 2014 11:13:02 Alex J Lennon wrote: >> On 07/08/2014 10:10, Paul Eggleton wrote: >> fwiw Upgrade solutions are something that is still a read need imho, as >> I think we discussed at one

Re: [OE-core] [yocto] RFC: Improving the developer workflow

2014-08-07 Thread Alex J Lennon
On 07/08/2014 10:10, Paul Eggleton wrote: > Hi folks, > > As most of you know within the Yocto Project and OpenEmbedded we've been > trying to figure out how to improve the OE developer workflow. This > potentially > covers a lot of different areas, but one in particular I where think we can >

Re: [OE-core] What does "QA Issue: ... rdepends on .. but its not a build dependency?" mean

2014-08-03 Thread Alex J Lennon
On 03/08/2014 17:16, Richard Purdie wrote: > On Sun, 2014-08-03 at 14:51 +0100, Alex J Lennon wrote: >> On 03/08/2014 14:25, Mike Looijmans wrote: >>> I'm getting lots of warnings like this: >>> >>> """ >>> WARNING: QA Issue: enigma

Re: [OE-core] What does "QA Issue: ... rdepends on .. but its not a build dependency?" mean

2014-08-03 Thread Alex J Lennon
On 03/08/2014 14:25, Mike Looijmans wrote: > I'm getting lots of warnings like this: > > """ > WARNING: QA Issue: enigma2-plugin-systemplugins-wirelesslan rdepends > on wireless-tools but its not a build dependency? [build-deps] > """ > > What does it actually mean? What does it want me to provide

[OE-core] [PATCH 0/1] gstreamer1.0-rtsp-server: Add recipe to support gst-rtsp-server

2014-06-04 Thread Alex J Lennon
Please see following patch for details Alex J Lennon (1): gstreamer1.0-rtsp-server: Add recipe to support gst-rtsp-server .../gstreamer/gstreamer1.0-rtsp-server.inc | 14 ++ .../gstreamer/gstreamer1.0-rtsp-server_1.2.3.bb| 9 + 2 files changed

[OE-core] [PATCH 1/1] gstreamer1.0-rtsp-server: Add recipe to support gst-rtsp-server

2014-06-04 Thread Alex J Lennon
A Gstreamer library which provides an API to create an RTSP server (e.g. to stream RTP to VLC clients and similar). Tested, works with GStreamer 1.2.3 + videotestsrc based pipeline on RPi. Signed-off-by: Alex J Lennon --- .../gstreamer/gstreamer1.0-rtsp-server.inc | 14

[OE-core] [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2

2014-03-05 Thread Alex J Lennon
daq-2.0.1.tar.gz is missing from SRC_URI location. Presumably replaced with 2.02. Signed-off-by: Alex J Lennon --- meta-oe/recipes-connectivity/daq/daq_2.0.2.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-connectivity/daq/daq_2.0.2.bb diff

[OE-core] [PULL] [PATCH 0/1] sqlite3: Add support for column metadata API

2013-11-06 Thread Alex J Lennon
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ajlennon/sqlite3 Alex J Lennon (1): sqlite3: Add support for column metadata API meta/recipes-support/sqlite/sqlite3_3080002.bb |5 + 1 file changed, 5 insertions(+) -- 1.7.9.5 ___ Openembedded-core

[OE-core] [PATCH 1/1] sqlite3: Add support for column metadata API

2013-11-06 Thread Alex J Lennon
- with column meta-data API610360 libsqlite3.so.0.8.6 - without column meta-data API 608880 libsqlite3.so.0.8.6 Signed-off-by: Alex J Lennon --- meta/recipes-support/sqlite/sqlite3_3080002.bb |5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-support/sqlite