[oe] [meta-oe][PATCH] cukinia: fix license field

2023-10-03 Thread Philip-Dylan Gleonec
The recipe currently indicates that the cukinia package is licensed under both GPLv3 AND Apache 2.0 licensesi, but the upstream specifies GPLv3 OR Apache 2.0 license, at the choice of the user. Signed-off-by: Philip-Dylan Gleonec --- meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb | 2 +- 1 file

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 <https://lists.openembedded.org/g/openembedded-devel/search?p=created%2C0%2C%2C1%2C2%2

[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 on

[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
ou write to is a hardware device that uses the read to reset state. Philip On Wed, May 25, 2022 at 8:32 PM Khem Raj <mailto:raj.k...@gmail.com>> wrote: On Wed, May 25, 2022 at 11:08 AM Denys Dmytriyenko mailto:de...@denix.org>> wrote: > > Sure, I can do th

[oe] OpenEmbedded Developer meeting reminder

2022-05-16 Thread Philip Balister
://www.openembedded.org/wiki/OEDVM_2022_05 and add your ideas for topics we should discuss. Members of the OpenEmbedded board and Technical steering committee will be around on irc in #oe on libera.chat. Philip -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

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 OpenEmbedd

[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
the account): https://www.openembedded.org/wiki/OEDVM_2021 Philip -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#91161): https://lists.openembedded.org/g/openembedded-devel/message/91161 Mute This Topic: https://lists.openembedded.org/mt/82606375/21656 Group Owner: o

[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 fol

[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: https://li

[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
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

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 w

[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 receiv

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&iso=20200527T21&p1=%3A&ah=1 for the local day and time. Philip On 5/15/20 11:56 AM, Philip Balister wrote: > I

[oe] OpenEmbedded Happy Hour

2020-05-15 Thread Philip Balister
o set agenda, so bring some projects to talk about with the community. Philip -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84380): https://lists.openembedded.org/g/openembedded-devel/message/84380 Mute This Topic: https://lists.openembedded.o

[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 since

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

2020-03-04 Thread Philip Balister
for the new meta-arm layer that Jon has been working up? I had the exact thought and am really glad I read this before saying the same thing! Philip > >> Signed-off-by: Leo Yan >> --- >> .../recipes-devtools/opencsd/opencsd_git.bb | 28 +++ >> 1 file

[oe] OEDEM at Yocto Project Summit after ELCE

2019-10-21 Thread Philip Balister
you think we should discuss in person on the agenda! Information on the developer meeting and links to the Yocto Project Summit are at: https://www.openembedded.org/wiki/OEDEM_2019 Philip -- ___ Openembedded-devel mailing list Openembedded-devel

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 alr

[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, Andr

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

2019-09-16 Thread Philip Balister
e, no promises but the information might help us) More info and sign up information for the Yocto Project Summit is here: https://wiki.yoctoproject.org/wiki/Yocto_Project_Summit_2019 Based on talk abstracts I've seen, Day 1 should be very interesting! Philip PS: For some historical perspectiv

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

2019-09-16 Thread Philip Balister
us and hop on to other fails we are seeing >> regarding sstate signs and version going backward. >> >> http://www.openembedded.org/wiki/Bitbake_World_Status > > Thanks for all your hard work and to the folks who sent patches to help > achieve that. And the people that keep

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

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

2019-09-10 Thread Philip Balister
://www.openembedded.org/wiki/OEDEM_2019 And please submit talks for the first day, we really want to see new faces talking! Philip Forwarded Message Subject: [yocto] Yocto Project Summit 2019 - CFP Open Date: Thu, 29 Aug 2019 23:24:03 + From: Volosincu, Andreea S To: Yocto list

[oe] Yocto Project Summit at ELCE Call for Particpation

2019-08-19 Thread Philip Balister
able to update your registration to include the Summit. Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[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 2

[oe] Plans for ELC and ELCE

2019-05-03 Thread Philip Balister
start to address some of the themes coming from the last couple developer meetings and give us a chance to get more information to the larger community. Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

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
hen start collecting the wisdom of the community to create a scipy recipe. Does anyone have a better approach then this for creating a scipy recipe? I know people have been really close before. Philip -- ___ Openembedded-devel mailing lis

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

2019-02-27 Thread Philip Balister
k. Thanks, Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] OpenEmbedded Fund Raising

2019-02-22 Thread Philip Balister
hould talk with companies that are too small for the Linux Foundation. Long term, we have more ideas of projects that require money, but I'd like to get a baseline in place before larger funding campaigns. If you have specific questions, send them to b

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

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
useful to know what "old"files are being downloaded to give us an idea how many people are using older "versions" of OpenEmbedded. Philip On 12/12/2018 05:07 PM, Khem Raj wrote: > Not that I can think of. > On Wed, Dec 12, 2018 at 1:18 PM Michael Halstead > wrote: &g

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
gt;> volunteer to clean them up, but I don't currently have access - can someone >> grant that to me? > > I think that will be good. I have taken care of meta-oe ones but I can not > close them Do we need to adjust github privileges so you can close them? Let's ch

[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'

[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
e to get a better idea of how many people on the waiting list we can accommodate. There are some long time contributors on the wait list we'd like to get in. Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openem

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
www.openembedded.org/wiki/OEDEM_2018 >> >> or email Armin > > Will there be an opportunity to dial in remotely? > We try, but audio coverage can be tricky and the tech can be funny. No guarantees. Philip -- ___

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 changed

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

2018-08-23 Thread Philip Balister
roken URI and v1.0.11 was marked as unsupported by the > project: > https://download.libsodium.org/libsodium/releases/old/unsupported/ > > I thought since this is a minor release anyway, it would make sense to > update > the package instead of updating SRC_URI, since who knows

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
past meetings. If you need to create an account, approval might be delayed a bit as I am on vacation ... Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded

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

2018-06-20 Thread Philip Balister
hon from the sysroot, which is not going to match python on the target. I skipped atlas and built lapack. Atlas has similar issues with cross compilation. I'm coming back to this, but not for several weeks. Philip > > Thanks. > Max. > SUMMARY = "Linear Algebra PACKa

[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
. The core developers are always interested in hearing how OpenEmbedded is used, and what we can do to make it better for building the embedded devices of the future. Thanks, Philip -- ___ Openembedded-devel mailing list Openembedded-devel

Re: [oe] Splitting meta-oe?

2018-03-17 Thread Philip Balister
eable relative to >the pre-split problems?) > OE-core is well tested, and that has taken a lot of resources. There are not dedicated resources to test much beyond this. The real problem is how to get resources to test layers beyond oe-core. And maintain testing of oe-core. Philip > T

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

2018-03-04 Thread Philip Balister
y to test patches for more than one layer sent to one list. The sheer number of lists and knowing some people only subscribe to a handful mean people need to do massive cross posting when they send emails targeted at the entire OpenEmbedded world. But this is a tangential conversation. Philip

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

2018-03-03 Thread Philip Balister
confused why you can't use patchtest with the individual layers in meta-oe. Keeping several layers within one git repo is a useful construct. We should be able to sort out how to manage this. Declaring the construct to be the problem is not a useful starting point. Philip > > On Sat, Ma

Re: [oe] meta-python/rocko

2018-03-01 Thread Philip Balister
On 03/01/2018 09:49 AM, akuster808 wrote: > Check rocko-next. > Yes, this looks good to me! Philip > > > On 03/01/2018 06:39 AM, Martin Jansa wrote: >> Read this thread: >> http://lists.openembedded.org/pipermail/openembedded-devel/2018-February/116622.html >&g

[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? P

[oe] Summary of splitting meta-oe discussion

2018-02-22 Thread Philip Balister
s are documented. Bonus points for summaries of the other topics that came up. Thanks, Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

2018-01-15 Thread Philip Balister
se people waiting until Friday. I tried really hard to avoid the usual day/date error. I blundered the year. Philip > > T > > On Mon, Jan 15, 2018 at 3:41 PM, Zoran Stojsavljevic < > zoran.stojsavlje...@gmail.com> wrote: > >>> March 11, 2108, Portland >&g

[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
; events as well. Can we build a small board with a largish screen so we can run the show on a device running an image built by OpenEmbedded? Philip > > Thanks all, > -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

2018-01-03 Thread Philip Balister
ned software. The recipe will end up failing, getting blacklisted and removed. Let's save the maintainers time. If someone needs it that badly, let them carry it in their own layer. Philip > > -Derek > > On Tue, Jan 2, 2018 at 8:38 PM, Yi Zhao wrote: > >> >> >

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

2017-10-27 Thread Philip Balister
KSUM = "file://LICENSE;md5=8c1ae6c159876a0ba63099614381" > > +PR = "r0" Drop the PR. Philip > + > +BPV = "0.8.1" > +PV = "${BPV}" > +SRCREV = "03405ab45884e4264dfa0371c032b2baaeeaaa98" > + > S = "${WORKDIR}/git"

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

2017-10-24 Thread Philip Balister
cked-By: Martin Jansa > > Please send your key to Michael and Tom King. > Thanks Armin, and thanks for all you have done for us Martin! Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

2017-10-19 Thread Philip Balister
guide a correct way to a > commercial licensee separately. I believe it is on the way. Why can't we have one meta-qt5 to reduce confusion? Philip > > Thanks for your thoughtful messages! > Kwangsub > > On 15/10/2017, 9:11 PM, "Christian Gagneraud" wrote: > &

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

2017-10-16 Thread Philip Balister
bout moving hostapd into oe-core to try and keep al the issues in one place? Philip > > WPA2 is vulnerable to replay attacks which result in unauthenticated users > having access to the network. > > * CVE-2017-13077: reinstallation of the pairwise key in the Four-wa

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 wrote: >> 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 >>

[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
driven and you send out patches which > break things and you don't care - or even worse you expect them to > break things. You guys are aware of what we are doing here: Major > target is building working images - right? > > This is not the community I want to waste further ti

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

2017-08-24 Thread Philip Balister
core developers are always interested in hearing how OpenEmbedded is used, and what we can do to make it better for building the embedded devices of the future. Thanks, Philip -- ___ Openembedded-devel mailing list Openembedded-devel

Re: [oe] About recipe for hireidis

2017-06-09 Thread Philip Balister
oe makes sense as the hiredis recipe already DEPENDS on the redis recipe from meta-oe. Philip > > BR, > Marian > -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[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 --- recipes-python/pyqt5/files/fix-sm.patch| 17 recipes-python/pyqt5/python-pyqt5_5.8.2.bb | 69 ++ 2 files changed

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 wrote: >> * Build tested on raspberrypi3 >> * I promise to chase the patch upstream. >> >> Signed-off-by: Philip Balister > Hi Philip, > > I played around with

[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 --- recipes-python/pyqt5/files/fix-sm.patch| 17 recipes-python/pyqt5/python-pyqt5_5.8.2.bb | 68 ++ 2 files changed, 85 insertions(+) create mode

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

2017-05-13 Thread Philip Balister
* Build tested for raspberrypi3. Signed-off-by: Philip Balister --- 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/qwt-qt5.inc create mode 100644

[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 --- 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 => sip_4.19.2.bb} (92%)

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

2017-05-01 Thread Philip Balister
s login). > > Regards, > Things should be back to normal now. Philip signature.asc Description: OpenPGP digital signature -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

2017-05-01 Thread Philip Balister
ly the admins can change > anything. I could try and fix it but I should probably understand who > did what and why to cause this first. > > Who has changed the group permissions recently? I'll check with Bill Traynor. Philip > > Cheers, > > Richard >

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

2017-03-30 Thread Philip Balister
end. I don't think it is a problem moving to .03, but I don't know. I'm not sure how many other BSP's have done the same. Meanwhile, I understand the desire of others who have work upstreamed in u-boot they like to use with the next release. How many u-boot releases are there a year? How do they line up with YP releases? Should we carry two u-boot versions, similar to what happens with the kernel? Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] Meson build system

2017-03-28 Thread Philip Balister
And http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/classes/meson.bbclass Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] OpenEmbedded Developer Meeting Oct 22 in Prague

2017-03-27 Thread Philip Balister
are doing wrong, and what we can do better. The agenda is set by the people attending, we typically setup a wiki page to collect ideas. So watch for announcements over the next few months. Philip and the OpenEmbedded board. -- ___ Openembedded-devel ma

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

2017-02-28 Thread Philip Balister
e doesn't call the "mount" program anywhere, so the dependency > doesn't make sense anyway. The RDEPEND was added by Jackie from Wind River in September 2015. Any idea why it was needed then? Philip > > Signed-off-by: Mike Looijmans > --- > meta-filesystems/rec

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

Re: [oe] Splitting meta-oe?

2017-02-17 Thread Philip Balister
maintain the layers we maintain. Employers want to pay things they profit from, and that is not paying someone to maintain "core infrastructure". Layer maintainers interests change over time, and you burn out supporting people who get to do all the cool stuff with the layers you maintain.

[oe] [meta-python][PATCH] python-pyyaml: Fix build for per recipe sysroot.

2017-02-13 Thread Philip Balister
Reverse order of include and inherit to prevent DEPENDS= being overwritten. Signed-off-by: Philip Balister --- meta-python/recipes-devtools/python/python-pyyaml_3.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb

[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: text/plain; charset=us-

[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 --- meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python

[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 --- 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/recipes-devtools/python/python-ndg

[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 --- meta-python/recipes-devtools/python/python-cffi_1.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools

[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/ P

[oe] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-09 Thread Philip Balister
http://openembedded.org/wiki/OEDAM_2017 Also, go ahead and add ideas for the agenda. We'll organize them better just before the actual meeting. See you all in Portland, Philip -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedde

  1   2   3   4   5   6   7   8   >