Re: [oe] [meta-oe][PATCH v2] recipes-bsp: Add bolt

2023-08-17 Thread Philip Balister
My fault, I will be slow approving things in the moderation queue for a few days. Philip On 8/16/23 20:52, Chaitanya Vadrevu wrote: It is the same but yesterday's v2 patch but the mailing list

[oe] [meta-python][PATCH] Remove dead link and old information from the README.

2022-08-26 Thread Philip Balister
Signed-off-by: Philip Balister --- meta-python/README | 5 - 1 file changed, 5 deletions(-) diff --git a/meta-python/README b/meta-python/README index 01c51dc88..36c193957 100644 --- a/meta-python/README +++ b/meta-python/README @@ -19,11 +19,6 @@ The meta-python layer depends

[oe] [meta-python][PATCH] python3-pybind11: Update to Version 2.10.0.

2022-08-26 Thread Philip Balister
* Dropped patch for cross compile. 918d4481a4f69c7a4cbb4282acbabd28e2433039 fixes this upstream. * This also fixing an issue building gnuradio where pybind looked for something in /usr/include/pythonX.Y on the build machine. Signed-off-by: Philip Balister --- ...ck-pointer-size-when

Re: [oe] [kirkstone][PATCH 3/3] devmem2: update SRC_URI according to redirect

2022-05-30 Thread Philip Balister
On 5/25/22 14:41, Martin Jansa wrote: buildroot removed it in 2019 and recommends to use busybox version instead: https://github.com/buildroot/buildroot/commit/2b2579afebfc7a9b8a458af1f2d206101fbfa19c

[oe] OpenEmbedded Developer meeting reminder

2022-05-16 Thread Philip Balister
We are finalizing the agenda for the developer meeting this Friday (May 20). The agenda has some topics carried from prior meetings and some new ideas we will cover at the bottom. We would like to get additional topics that matter to users and developers. Please review:

Re: [oe] [FOSDEM standholders] FOSDEM 2022 stands - an update

2021-12-22 Thread Philip Balister
Thanks for all the help with this Paul. Hopefully someone will step up and do this. (And hopefully this is the last time we need to worry abot a virtual stand) Philip On 12/22/21 10:28, Paul Barker wrote: Hi all, I'm unable to take the lead on organising a virtual stand for OpenEmbedded at

[oe] [meta-oe][PATCH] fftw: Update to fftw-3.3.10

