|
Re: Dependency for binary package
Hi Rudolf,
Bitbake versions its shared libraries. So a binary built by Bitbake will link against libGLESv2.so.1.3 (or whatever the version of the lib actually is).
This also means that the only
Hi Rudolf,
Bitbake versions its shared libraries. So a binary built by Bitbake will link against libGLESv2.so.1.3 (or whatever the version of the lib actually is).
This also means that the only
|
By
Quentin Schulz
·
#57899
·
|
|
Dependency for binary package
I am packaging a binary package that has been built with the SDK created with the exact same configuration.
During do_package I am getting an error that a dependency on libGLESv2.so()(64bit) cannot
I am packaging a binary package that has been built with the SDK created with the exact same configuration.
During do_package I am getting an error that a dependency on libGLESv2.so()(64bit) cannot
|
By
Rudolf J Streif
·
#57898
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.19.rc1)
Hi Everyone,
QA for yocto-3.1.19.rc1 is completed. This is the full report for this release:
Hi Everyone,
QA for yocto-3.1.19.rc1 is completed. This is the full report for this release:
|
By
Teoh, Jay Shen
·
#57897
·
|
|
Failing to add modphp httpd.conf missing php-native
Hello yocto users,
I’m trying to add modphp to my project, since there isn’t a dedicated modphp recipe anymore I added an php bbappend with:
PACKAGECONFIG:append = " apache2"
According to
Hello yocto users,
I’m trying to add modphp to my project, since there isn’t a dedicated modphp recipe anymore I added an php bbappend with:
PACKAGECONFIG:append = " apache2"
According to
|
By
Duda, Alexander
·
#57896
·
|
|
Re: Building for both target and host
DEPENDS = "<full set>"
DEPENDS:class-native = "<more restricted set>"
and variations of this for other kinds of variables are one
possibility. It all really depends.
Cheers,
Richard
DEPENDS = "<full set>"
DEPENDS:class-native = "<more restricted set>"
and variations of this for other kinds of variables are one
possibility. It all really depends.
Cheers,
Richard
|
By
Richard Purdie
·
#57895
·
|
|
Re: Building for both target and host
One option is to actually build an image for a qemux86_64 machine with the items you need (or qemuarm64 if that's your build host), then use 'runqemu kvm' to get native execution speed in a fully
One option is to actually build an image for a qemux86_64 machine with the items you need (or qemuarm64 if that's your build host), then use 'runqemu kvm' to get native execution speed in a fully
|
By
Alexander Kanavin
·
#57894
·
|
|
Re: Building for both target and host
Hi Richard,
Thanks, that seems like pretty much what I need!
However, currently the recipes in the dependency chain don't all contain 'native' counterparts.
Most actually wouldn't really need to for
Hi Richard,
Thanks, that seems like pretty much what I need!
However, currently the recipes in the dependency chain don't all contain 'native' counterparts.
Most actually wouldn't really need to for
|
By
Maik Vermeulen
·
#57893
·
|
|
Re: Bitbake + Patches
By
Peter Kjellerstedt
·
#57892
·
|
|
Re: Building for both target and host
BBCLASSEXTEND = "native"
would create a variant of the recipe X as X-native which would run on
the build host. That may or may not be what you're looking for :)
Cheers,
Richard
BBCLASSEXTEND = "native"
would create a variant of the recipe X as X-native which would run on
the build host. That may or may not be what you're looking for :)
Cheers,
Richard
|
By
Richard Purdie
·
#57891
·
|
|
Building for both target and host
Hi,
We have a recipe with a CMake project which works fine on target, but ideally we would like to test functionality on our host systems first.
How can we also have it generate executables for the
Hi,
We have a recipe with a CMake project which works fine on target, but ideally we would like to test functionality on our host systems first.
How can we also have it generate executables for the
|
By
Maik Vermeulen
·
#57890
·
|
|
[meta-parsec][PATCH] parsec-service: Update oeqa tests
Signed-off-by: Anton Antonov <Anton.Antonov@...>
---
meta-parsec/README.md | 3 +-
meta-parsec/lib/oeqa/runtime/cases/parsec.py | 100 +++++++++++++++---
Signed-off-by: Anton Antonov <Anton.Antonov@...>
---
meta-parsec/README.md | 3 +-
meta-parsec/lib/oeqa/runtime/cases/parsec.py | 100 +++++++++++++++---
|
By
Anton Antonov
·
#57889
·
|
|
[PATCH yocto-autobuilder2] config.py: run oe-selftest-armhost in a-quick and a-full
Now that the selftest passes on Arm hosts, add it to the shared worker
builder list so that it is executed by a-full and a-quick builds.
Signed-off-by: Ross Burton <ross.burton@...>
---
Now that the selftest passes on Arm hosts, add it to the shared worker
builder list so that it is executed by a-full and a-quick builds.
Signed-off-by: Ross Burton <ross.burton@...>
---
|
By
Ross Burton
·
#57888
·
|
|
[PATCH yocto-autobuilder2] config.py: add ubuntu2204-arm-1 (the Ampere Altra) to workers_arm
Signed-off-by: Ross Burton <ross.burton@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 00f7e70..5b4eccc 100644
---
Signed-off-by: Ross Burton <ross.burton@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 00f7e70..5b4eccc 100644
---
|
By
Ross Burton
·
#57887
·
|
|
Re: Custom QA Checks
Thanks for the example, very helpful!
-Paul Wicks
Thanks for the example, very helpful!
-Paul Wicks
|
By
Paul Wicks
·
#57886
·
|
|
Yocto Project Status 23 August 2022 (WW34)
Current Dev Position: YP 4.1 M3 (Feature Freeze)
Next Deadline: 22nd August 2022 YP 4.1 M3 Build
Next Team Meetings:
Bug Triage meeting Thursday August 25th 7:30 am PDT
Current Dev Position: YP 4.1 M3 (Feature Freeze)
Next Deadline: 22nd August 2022 YP 4.1 M3 Build
Next Team Meetings:
Bug Triage meeting Thursday August 25th 7:30 am PDT
|
By
Stephen Jolley
·
#57885
·
|
|
Re: Bitbake + Patches
By
Peter Kjellerstedt
·
#57884
·
|
|
Boot QCOW2 image on ARM64 with EFI
Hi,
Is there a tutorial or some example that explains how to generate a wic.qcow2 image that is able to boot using UEFI on qemu/UTM (on Mac M1) ?
thanks
--
GL
https://www.meocci.it
Hi,
Is there a tutorial or some example that explains how to generate a wic.qcow2 image that is able to boot using UEFI on qemu/UTM (on Mac M1) ?
thanks
--
GL
https://www.meocci.it
|
By
Gian Lorenzo Meocci <glmeocci@...>
·
#57883
·
|
|
Compiling and installing mariadb-connector-c
Hello,
I'm having issues compiling mariadb-connector-c in yocto (BSP-Yocto-i.MX6-PD20.1.0). The following is my recipe:
SUMMARY = "MariadbConnector"
SECTION = "base"
DESCRIPTION = "This recipe is
Hello,
I'm having issues compiling mariadb-connector-c in yocto (BSP-Yocto-i.MX6-PD20.1.0). The following is my recipe:
SUMMARY = "MariadbConnector"
SECTION = "base"
DESCRIPTION = "This recipe is
|
By
S. Srinivasan <shsrvn@...>
·
#57882
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.19.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.19.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.19.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Teoh, Jay Shen
·
#57881
·
|
|
M+ & H bugs with Milestone Movements WW34
All,
YP M+ or high bugs which moved to a new milestone in WW34 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
14125
busybox wget ssl is exposed to MitM
All,
YP M+ or high bugs which moved to a new milestone in WW34 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
14125
busybox wget ssl is exposed to MitM
|
By
Stephen Jolley
·
#57880
·
|