Re: [oe] [meta-ota][PATCH] meta-ota: add support for binary-delta images in a new layer

2020-03-01 Thread Bartosz Golaszewski
niedz., 1 mar 2020 o 14:43 Otavio Salvador napisaƂ(a): > > Hello, > > On Fri, Feb 28, 2020 at 12:03 PM Bartosz Golaszewski wrote: > ... > > Over-The-Air updates are a crucial part of IoT systems based on linux. > > There are several OTA update frameworks available and many offer some > > sort of

Re: [oe] [PATCH 1/5] opencv: Enable pkg-config .pc file generation

2020-03-01 Thread Yeoh, Ee Peng
Yes, you are right, these series of opencv patches are backport for zeus branch. I missed the prefix while preparing and testing these patches. I had resent them with the zeus branch prefix. Thank you for your correction. -Original Message- From: Khem Raj Sent: Sunday, March 1, 2020

[oe] [zeus][[PATCH 2/5] opencv: don't download during configure

2020-03-01 Thread Yeoh Ee Peng
From: Ross Burton OpenCV downloads data files during the CMake configure phase, which is bad because fetching should only happen in do_fetch (and if proxies are needed, won't be set in do_configure). The recipe attempts to solve this already by having the repositories in SRC_URI and moving the

[oe] [zeus][PATCH 5/5] opencv: abort configure if we need to download

2020-03-01 Thread Yeoh Ee Peng
From: Ross Burton OpenCV's habit of downloading files during do_configure is bad form (as it becomes impossible to do offline builds), so add an option to error out if a download would be needed. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee Peng ---

[oe] [zeus][PATCH 4/5] opencv: PACKAGECONFIG for G-API, use system ADE

2020-03-01 Thread Yeoh Ee Peng
From: Ross Burton The Graph API is enabled by default, and if ADE isn't present it will download a copy of the source during do_configure. Add a PACKAGECONFIG for the Graph API, and depend on the ADE that we package. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee

[oe] [zeus][[PATCH 3/5] opencv: also download face alignment data in do_fetch()

2020-03-01 Thread Yeoh Ee Peng
From: Ross Burton The face alignment data is downloaded in do_configure, so download it in do_fetch and add it to the cache. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee Peng --- meta-oe/recipes-support/opencv/opencv_4.1.0.bb | 3 +++ 1 file changed, 3

[oe] [zeus][PATCH 1/5] opencv: Enable pkg-config .pc file generation

2020-03-01 Thread Yeoh Ee Peng
From: Carlos Rafael Giani In OpenCV 4, .pc file generation is disabled by default. Yet, other software such as GStreamer and FFmpeg rely on the .pc files during build time configuration. Explicitely enable .pc file generation to make sure pkg-config can be used for getting information about

Re: [oe] [meta-ota][PATCH] meta-ota: add support for binary-delta images in a new layer

2020-03-01 Thread Otavio Salvador
Hello, On Fri, Feb 28, 2020 at 12:03 PM Bartosz Golaszewski wrote: ... > Over-The-Air updates are a crucial part of IoT systems based on linux. > There are several OTA update frameworks available and many offer some > sort of support in yocto (e.g. meta-mender, meta-rauc). There are certain >

Re: [oe] [meta-java] openjre-8 fmacro-prefix-map problem

2020-03-01 Thread Richard Leitner
Hi, On Wed, Feb 26, 2020 at 01:30:11PM -0500, Lennart Sorensen wrote: > On Mon, Sep 30, 2019, Vincent Prince wrote: > > Hello again, > > > > I see that there is a patch that should fix the problem: > >