2021-12-10 Thread Philip Balister
* Minor bug fixes. * Ptests good on qemux86_64. Signed-off-by: Philip Balister --- meta-oe/recipes-support/fftw/{fftw_3.3.9.bb => fftw_3.3.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/fftw/{fftw_3.3.9.bb => fftw_3.3.10.bb} (96%) diff

Re: [oe] Depending on other package's features.

2021-11-06 Thread Philip Balister
Or even openembedded-architecture On 11/5/21 12:33, Peter Kjellerstedt wrote: -Original Message- From: openembedded-devel@lists.openembedded.org On Behalf Of Maxim Sloyko via lists.openembedded.org Sent: den 4 november 2021 22:46 To: openembedded-devel Subject: [oe] Depending on other

[oe] [meta-oe][PATCH] fftw: Update recipe to 3.3.9.

2021-07-06 Thread Philip Balister
* Ptests passed for qemux86-64 Signed-off-by: Philip Balister --- meta-oe/recipes-support/fftw/{fftw_3.3.8.bb => fftw_3.3.9.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/fftw/{fftw_3.3.8.bb => fftw_3.3.9.bb} (95%) diff --git a/meta-oe/r

[oe] OpenEmbedded Developers Virtual meeting

2021-05-05 Thread Philip Balister
Part of the Yocto Project Summit (May 25-26, 2021), OpenEmbedded is hosting a Virtual Developer meeting. (https://pretalx.com/yocto-project-summit-2021/schedule/) Since this will be a virtual event, we are going to try and set up the developer meeting with more structure than previous meetings.

[oe] [meta-oe][PATCH] fftw: Add support for ptest.

2021-03-26 Thread Philip Balister
From: Philip Balister * The bench program is installed then moved into the ptest ares so it links. Since we are building for all precisions, we need to build three versions of the bench program. Signed-off-by: Philip Balister --- .../fftw/fftw/club-libtool.patch | 9

Re: [oe] [yocto] OpenEmbedded Virtual Stand at FOSDEM 2021

2021-01-14 Thread Philip Balister
I have some photos of stands from the past that would be fun to add to the stand web page. I can watch chat some, mainly during times I am awake in the US East coat though. Philip On 1/14/21 6:02 AM, Robert Berger wrote: > Hi, > > On 13/01/2021 23:33, Paul Barker wrote: >> Hi folks, >> >> * Any

[oe] [devroom-managers] CFP for Embedded, Mobile and Automotive devroom

2020-12-04 Thread Philip Balister
Submit your work! Forwarded Message Subject: [devroom-managers] CFP for Embedded, Mobile and Automotive devroom Date: Sat, 5 Dec 2020 00:08:22 +0100 From: Krzysztof Opasiak To: devroom-manag...@lists.fosdem.org Dear Fosdem, the CFP for embedded devroom is now live:

[oe] [meta-oe][PATCHv2] spdlog: Fix recipe so other recipes can use spdlog with external fmt.

2020-12-03 Thread Philip Balister
* I enabled the shared library option to eliminate linker issues with a package that used spdlog. * Edited the tweak.h file so programs use the external fmt library headers, not the oners in spdlog. Signed-off-by: Philip Balister --- .../0001-Enable-use-of-external-fmt-library.patch

[oe] [meta-oe][PATCH] spdlog: Fix recipe so other recipes can use spdlog with external fmt.

2020-11-17 Thread Philip Balister
* I enabled the shared library option to eliminate linker issues with a package that used spdlog. * Edited the tweak.h file so programs use the external fmt library headers, not the oners in spdlog. Signed-off-by: Philip Balister --- meta-oe/recipes-support/spdlog/spdlog_1.8.1.bb | 6

[oe] [meta-python][PATCHv2] python3-pybind11: Use cmake to build and add -native version

2020-07-10 Thread Philip Balister
not check pointer length for installed python when cross compiling. * With this I can build gnuradio using pybind11. Signed-off-by: Philip Balister --- ...t-check-pointer-size-when-cross-compiling.patch | 30 + .../0001-Do-not-strip-binaries.patch | 39

[oe] [meta-python][PATCH] python3-pybind11: Use cmake to build and add -native version

2020-07-08 Thread Philip Balister
can build gnuradio using pybind11. Signed-off-by: Philip Balister --- .../0001-Do-not-strip-binaries.patch | 39 ++ .../python/python3-pybind11_2.5.0.bb | 15 +++-- 2 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 meta

Re: [oe] [meta-python][PATCH 12/12] python3-pybind11: Upgrade 2.4.3 -> 2.5.0

2020-06-30 Thread Philip Balister
Let's get the version updat ein and I can send in the BBCLASSEXTEND and switch to building with cmake. https://github.com/pybind/pybind11/issues/1628 https://github.com/pybind/pybind11/issues/1379 Philip On 6/30/20 9:12 AM, Leon Anavi wrote: > Hi Philip, > > On 29.06.20 г. 20:44 ч

Re: [oe] [meta-python][PATCH 12/12] python3-pybind11: Upgrade 2.4.3 -> 2.5.0

2020-06-29 Thread Philip Balister
I just did some work that needed adding a BBCLASSEXTEND = "native", with this I had to use cmake to build the packages since pypi doesn't instal the cmake files for development. There is an open bug about this in the pybind bug tracker. Philip On 6/29/20 10:53 AM, Trevor Gamblin wrote: > > On

[oe] OpenEmbedded Happy hour June 24 Noon EDT

2020-06-23 Thread Philip Balister
Sorry for the late notice. I figured out the calendar and added the item there and never announced anything. Moving forward, I' send dhort reminders and use the calendar to track scheduling. See: https://www.openembedded.org/wiki/Calendar Philip -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [oe] [OE-core] OpenEmbedded Happy Hour

2020-05-27 Thread Philip Balister
Just a reminder this happens later "today". As always consult: https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+May+27=20200527T21=%3A=1 for the local day and time. Philip On 5/15/20 11:56 AM, Philip Balister wrote: > I've made a wiki

[oe] OpenEmbedded Happy Hour

2020-05-15 Thread Philip Balister
I've made a wiki page to track these: https://www.openembedded.org/wiki/Happy_Hours Then next one is scheduled for 2100 UTC on May 27. This is late evening for Europe and morning for New Zealand, so hopefully we see some different faces. The meeting info is on the wiki page. There is no set

[oe] OpenEmbedded developers virtual happy hour

2020-04-21 Thread Philip Balister
We (the OpenEmbedded board, with help from Automotive Grade Linux who are providing the meeting "space") would like to invite you a a virtual happy hour on April 29 at Noon EDT, 6PM CET (Is that the right TZ) We'd like to come and show off their projects and give us all a chance to say hello

Re: [oe] [PATCH v1] OpenCSD: Support for Arm CoreSight decode lib

2020-03-04 Thread Philip Balister
On 3/4/20 11:05 AM, Scott Murray wrote: > On Wed, 4 Mar 2020, Leo Yan wrote: > >> This recipe is to support OpenCSD, which is an open source >> CoreSight trace decode library and utility. > > Just a thought, this seems like the kind of thing that might make sense > for the new meta-arm layer

[oe] OEDEM at Yocto Project Summit after ELCE

2019-10-21 Thread Philip Balister
Just a reminder we are holding a developer meeting as part of the Yocto Project Summit after ELCE in Lyon next week. Please review the agenda and add items. We need to create a schedule with times to help people involved with day 2 of the Yocto Project Summit. Help us out by getting everything

Re: [oe] [meta-python][PATCH] python-toml: add recipes for python2 and python3

2019-10-03 Thread Philip Balister
On 10/3/19 10:07 AM, Jean-Marie LEMETAYER wrote: > This package is a Python library for parsing and creating TOML [1]. Shouldn't new recipes only have a python3 version since python2 is eol at the end of the year? Philip > > Another python TOML parser library named pytoml already exists in >

[oe] Fwd: [yocto] Schedule Announced for Yocto Project Summit Europe 2019

2019-09-30 Thread Philip Balister
The schedule looks really good. Lot's of talks from people doing work with OpenEmbedded and the Yocto Project,. Philip Forwarded Message Subject: [yocto] Schedule Announced for Yocto Project Summit Europe 2019 Date: Fri, 27 Sep 2019 04:33:12 + From: Volosincu, Andreea S

[oe] OpenEmbedded Developer Meeting on Day 2 of Yocto Project Summit after ELCE

2019-09-16 Thread Philip Balister
Boy that is a mouthful. The date is November 1 2019 in Lyon, France. On day 2 of the Yocto Project Summit after the Embedded Linux Conference, we are hosting an OpenEmbedded Developer meeting. This meeting is part of an ongoing series of meetings held for OpenEmbedded developers and users to

Re: [oe] State of OE world 2019-09-14 ( Zero build failures )

2019-09-16 Thread Philip Balister
On 9/15/19 12:54 PM, akuster808 wrote: > > Khem, > > On 9/14/19 1:35 PM, Khem Raj wrote: >> As you all can see we have come to zero build time failures in the >> world builds, thanks for everyone who contributed and let's keep going >> and maintain this status and hop on to other fails we are

Re: [oe] State of OE world 2019-09-14 ( Zero build failures )

2019-09-16 Thread Philip Balister
Khem, thanks for tkain gtime to drive the number of build failures to zero! Philip On 9/14/19 4:35 PM, Khem Raj wrote: > As you all can see we have come to zero build time failures in the > world builds, thanks for everyone who contributed and let's keep going > and maintain this status and hop

[oe] Fwd: [yocto] Yocto Project Summit 2019 - CFP Open

2019-09-10 Thread Philip Balister
Just a reminder we are looking for talks for the Yocto Project Summit after ELCE. On Day 2 there is a parallel track with one session being dedicated to an OpenEmbedded Developer Meeeting. Please sign up here if you plan to attend and we are also collecting topics for discussion.

[oe] Yocto Project Summit at ELCE Call for Particpation

2019-08-19 Thread Philip Balister
At the past few OopenEmbedded developer meetings, people have been asking for more developer and user focused events like a miniconf. Partly based on this feedback, there is a two day event sponsored by the Yocto Project that provides a chance for people to talk about the Yocto Project and

[oe] Fwd: [yocto] Yocto Project DevDay NA 2019 - Extend your Embedded Linux Conference Experience

2019-06-10 Thread Philip Balister
FYI Forwarded Message Subject: [yocto] Yocto Project DevDay NA 2019 - Extend your Embedded Linux Conference Experience Date: Tue, 4 Jun 2019 19:39:08 + From: Volosincu, Andreea S To: Yocto list discussion Hello Everybody, The registration for the Yocto Project DevDay NA

[oe] Plans for ELC and ELCE

2019-05-03 Thread Philip Balister
For the past few years, OpenEmbedded has held developer meetings at the LF Embedded conferences in the US and Europe. This year, since ELC is in late August, we will skip the developer meeting at ELC. There will be a Yocto Project day on Aug 20 before ELC.For ELCE, we are going to work with the

Re: [oe] [meta-oe][PATCH] hostapd: Upgrade to 2.8

2019-04-23 Thread Philip Balister
Acked-by: Philip Balister I did the same thing and have seen it work. Philip On 04/23/2019 12:33 AM, mingli...@windriver.com wrote: > From: Mingli Yu > > License-Update: Copyright year updated to 2019. > > Remove 8 backported patches. > > Signed-off-by: Mingli

[oe] [meta-oe][PATCH] sip: Update to 4.19.16.

2019-04-16 Thread Philip Balister
* Note SRC_URI changed from SourceForge to Riverbank Signed-off-by: Philip Balister --- meta-oe/recipes-devtools/sip/sip.inc | 14 +++--- meta-oe/recipes-devtools/sip/sip3_4.19.13.bb | 11 --- meta-oe/recipes-devtools/sip/sip3_4.19.16.bb

[oe] Scipy, this never ending thread must end

2019-04-10 Thread Philip Balister
Over and over people ask about Scipy. I've built lapack and created an image I could natively build scipy with before. Since FORTRAN isn't normally built, adding this recipe to an existing layer isn't a good idea. I'm going to create a layer meta-fortran for this recipe and then start collecting

[oe] Information about non-traditional uses of the Yocto Project and OpenEmbedded

2019-02-27 Thread Philip Balister
During the last OpenEmbedded developer meeting, it became clear that people are using the Yocto project/OpenEmbedded in spaces outside what we think of as traditional embedded. Lieu Ta is working on a presentation for the Linux Foundation Leadership Summit and we would like to collect as many

[oe] OpenEmbedded Fund Raising

2019-02-22 Thread Philip Balister
People of OpenEmbedded, it is time to get serious about fund raising to cover some basic expenses, such as meeting rooms for OpenEmbedded related events, travel for people representing the organization etc. We've been very dependent on the generosity of a few people for our basic needs. In the

Re: [oe] [meta-oe][thud][PATCH] Add czmq (C bindings for ZeroMQ)

2019-02-04 Thread Philip Balister
How are zmq bindings versioned? Just curious why this has a different version to: http://layers.openembedded.org/layerindex/recipe/28410/ Thanks, Philip On 02/04/2019 03:59 PM, Adrian Bunk wrote: > Signed-off-by: Adrian Bunk > --- > meta-oe/recipes-connectivity/zeromq/czmq_4.1.1.bb | 30

Re: [oe] Shall we remove bad-checksum files on http://sources.openembedded.org/?

2018-12-13 Thread Philip Balister
On 12/12/2018 07:57 PM, Khem Raj wrote: > On Wed, Dec 12, 2018 at 3:40 PM Philip Balister wrote: >> >> Can you look at what files get downloaded? mirrors exists to provide a >> place to download files that have disappeared from their original >> locations. People mai

Re: [oe] Shall we remove bad-checksum files on http://sources.openembedded.org/?

2018-12-12 Thread Philip Balister
Can you look at what files get downloaded? mirrors exists to provide a place to download files that have disappeared from their original locations. People maintaining old systems should have saved local copies, but if not they depend on our source mirrors for GPL compliance exercises. It would be

Re: [oe] [OE-core] Github pull requests

2018-12-01 Thread Philip Balister
On 11/30/2018 07:06 AM, Philip Balister wrote: > On 11/29/2018 09:31 PM, Khem Raj wrote: >> On Thu, Nov 29, 2018 at 5:26 PM Paul Eggleton >> wrote: >>> >>> Hi folks >>> >>> Someone pointed out that there are quite a few pull requests on github

Re: [oe] [OE-core] Github pull requests

2018-11-30 Thread Philip Balister
On 11/29/2018 09:31 PM, Khem Raj wrote: > On Thu, Nov 29, 2018 at 5:26 PM Paul Eggleton wrote: >> >> Hi folks >> >> Someone pointed out that there are quite a few pull requests on github under >> https://github.com/openembedded/. I know we don't accept these, but it seems >> to me we ought to

[oe] [meta-python][PATCH] python-tzlocal: Add new recipe.

2018-11-26 Thread Philip Balister
Signed-off-by: Philip Balister --- meta-python/recipes-devtools/python/python-tzlocal.inc | 8 meta-python/recipes-devtools/python/python-tzlocal_1.5.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-tzlocal_1.5.1.bb | 2 ++ 3 files changed, 12 insertions(+) create mode

Re: [oe] [yocto] OEDEM in Edinburgh in 2 weeks

2018-10-10 Thread Philip Balister
On 10/04/2018 08:20 AM, Philip Balister wrote: > OEDEM is basically full at this time. > > https://www.openembedded.org/wiki/OEDEM_2018 > > We have had the room rearranged to seat 45 people and I am not sure how > we would handle anyone over this. If you know you can't ma

[oe] [meta-oe][PATCH 2/2] sip: Add python3 version of the sip recipe.

2018-10-04 Thread Philip Balister
Signed-off-by: Philip Balister --- meta-oe/recipes-devtools/sip/sip.inc | 36 meta-oe/recipes-devtools/sip/sip3_4.19.13.bb | 11 + meta-oe/recipes-devtools/sip/sip_4.19.13.bb | 36 ++-- 3 files changed, 49 insertions(+), 34

[oe] OEDEM in Edinburgh in 2 weeks

2018-10-04 Thread Philip Balister
OEDEM is basically full at this time. https://www.openembedded.org/wiki/OEDEM_2018 We have had the room rearranged to seat 45 people and I am not sure how we would handle anyone over this. If you know you can't make it, could you please remove your name from the attendee list. We'd like to get a

Re: [oe] [meta-oe][PATCH] sip: Update from 4.19.8 to 4.19.12.

2018-09-09 Thread Philip Balister
I also have any patch suggested by the sip developers. So do not merge this. I'll need to test their suggestion. Philip On 09/07/2018 10:59 PM, Philip Balister wrote: > * This builds the private sip module for building PyQt5. In the >future we should split into a -tools and -m

[oe] [meta-oe][PATCH] sip: Update from 4.19.8 to 4.19.12.

2018-09-07 Thread Philip Balister
* This builds the private sip module for building PyQt5. In the future we should split into a -tools and -modules. But lets fix building for now Signed-off-by: Philip Balister --- meta-oe/recipes-devtools/sip/files/sip.patch | 16 .../sip/{sip_4.19.8.bb

Re: [oe] [OE-core] OEDEM Sunday, 21 October 2018 in Edinburgh (before ELCE) - Update

2018-09-06 Thread Philip Balister
On 09/06/2018 04:08 PM, Joshua Watt wrote: > On Thu, 2018-09-06 at 16:00 -0400, Trevor Woerner wrote: >> On Thu, Sep 6, 2018 at 5:39 AM, Alexander Kanavin > .com> >> wrote: >> >>> And the link for signing up is...? :) >>> >> >> https://www.openembedded.org/wiki/OEDEM_2018 >> >> or email Armin > >

Re: [oe] [meta-oe][PATCH 10/12] sip: Upgrade to 4.19.12 release

2018-09-06 Thread Philip Balister
Yes working for the latest release. I emailed the pyqt/sip list with a question. Hopefully we can sort the issue out. Working toward a combined pyqt5 build for py 2 and 3 Philip On 09/06/2018 08:23 PM, Khem Raj wrote: > > > On 9/6/18 5:17 PM, Philip Balister wrote: >

Re: [oe] [meta-oe][PATCH 10/12] sip: Upgrade to 4.19.12 release

2018-09-06 Thread Philip Balister
This leads to a dysfunctional sip. I'm working on a working update. On 09/05/2018 05:02 PM, Khem Raj wrote: > Inherit pythonnative instead of using python from build host > > Signed-off-by: Khem Raj > --- > .../recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} | 6 +++--- > 1 file

Re: [oe] [meta-oe][rocko] libsodium: update to 1.0.16

2018-08-23 Thread Philip Balister
On 08/23/2018 10:46 AM, Oleksandr Kravchuk wrote: > On Thu, Aug 23, 2018 at 4:23 PM, akuster808 wrote: > >> >> >> On 08/23/2018 05:27 AM, Oleksandr Kravchuk wrote: >>> From: Oleksandr Kravchuk >>> >>> Added link to bug tracker and updated md5sum of LICENSE, which has been >>> updated with the

Re: [oe] [meta-oe][PATCH] lapack: Add recipe.

2018-07-24 Thread Philip Balister
On 07/24/2018 11:39 AM, Khem Raj wrote: > On Tue, Jul 24, 2018 at 6:43 AM Philip Balister wrote: >> >> * Build tested. >> * Note: needs FORTRAN enabled in local.conf or similar. >> * Used to build scipy on pi-3. scipy passed many tests. >> * Based on work from

[oe] [meta-oe][PATCH] lapack: Add recipe.

2018-07-24 Thread Philip Balister
* Build tested. * Note: needs FORTRAN enabled in local.conf or similar. * Used to build scipy on pi-3. scipy passed many tests. * Based on work from meta-gnss https://github.com/carlesfernandez/meta-gnss-sdr * Hopefully this helps others playing with scipy and things. Signed-off-by: Philip

[oe] OEDEM Sunday, 21 October 2018 in Edinburgh (before ELCE)

2018-06-28 Thread Philip Balister
OpenEmbedded is holding a developer meting in Edinburgh before ELCE. Anyone with an interest in OpenEmbedded development is welcome to attend. The core developers enjoy hearing about the needs and problems of the larger community. At this we are looking for meeting space and it would be a huge

Re: [oe] meta-python/python-scipy

2018-06-20 Thread Philip Balister
On 06/19/2018 03:24 PM, Maxime Roussin-Bélanger wrote: > Has anyone been able to have some sort of a breakthrough to build > python-scipy? > > I'm trying to build python-scipy on a x86-64generic MACHINE and I reached > math-atlas fun... > > I couldn't find any math-atlas recipe... at this point

[oe] [meta-oe][rocko][PATCH] protobuf: Fix fetcher failure for rocko.

2018-06-04 Thread Philip Balister
From: Philip Balister The 3.4.x branch disappered from the github repo. Remviing the branch entry from SRC_URI allows the fetch to succeed. Rocko is the only release that has this issue. Sumo and later have 3.5.x. Signed-off-by: Philip Balister --- meta-oe/recipes-devtools/protobuf

[oe] OpenEmbedded Developer Meeting in Edinburgh Oct 21, 2018 (before ELCE)

2018-05-14 Thread Philip Balister
Once again we will have a developer meeting in Edinburgh the Sunday before ELCE. Please go to https://www.openembedded.org/wiki/OEDEM_2018 and add yourself if you are attending and ideas for topics. Although it is called a developer meeting, we invite members of the larger community to attend.

Re: [oe] Splitting meta-oe?

2018-03-17 Thread Philip Balister
On 03/16/2018 08:50 PM, Trevor Woerner wrote: > On Tue 2018-02-20 @ 11:41:15 PM, Richard Purdie wrote: >> The separate layers and maintainership is the way we designed the new >> layered approach to OE to scale. > > I only became an active user of OE after the OE-classic split; I had used it a >

Re: [oe] [meta-python][PATCHv2] python-sqlalchemy: update to version 1.1.17

2018-03-04 Thread Philip Balister
> On Sat, Mar 3, 2018 at 3:42 PM Philip Balister <phi...@balister.org> wrote: > >> On 03/03/2018 06:09 PM, Tim Orling wrote: >>> It is about which resources are running the actual patchtest job (Linux >>> Foundation vs. Open Embedded) and the complication of mult

Re: [oe] [meta-python][PATCHv2] python-sqlalchemy: update to version 1.1.17

2018-03-03 Thread Philip Balister
On 03/03/2018 06:09 PM, Tim Orling wrote: > It is about which resources are running the actual patchtest job (Linux > Foundation vs. Open Embedded) and the complication of multiple layers all > going to one mailing list (openembedded-devel). This was part of the > motivation for splitting up

Re: [oe] meta-python/rocko

2018-03-01 Thread Philip Balister
t; >> On Thu, Mar 1, 2018 at 3:22 PM, Philip Balister <phi...@balister.org> wrote: >> >>> I'm trying to build some gnuradio related stuff and am running into >>> issues in meta-python with DEPENDS and missing recipes. Does anyone >>> understand what is

[oe] meta-python/rocko

2018-03-01 Thread Philip Balister
I'm trying to build some gnuradio related stuff and am running into issues in meta-python with DEPENDS and missing recipes. Does anyone understand what is going on and have a plan to fix it, or do I need to dig further and figure out what needs doing? Philip --

[oe] Summary of splitting meta-oe discussion

2018-02-22 Thread Philip Balister
It looks like there was an in depth discussion of splitting meta-oe (again). Before everyone forgets, can someone put a summary of the points on her for discussion at OEDAM? https://www.openembedded.org/wiki/OEDAM_2018 We don't need conclusions or judgements, just make sure your points are

Re: [oe] [yocto] OpenEmbedded developer meeting Sunday before ELC in Portland

2018-01-15 Thread Philip Balister
gt;> >> I guess, by this date yocto community will experience release 24.7 or >> similar... If?! ;-) >> >> Zoran >> ___ >> >> On Mon, Jan 15, 2018 at 11:30 PM, Philip Balister <phi...@balister.org> >> wrote: >> >>> We are setting up a

[oe] OpenEmbedded developer meeting Sunday before ELC in Portland

2018-01-15 Thread Philip Balister
We are setting up an OpenEmbedded developer meeting on the Sunday before ELC. More information to follow, I just wanted to make sure everyone had the date before making ELC travel arrangements. March 11, 2108, Portland Philip -- ___ Openembedded-devel

Re: [oe] Slideshow for FOSDEM

2018-01-03 Thread Philip Balister
On 01/03/2018 09:47 AM, Paul Barker wrote: > Hi all, > > As we've only got one table at FOSDEM this year we're not going to > have space for as many bits of hardware as usual. I'd still like us to > show off the project and what people are building with OpenEmbedded & > Yocto Project though.

Re: [oe] [meta-oe][PATCH] stat: add the recipe from oe-core

2018-01-03 Thread Philip Balister
On 01/02/2018 08:47 PM, Derek Straka wrote: > Makes sense. I'm all for letting someone add it back if they'd like to use > it over coreutils (understanding that it isn't maintained), but we can let > others chime in. meta-oe is not a place to dump recipes for unmaintained software. The recipe

Re: [oe] [meta-oe][PATCH] spi-tools: Add version info.

2017-10-27 Thread Philip Balister
On 10/27/2017 12:14 PM, Fan Xin wrote: > Signed-off-by: Fan Xin > --- > meta-oe/recipes-support/spitools/spitools_git.bb | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb >

Re: [oe] pyro branch for meta-openembedded, meta-qt5 / maintainer wanted

2017-10-25 Thread Philip Balister
On 10/25/2017 08:20 AM, Martin Jansa wrote: > On Wed, Oct 25, 2017 at 7:46 AM, akuster808 wrote: > >> >> >> On 05/04/2017 07:02 AM, Martin Jansa wrote: >> >> As always, thanks armin! >> >> If there are more people willing to step-up and maintain some layers or >> whole

Re: [oe] [meta-qt5][PATCH] qt5: add missing commercial license

2017-10-19 Thread Philip Balister
On 10/19/2017 03:07 AM, Kwangsub Kim wrote: > Hi Christian, > > I think there’s ambiguity in two respects. One is on the logical expression > itself (That’s what you pointed out before). And the other one is related to > license management of Yocto (or legal liability sometimes). The former is

Re: [oe] [meta-oe][PATCH] hostapd: fix WPA2 key replay security bug

2017-10-16 Thread Philip Balister
On 10/16/2017 12:43 PM, Mark Hatle wrote: > Note, hostapd and wpa_supplicant use the same sources. This commit is based > on Ross Burton's change to OpenEmbedded-core. Below is Ross's commit message > from OpenEmbedded-Core. Since they use the same sources, should we talk about moving hostapd

Re: [oe] [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-13 Thread Philip Balister
On 09/13/2017 08:40 AM, Ruslan Bilovol wrote: > On Thu, Aug 24, 2017 at 9:37 PM, Philip Balister <phi...@balister.org> wrote: >> Once again we will have a developer meeting in Prague the Sunday before >> ELCE. >> >> Please go to https://www.openembedded.org/wi

[oe] [meta-oe][Pyro]Update Sip to 4.19.2 from 4.19

2017-09-11 Thread Philip Balister
Armin, can you pull commit 229f824568406df354bc857b31989ad778bb that upgrade sip from 4.19 to 4.19.2 into meta-oe/pyro? meta-qt5/pyro uses PyQt-5.8.2, but it also requires sip-4.19.2 to build. Updating this package in pyro would solve a build problem for PyQt5 users. Philip --

Re: [oe] [PATCH 19/31] glade3: Move PACKAGECONFIG setting to enable_gnome.conf

2017-09-07 Thread Philip Balister
On 09/07/2017 10:51 AM, Andreas Müller wrote: > On Thu, Sep 7, 2017 at 3:45 PM, Mark Hatle wrote: >> On 9/7/17 4:29 AM, Andreas Müller wrote: >>> On Wed, Sep 6, 2017 at 9:23 PM, Mark Hatle wrote: This resolves a failure of the

[oe] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-08-24 Thread Philip Balister
Once again we will have a developer meeting in Prague the Sunday before ELCE. Please go to https://www.openembedded.org/wiki/OEDEM_2017 and add yourself if you are attending and ideas for topics. Although it is called a developer meeting, we invite members of the larger community to attend. The

Re: [oe] About recipe for hireidis

2017-06-09 Thread Philip Balister
On 06/09/2017 08:51 AM, Мар'ян Пріцак wrote: > Hi all, > > I was looking for hiredis recipe and found it in Intel's IOT layer > https://layers.openembedded.org/layerindex/recipe/33258/ > Is it a good idea to move it to some generic place like meta-oe where redis >

[oe] [meta-qt5][PATCHv2] python-pyqt5: Add recipe.

2017-05-15 Thread Philip Balister
* Build tested on raspberrypi3 * I promise to chase the patch upstream. * v2 auto detects QT_VERSION Signed-off-by: Philip Balister <phi...@balister.org> --- recipes-python/pyqt5/files/fix-sm.patch| 17 recipes-python/pyqt5/python-pyqt5_5.8.2.b

Re: [oe] [meta-qt5][PATCH 2/2] python-pyqt5: Add recipe.

2017-05-13 Thread Philip Balister
On 05/13/2017 04:03 PM, Andreas Müller wrote: > On Sat, May 13, 2017 at 9:24 PM, Philip Balister <phi...@balister.org> wrote: >> * Build tested on raspberrypi3 >> * I promise to chase the patch upstream. >> >> Signed-off-by: Philip Balister <phi...@balister.or

[oe] [meta-qt5][PATCH 2/2] python-pyqt5: Add recipe.

2017-05-13 Thread Philip Balister
* Build tested on raspberrypi3 * I promise to chase the patch upstream. Signed-off-by: Philip Balister <phi...@balister.org> --- recipes-python/pyqt5/files/fix-sm.patch| 17 recipes-python/pyqt5/python-pyqt5_5.8.2.bb | 68 ++ 2 files chang

[oe] [meta-qt5][PATCH 1/2] qwt: Add recipe.

2017-05-13 Thread Philip Balister
* Build tested for raspberrypi3. Signed-off-by: Philip Balister <phi...@balister.org> --- recipes-qt/qwt/qwt-qt5.inc | 47 + recipes-qt/qwt/qwt-qt5_6.1.3.bb | 8 +++ 2 files changed, 55 insertions(+) create mode 100644 recipes-qt/qwt/q

[oe] [meta-oe][PATCH] sip: update recipe to 4.19.2.

2017-05-11 Thread Philip Balister
* Needed for PyQt-5.8.2, a recipe I am looking at again. Signed-off-by: Philip Balister <phi...@balister.org> --- meta-oe/recipes-devtools/sip/{sip_4.19.bb => sip_4.19.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/sip/{sip_4.19.bb =>

Re: [oe] [OE-core] [Openembedded-architecture] OpenEmbedded 2017 General Meeting

2017-05-01 Thread Philip Balister
On 05/01/2017 10:07 AM, Martin Jansa wrote: > On Mon, May 01, 2017 at 01:55:11PM +0100, Richard Purdie wrote: >> On Mon, 2017-05-01 at 13:59 +0200, Martin Jansa wrote: >>> I had to change the password on the login, but then it worked for me. >> >> I think someone promoted you to an admin which is

Re: [oe] [Openembedded-architecture] [OE-core] OpenEmbedded 2017 General Meeting

2017-05-01 Thread Philip Balister
On 05/01/2017 07:42 AM, Richard Purdie wrote: > On Mon, 2017-05-01 at 13:07 +0200, Nicolas Dechesne wrote: >> well, it's the same for me. In the 'view source' page, i can see >> this: >> >> == >> You do not have permission to edit this page, for the following >> reason: >> The action you have

Re: [oe] [OE-core] [PATCH] u-boot: Update to 2017.03 release

2017-03-30 Thread Philip Balister
On 03/30/2017 02:06 PM, Denys Dmytriyenko wrote: > On Thu, Mar 30, 2017 at 04:12:08PM +0200, Marek Vasut wrote: >> On 03/30/2017 03:24 PM, Denys Dmytriyenko wrote: >>> On Thu, Mar 30, 2017 at 10:21:31AM +0200, Marek Vasut wrote: On 03/29/2017 11:56 PM, Denys Dmytriyenko wrote: > On Mon,

Re: [oe] Meson build system

2017-03-28 Thread Philip Balister
On 03/28/2017 02:10 PM, Trevor Woerner wrote: > On Tue, Jul 26, 2016 at 9:31 AM, Burton, Ross wrote: >> FWIW I started looking at packaging and writing a class for the Meson build >> system (mesonbuild.com) last night. It's not finished and needs quite a >> lot of work,

[oe] OpenEmbedded Developer Meeting Oct 22 in Prague

2017-03-27 Thread Philip Balister
We've had some discussion for scheduling the next OEDEM around the ELCE in Prague. The Yocto Project Developer day is the Thursday after the conference (as is the kernel summit). To avoid conflicting with them the OpenEmbedded board proposes holding the meeting Sunday before ELCE in Prague. That

Re: [oe] [PATCH][meta-filesystems] fuse: Remove unneeded RDEPENDS on util-linux-mount

2017-02-28 Thread Philip Balister
On 02/26/2017 06:33 AM, Mike Looijmans wrote: > Fuse claimed to need util-linux-mount at runtime, which isn't true. This > drags util-linux-mount into any image that uses fuse. > > Encountered no problems with busybox's mount command and fuse (and never > had). Fuse doesn't call the "mount"

Re: [oe] [OE-core] OEDAM - Portland 2017

2017-02-19 Thread Philip Balister
It sounds like a bunch of us will meet in the Hilton lobby at 0800 and use Lyft/Uber/other. Philip On 02/19/2017 07:12 AM, Trevor Woerner wrote: > Does anyone have any recommendations for how to get from the > conference venue to the Mentor Graphics office? > --

Re: [oe] Splitting meta-oe?

2017-02-17 Thread Philip Balister
On 02/17/2017 01:28 PM, Joe MacDonald wrote: > [Re: [oe] Splitting meta-oe?] On 17.02.17 (Fri 19:02) Martin Jansa wrote: > >> On Fri, Feb 17, 2017 at 06:24:09PM +0100, Andreas Müller wrote: >>> On Fri, Feb 17, 2017 at 6:07 PM, Burton, Ross wrote: The recent storm of

[oe] Fwd: [FOSDEM standholders] Practical information regarding FOSDEM stands

2017-02-02 Thread Philip Balister
Stop by and help man the stand! Forwarded Message Subject: [FOSDEM standholders] Practical information regarding FOSDEM stands Date: Thu, 2 Feb 2017 08:47:25 +0100 From: Johan van Selst To: standhold...@lists.fosdem.org --WIyZ46R2i8wDzkSu Content-Type:

[oe] [meta-python][PATCH 3/3] python-pyopenssl: Fix build for per recipe sysroot.

2017-01-25 Thread Philip Balister
Reverse order of inherit and include to prevent DEPENDS= overwriting values set in inherit. Signed-off-by: Philip Balister <phi...@balister.org> --- meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-

[oe] [meta-python][PATCH 2/3] python-ndg-httpsclient: Fix build for per recipe sysroot.

2017-01-25 Thread Philip Balister
Reverse order of include and inherit to prevent DEPENDS= being overwritten. Signed-off-by: Philip Balister <phi...@balister.org> --- meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/r

[oe] [meta-python][PATCH 1/3] python-cffi: Fix build for per-recipe sysroot.

2017-01-25 Thread Philip Balister
Reverse the include and inherit to prevent the DEPENDS= in .inc from overwriting the one from inherit. Signed-off-by: Philip Balister <phi...@balister.org> --- meta-python/recipes-devtools/python/python-cffi_1.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-

[oe] pyyaml for python 2 and 3 for morty

2017-01-17 Thread Philip Balister
What are the chances of getting this into morty also? meta-xilinx need the python3 version for something. They've added a local recipe to work around the issue, but this would be a better long term solution. https://patchwork.openembedded.org/patch/135639/ Philip --

[oe] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-09 Thread Philip Balister
As we do around each Embedded Linux Conference, OpenEmbedded will host a developer meeting to discuss the state of OpenEmbedded and what efforts we should focus on over the next six months or so. All developers and users are welcome to attend. We like to hear feedback from a variety of people

[oe] OpenEmbedded Stand at FOSDEM

2017-01-03 Thread Philip Balister
Every year since 2007, OpenEmbedded has a stand at FOSDEM (http://www.fosdem.org) >From the first year: https://www.flickr.com/photos/32615155@N00/405229708/in/album-72157594561002629/ Belen and I are sort of organizing this, but both of us are also involved in devrooms, so we will need a lot

Re: [oe] Infra Full Stop 12/26-12/29

2016-12-26 Thread Philip Balister
On 12/25/2016 11:06 PM, Michael Halstead wrote: > In preparation for the scheduled maintenance I have moved > git.openembedded.org to a new server temporarily. E-mail and Patchwork > hooks may not work correctly. All other git operations as well as > listings at http://git.openembedded.org/ should

  1   2   3   4   5   6   >