|
[yocto-autobuilder-helper][dunfell] config.json: Update check-layer to use --no-auto-dependency after yocto-check-layer changes
From: Richard Purdie <richard.purdie@...>
Add layer checks for meta-aws and meta-openembedded while we're at it
Signed-off-by: Richard Purdie
From: Richard Purdie <richard.purdie@...>
Add layer checks for meta-aws and meta-openembedded while we're at it
Signed-off-by: Richard Purdie
|
By
Steve Sakoman
·
#54328
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 8/5/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Diane, Joshua, MichaelO, Randy, Richard, Saul, Stephen, Steve, Tim, Tony, TrevorG
ARs: N/A
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Diane, Joshua, MichaelO, Randy, Richard, Saul, Stephen, Steve, Tim, Tony, TrevorG
ARs: N/A
|
By
Trevor Gamblin
·
#54327
·
|
|
Re: (Go) Library for configuring Yocto based boxes?
In this case you should probably ask your vendor how they set up
networking and why they installed both.
It's possible that your vendor configured something different than the
defaults, hard to tell
In this case you should probably ask your vendor how they set up
networking and why they installed both.
It's possible that your vendor configured something different than the
defaults, hard to tell
|
By
Nicolas Jeker
·
#54326
·
|
|
[meta-cgl][PATCH 6/6] crmsh: upgrade 4.2.0 -> 4.3.1
Signed-off-by: Yi Zhao <yi.zhao@...>
---
.../recipes-cgl/crmsh/{crmsh_4.20.bb => crmsh_4.3.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename
Signed-off-by: Yi Zhao <yi.zhao@...>
---
.../recipes-cgl/crmsh/{crmsh_4.20.bb => crmsh_4.3.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename
|
By
Yi Zhao
·
#54325
·
|
|
[meta-cgl][PATCH 5/6] README: update
Remove mata-qt3 layer dependency since is is obsolete.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
README | 7 -------
cgl-init-build-env | 2 +-
meta-cgl-common/README |
Remove mata-qt3 layer dependency since is is obsolete.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
README | 7 -------
cgl-init-build-env | 2 +-
meta-cgl-common/README |
|
By
Yi Zhao
·
#54324
·
|
|
[meta-cgl][PATCH 4/6] cgl_common_security_flags.inc: remove SECURITY_LDFLAGS override for audit
Compiling audit with -fstack-protector-strong works well now, so the
override doesn't necessary anymore.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
Compiling audit with -fstack-protector-strong works well now, so the
override doesn't necessary anymore.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
|
By
Yi Zhao
·
#54323
·
|
|
[meta-cgl][PATCH 1/6] meta-cgl: convert to new override syntax
This is the result of automated script conversion:
poky/scripts/contrib/convert-overrides.py meta-cgl
Converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Yi
This is the result of automated script conversion:
poky/scripts/contrib/convert-overrides.py meta-cgl
Converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Yi
|
By
Yi Zhao
·
#54322
·
|
|
[meta-cgl][PATCH 3/6] packagegroup-cgl-middleware: replace dhcp-client/dhcp-server with dhcpcd/kea
The dhcp had been removed for oe-core. Replace it with dhcpcd/kea.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
.../packagegroups/packagegroup-cgl-middleware.bb | 9 +++------
1 file
The dhcp had been removed for oe-core. Replace it with dhcpcd/kea.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
.../packagegroups/packagegroup-cgl-middleware.bb | 9 +++------
1 file
|
By
Yi Zhao
·
#54321
·
|
|
[meta-cgl][PATCH 2/6] layer.conf: add honister to LAYERSERIES_COMPAT
Drop other releases since they are not compatible anymore.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
meta-cgl-common/conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1
Drop other releases since they are not compatible anymore.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
meta-cgl-common/conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Yi Zhao
·
#54320
·
|
|
Re: cross compile python
#raspberrypi
Sure, you will have to write a recipe to package your python script. you can use devtool if your scripts are in a git repo then it can generate a template recipe for you which you can use as baseline
Sure, you will have to write a recipe to package your python script. you can use devtool if your scripts are in a git repo then it can generate a template recipe for you which you can use as baseline
|
By
Khem Raj
·
#54319
·
|
|
Re: Recipe dependent on Debian package - How should I approach?
#debian
#yocto
Please post full compiler cmdline, it will show what all include paths are specified.
If systemd is added to DEPENDS and also ensure you are using systemd for init system as well.
Search for
Please post full compiler cmdline, it will show what all include paths are specified.
If systemd is added to DEPENDS and also ensure you are using systemd for init system as well.
Search for
|
By
Khem Raj
·
#54318
·
|
|
Re: [meta-rockchip][PATCH 1/2] layer.conf: update layer compatibility for honister
applied to meta-rockchip, master
applied to meta-rockchip, master
|
By
Trevor Woerner
·
#54317
·
|
|
Re: [meta-rockchip][PATCH 2/2] switch to the new bitbake OVERRIDE syntax
applied to meta-rockchip, master
applied to meta-rockchip, master
|
By
Trevor Woerner
·
#54316
·
|
|
[meta-zephyr][PATCH v2 2/2] layer.conf: add honister to LAYERSERIES_COMPAT
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index
|
By
Naveen Saini
·
#54315
·
|
|
[meta-zephyr][PATCH v2 1/2] Convert to new override syntax
Use the convert-overrides.py to convert to new syntax and fixed
some additional changes manually.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
classes/zephyr.bbclass
Use the convert-overrides.py to convert to new syntax and fixed
some additional changes manually.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
classes/zephyr.bbclass
|
By
Naveen Saini
·
#54314
·
|
|
Re: [meta-rockchip][PATCH v2 1/2] layer: Convert to new override syntax
sounds good.
By
Khem Raj
·
#54313
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for August 3 2021
Yocto Technical Team Minutes, Engineering Sync, for August 3 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
Yocto Technical Team Minutes, Engineering Sync, for August 3 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
|
By
Trevor Woerner
·
#54312
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for July 27 2021
Yocto Technical Team Minutes, Engineering Sync, for July 27 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
Yocto Technical Team Minutes, Engineering Sync, for July 27 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
|
By
Trevor Woerner
·
#54311
·
|
|
Re: [meta-rockchip][PATCH v2 1/2] layer: Convert to new override syntax
There are still some cases which are being missed. For example, this patch
doesn't build successfully for marsboard-rk3066, rock2-square, and
tinker-board.
I had been working on a similar patch
There are still some cases which are being missed. For example, this patch
doesn't build successfully for marsboard-rk3066, rock2-square, and
tinker-board.
I had been working on a similar patch
|
By
Trevor Woerner
·
#54310
·
|
|
[meta-rockchip][PATCH 2/2] switch to the new bitbake OVERRIDE syntax
With bitbake commit 7dcf317cc141dc980634f8c18bfa84f83e57206a
("bitbake: Switch to using new override syntax"), applied on
Aug 2, 2021, the OVERRIDE separator is now a colon instead of
an underscore.
With bitbake commit 7dcf317cc141dc980634f8c18bfa84f83e57206a
("bitbake: Switch to using new override syntax"), applied on
Aug 2, 2021, the OVERRIDE separator is now a colon instead of
an underscore.
|
By
Trevor Woerner
·
#54309
·
|