|
[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
·
|
|
[meta-rockchip][PATCH 1/2] layer.conf: update layer compatibility for honister
Add honister, remove hardknott.
Signed-off-by: Trevor Woerner <twoerner@...>
Signed-off-by: Khem Raj <raj.khem@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1
Add honister, remove hardknott.
Signed-off-by: Trevor Woerner <twoerner@...>
Signed-off-by: Khem Raj <raj.khem@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Trevor Woerner
·
#54308
·
|
|
Re: [oe][meta-security][PATCH] meta: Fix typos
Acked-by: Martin Jansa <Martin.Jansa@...>
Acked-by: Martin Jansa <Martin.Jansa@...>
|
By
Martin Jansa
·
#54307
·
|
|
Re: RTC issue
Hello jupiter,
I have seen the same message on an i.MX6S7 (https://www.karo-electronics.com/fileadmin/download/Datasheets/TX6S-Datasheet.pdf) with kernel 5.10 (in a dunfell Yocto after I upgraded
Hello jupiter,
I have seen the same message on an i.MX6S7 (https://www.karo-electronics.com/fileadmin/download/Datasheets/TX6S-Datasheet.pdf) with kernel 5.10 (in a dunfell Yocto after I upgraded
|
By
Matthias Klein
·
#54306
·
|
|
Re: (Go) Library for configuring Yocto based boxes?
Hi,
it seems that on the yocto buily the vendor of my box provides (haven't really started customizing this)
both NetworkManager as well as systemd-networkd are installed. This seems to be bad.
I
Hi,
it seems that on the yocto buily the vendor of my box provides (haven't really started customizing this)
both NetworkManager as well as systemd-networkd are installed. This seems to be bad.
I
|
By
Christofer Dutz <christofer.dutz@...>
·
#54305
·
|
|
RTC issue
Hi,
I built Yocto iMX6ULL image on Zeus kernel 4.19, but I have following
RTC errors:
[ 3494.446265] rtc rtc0: Timeout trying to get valid LPSRT Counter read
[ 4190.088406] rtc rtc0: Timeout trying
Hi,
I built Yocto iMX6ULL image on Zeus kernel 4.19, but I have following
RTC errors:
[ 3494.446265] rtc rtc0: Timeout trying to get valid LPSRT Counter read
[ 4190.088406] rtc rtc0: Timeout trying
|
By
JH
·
#54304
·
|
|
cross compile python
#raspberrypi
Hello everyone,
So m working on the yocto project, my image is ready, but i need to cross compile my python script from my pc to the image. Is that possible? because i ve been told that python doesn
Hello everyone,
So m working on the yocto project, my image is ready, but i need to cross compile my python script from my pc to the image. Is that possible? because i ve been told that python doesn
|
By
yasminebenghozzi6@...
·
#54303
·
|