Hi Ayoub,
Thanks for the hint. I knew the recipe exists, but I didn't know it uses
overlay.
I did have a closer look at the mount-copybind script, and it uses
overlay indeed, but it seems it's used for the other purpose. Originally
the recipe provided only bind-mount functionality, they added
Hi,
I am building following imx6ulz-kobs.dts file to a dtb in zeus:
$ cat imx6ulz-kobs.dts
#include "imx6ulz.dts"
/{
model = "customized imx6ull";
compatible = "fsl,imx6ull";
};
&gpmi {
/delete-node/ fsl,use-minimum-ecc;
};
The building process was fine, but that fsl,use-minimum-ecc i
Couldn't we also create a temporary directory and create a file with a
consistent name there, rather than retrying the named file approach?
On Thu, Jun 3, 2021 at 3:24 PM Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> The temp file name may contain "_" characters. Avoid this to avo
Hi,
volatile-binds (maybe the *volatile* naming is misleading) recipe in
yocto is already doing that, just to be appended .ie:
VOLATILE_BINDS += "\
/data/lib/systemd/network /lib/systemd/network\n\
/data/home/root /home/root\n\
"
It will generate for each overlay a mount point service.
BR
On Fri, Jun 4, 2021 at 1:22 PM Vyacheslav Yurkov wrote:
>
> Hi Bruce,
> Thanks for a quick feedback.
>
> > Hi Vyacheslav,
> >
> > This looks like it could be quite useful, but a few comments came to
> > mind on a really quick scan.
> >
> > Since this is systemd based, it should probably have
> > R
Hi Bruce,
Thanks for a quick feedback.
Hi Vyacheslav,
This looks like it could be quite useful, but a few comments came to
mind on a really quick scan.
Since this is systemd based, it should probably have
REQUIRED_DISTRO_FEATURES = "systemd", to ensure that the rest of the
system and packages
On 5/31/21 11:24 PM, zangrc wrote:
From: Wang Mingyu
0001-add-support-for-ipkg-to-debuginfod.cxx.patch
Removed since this is included in 0.185.
Refresh the following patch:
0001-debuginfod-debuginfod-client.c-correct-string-format.patch
0015-config-eu.am-do-not-use-Werror.patch
Signed-off-by
This adds a new optional feature to the ptest run-time test. Most unit
test frameworks such as googletest generate JUnit like XML reports which
can be processed e.g. by GitLab CI or Jenkins.
Example: A run-ptest script executes a googletest based unit test:
/usr/bin/my-unittest --gtest_output="x
Add a new selftest for the ptest imagetest. The new feature
TESTIMAGE_PTEST_REPORT_DIR is verified as well.
---
meta/lib/oeqa/selftest/cases/runtime_test.py | 44
1 file changed, 44 insertions(+)
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py
b/meta/lib/oeqa/selft
- Support systemd as well
- Add a simple ptest
---
.../service/service/run-ptest | 45 +++
.../service/service/skeleton.service | 9
.../recipes-skeleton/service/service_0.1.bb | 32 ++---
3 files changed, 81 insertions(+), 5 deletions(-)
c
Changes from v1 to v2 of these patches:
- Remove artificial ptest example
- Update the existing service skeleton
- add support for systemd
- make it a ptest example
Adrian Freihofer (3):
meta-skeleton: update service example
testimage: support additional reports for ptests
runtime_test.
On Fri, Jun 4, 2021 at 11:09 AM Steve Sakoman wrote:
>
> On Fri, Jun 4, 2021 at 2:45 AM Jonas Mark (BT-FIR/ENG1-Grb)
> wrote:
> >
> > Hi,
> >
> > We are using DT overlays and have the need to pass the -@ parameter in
> > DTC_FLAGS to Linux' make. The patch
> >
> > "kernel-devicetree: Introduce K
On Fri, Jun 4, 2021 at 2:45 AM Jonas Mark (BT-FIR/ENG1-Grb)
wrote:
>
> Hi,
>
> We are using DT overlays and have the need to pass the -@ parameter in
> DTC_FLAGS to Linux' make. The patch
>
> "kernel-devicetree: Introduce KERNEL_DTC_FLAGS to pass dtc flags"
> https://git.openembedded.org/openembe
Several of the valgrind tests (particulaly helgrind) are unreliable and
can fail with a different output.
Particularly, there is a higher chance of failure on QEMU instances with
SMP enabled and on systems with more interrupts such as laptops on powersave.
The tests have been reported upstream as
Hi,
We are using DT overlays and have the need to pass the -@ parameter in
DTC_FLAGS to Linux' make. The patch
"kernel-devicetree: Introduce KERNEL_DTC_FLAGS to pass dtc flags"
https://git.openembedded.org/openembedded-core/commit/?h=hardknott&id=063b5de86624a42b0aa784db6dddc7552a6dee7f
makes t
On Fri, 4 Jun 2021, Andre McCurdy wrote:
... big ship ...
> Just a warning, but if your Makefiles are not generating versioned
> shared libraries then they are probably not setting a soname
> either... and that really messes up OE's automatic runtime
> dependency tracking for shared libraries.
>
From: Lee Chee Yang
Signed-off-by: Lee Chee Yang
---
.../gnutls/gnutls/CVE-2021-20231.patch| 67 +++
.../gnutls/gnutls/CVE-2021-20232.patch| 65 ++
meta/recipes-support/gnutls/gnutls_3.6.14.bb | 2 +
3 files changed, 134 insertions(+)
create mo
From: Lee Chee Yang
Signed-off-by: Lee Chee Yang
---
.../libxml/libxml2/CVE-2021-3517.patch| 53 +++
.../libxml/libxml2/CVE-2021-3537.patch| 50 +
meta/recipes-core/libxml/libxml2_2.9.10.bb| 2 +
3 files changed, 105 insertions(+)
create mod
License-Update: formatting
Signed-off-by: Alexander Kanavin
---
.../xorg-driver/xf86-input-libinput_0.30.0.bb | 11 ---
.../xorg-driver/xf86-input-libinput_1.0.1.bb | 10 ++
2 files changed, 10 insertions(+), 11 deletions(-)
delete mode 100644
meta/recipes-grap
0001-add-support-for-ipkg-to-debuginfod.cxx.patch merged upstream.
0001-debuginfod-debuginfod-client.c-correct-string-format.patch rebased.
Signed-off-by: Alexander Kanavin
---
.../{elfutils_0.183.bb => elfutils_0.185.bb} | 3 +-
...d-support-for-ipkg-to-debuginfod.cxx.patch | 33 --
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
b/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
index 6435fea68c..5ab4bf2816 100644
--
virtual/gl may not necessarily be mesa, and virgl needs
specifically the gbm part of mesa.
There's also hope nvidia will support gbm somehow, someday.
Signed-off-by: Alexander Kanavin
---
meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deleti
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/perl/{perl_5.32.1.bb => perl_5.34.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/perl/{perl_5.32.1.bb => perl_5.34.0.bb} (99%)
diff --git a/meta/recipes-devtools/perl/perl_5.32.1.bb
b/meta/reci
License-Update: added terms for cipher/cipher-gcm-ppc.c, still under GPL
Signed-off-by: Alexander Kanavin
---
.../libgcrypt/{libgcrypt_1.9.2.bb => libgcrypt_1.9.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libgcrypt/{libgcrypt_1.9.2.bb =>
lib
Signed-off-by: Alexander Kanavin
---
...nc_sel.sh-disable-thread_safe_nl_lan.patch | 27 +++
...{perlcross_1.3.5.bb => perlcross_1.3.6.bb} | 5 ++--
2 files changed, 30 insertions(+), 2 deletions(-)
create mode 100644
meta/recipes-devtools/perl-cross/files/0001-cnf-configure_fu
As perl and perl-cross need to be updated (and patches rebased)
in lockstep, devtool upgrade (and therefore AUH) can't cope with it.
Manually updating is still possible, but painful.
Split determinism.patch into perl and perl-cross parts, move the
rest of the perl-cross patches.
Signed-off-by: Al
Signed-off-by: Alexander Kanavin
---
.../cmake/{cmake-native_3.20.2.bb => cmake-native_3.20.3.bb}| 0
meta/recipes-devtools/cmake/cmake.inc | 2 +-
.../recipes-devtools/cmake/{cmake_3.20.2.bb => cmake_3.20.3.bb} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
re
Signed-off-by: Alexander Kanavin
---
...-tests-do-not-statically-link-a-test.patch | 20 +--
.../libcap/{libcap_2.49.bb => libcap_2.50.bb} | 2 +-
2 files changed, 10 insertions(+), 12 deletions(-)
rename meta/recipes-support/libcap/{libcap_2.49.bb => libcap_2.50.bb} (95%)
diff
Whooops, too hasty! Will resend the set.
Alex
On Fri, 4 Jun 2021 at 11:10, Alexander Kanavin
wrote:
> Signed-off-by: Alexander Kanavin
> ---
> meta/conf/distro/include/maintainers.inc| 2 +-
> meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb | 6 --
> 2 files changed, 5 ins
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
b/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
index 6435fea68c..5ab4bf2816 100644
--
Signed-off-by: Alexander Kanavin
---
meta/conf/distro/include/maintainers.inc| 2 +-
meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb | 6 --
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/meta/conf/distro/include/maintainers.inc
b/meta/conf/distro/include/main
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/perl/{perl_5.32.1.bb => perl_5.34.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/perl/{perl_5.32.1.bb => perl_5.34.0.bb} (99%)
diff --git a/meta/recipes-devtools/perl/perl_5.32.1.bb
b/meta/reci
Signed-off-by: Alexander Kanavin
---
...-tests-do-not-statically-link-a-test.patch | 20 +--
.../libcap/{libcap_2.49.bb => libcap_2.50.bb} | 2 +-
2 files changed, 10 insertions(+), 12 deletions(-)
rename meta/recipes-support/libcap/{libcap_2.49.bb => libcap_2.50.bb} (95%)
diff
License-Update: added terms for cipher/cipher-gcm-ppc.c, still under GPL
Signed-off-by: Alexander Kanavin
---
.../libgcrypt/{libgcrypt_1.9.2.bb => libgcrypt_1.9.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libgcrypt/{libgcrypt_1.9.2.bb =>
lib
License-Update: formatting
Signed-off-by: Alexander Kanavin
---
.../xorg-driver/xf86-input-libinput_0.30.0.bb | 11 ---
.../xorg-driver/xf86-input-libinput_1.0.1.bb | 10 ++
2 files changed, 10 insertions(+), 11 deletions(-)
delete mode 100644
meta/recipes-grap
Signed-off-by: Alexander Kanavin
---
.../perl-cross/{perlcross_1.3.5.bb => perlcross_1.3.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/perl-cross/{perlcross_1.3.5.bb =>
perlcross_1.3.6.bb} (92%)
diff --git a/meta/recipes-devtools/perl-cross/perl
As perl and perl-cross need to be updated (and patches rebased)
in lockstep, devtool upgrade (and therefore AUH) can't cope with it.
Manually updating is still possible, but painful.
Split determinism.patch into perl and perl-cross parts, move the
rest of the perl-cross patches.
Signed-off-by: Al
Signed-off-by: Alexander Kanavin
---
.../cmake/{cmake-native_3.20.2.bb => cmake-native_3.20.3.bb}| 0
meta/recipes-devtools/cmake/cmake.inc | 2 +-
.../recipes-devtools/cmake/{cmake_3.20.2.bb => cmake_3.20.3.bb} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
re
0001-add-support-for-ipkg-to-debuginfod.cxx.patch merged upstream.
0001-debuginfod-debuginfod-client.c-correct-string-format.patch rebased.
Signed-off-by: Alexander Kanavin
---
.../{elfutils_0.183.bb => elfutils_0.185.bb} | 3 +-
...d-support-for-ipkg-to-debuginfod.cxx.patch | 33 --
virtual/gl may not necessarily be mesa, and virgl needs
specifically the gbm part of mesa.
There's also hope nvidia will support gbm somehow, someday.
Signed-off-by: Alexander Kanavin
---
meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deleti
In order to enable configuration option aaf (AVTP Audio Format)
used for AVB the library libavtp is a dependency but no recipe for
this library was present. aaf support for alsa-plugins was
introduced in ddf5421331180bc45697511b44cdd4a4e6dda6ff.
Signed-off-by: Peter Bergin
---
meta/recipes-multi
On Thu, May 20, 2021 at 02:57:26PM +0100, Richard Purdie wrote:
> On Thu, 2021-05-20 at 12:27 +0100, Richard Purdie via lists.openembedded.org
> wrote:
> > On Tue, 2021-05-18 at 06:05 -0700, Peter Morrow wrote:
> > > Add a simple build test for the golang toolchain which is produced into a
> > >
On Thu, Jun 3, 2021 at 7:26 AM Robert P. J. Day wrote:
>
> On Thu, 3 Jun 2021, Andrea Adami wrote:
>
> > On Thu, Jun 3, 2021 at 4:01 PM Robert P. J. Day
> > wrote:
> > >
> > >
> > > sort of a 2-part soliloquy. in current YP code base i've inherited,
> > > most of the internal (local directory
43 matches
Mail list logo