|
Re: How to select Linux kernel version?
Thanks for the response.
Yes, I tried to set both in local.conif or distro, none of works.
There was no PREFERRED_PROVIDER_virtual/kernel, nor
PREFERRED_VERSION_linux-yocto setup.
Thank you.
Kind
Thanks for the response.
Yes, I tried to set both in local.conif or distro, none of works.
There was no PREFERRED_PROVIDER_virtual/kernel, nor
PREFERRED_VERSION_linux-yocto setup.
Thank you.
Kind
|
By
JH
·
#51889
·
|
|
Re: How to select Linux kernel version?
Is the PREFERRED_PROVIDER_virtual/kernel set to linux-yocto? You need
to set the PREFERRED_VERSION for kernel that you are using ...
bitbake -e virtual/kernel output should help see how it's being
Is the PREFERRED_PROVIDER_virtual/kernel set to linux-yocto? You need
to set the PREFERRED_VERSION for kernel that you are using ...
bitbake -e virtual/kernel output should help see how it's being
|
By
Anuj Mittal
·
#51888
·
|
|
How to select Linux kernel version?
Hi,
I replaced Linux kernel version from 4.19 by 5.10 bb file, but it
still built 4.19 zImage, I add PREFERRED_VERSION_linux-yocto = "5.10%"
in local.conf, it still built 4.19 zImage. Where the linux
Hi,
I replaced Linux kernel version from 4.19 by 5.10 bb file, but it
still built 4.19 zImage, I add PREFERRED_VERSION_linux-yocto = "5.10%"
in local.conf, it still built 4.19 zImage. Where the linux
|
By
JH
·
#51887
·
|
|
Re: oeqa: testcase caching
FWIW this doesn't sound right to me. pyc files (in __pycache__) would
cache the code, not data so I don't see how these values would be
preserved there. I don't doubt you're seeing some kind of issue
FWIW this doesn't sound right to me. pyc files (in __pycache__) would
cache the code, not data so I don't see how these values would be
preserved there. I don't doubt you're seeing some kind of issue
|
By
Richard Purdie
·
#51886
·
|
|
Re: How do I build an x32 Intel system?
On Sun, 2021-01-03 at 10:44 -0800, Paul D. DeRocco wrote:
I've been resurrecting an old Pyro project under Gatesgarth. It's an
Intel
32-bit system that needs maximum speed, so I decided to try to
On Sun, 2021-01-03 at 10:44 -0800, Paul D. DeRocco wrote:
I've been resurrecting an old Pyro project under Gatesgarth. It's an
Intel
32-bit system that needs maximum speed, so I decided to try to
|
By
Richard Purdie
·
#51885
·
|
|
Yocto Project Status WW01`21
Current Dev Position: YP 3.3 M2 development
Next Deadline: 18th January 2021 YP 3.3 M2 build
Next Team Meetings:
Bug Triage meeting Thursday Jan. 7th at 7:30am PDT
Current Dev Position: YP 3.3 M2 development
Next Deadline: 18th January 2021 YP 3.3 M2 build
Next Team Meetings:
Bug Triage meeting Thursday Jan. 7th at 7:30am PDT
|
By
Stephen Jolley
·
#51884
·
|
|
Update version
Hi,
Where to download Yocto receipt for kernel version 5.10? To update a
stable version, should I update Yocto version to 3.3 or 3.1?
Thank you.
Kind regards,
- j
Hi,
Where to download Yocto receipt for kernel version 5.10? To update a
stable version, should I update Yocto version to 3.3 or 3.1?
Thank you.
Kind regards,
- j
|
By
JH
·
#51883
·
|
|
[meta-mingw][PATCH] openssl: support for building nativesdk of mingw
* add support for mingw32
* Engines are installed in a slightly different path, which is
urgly, patch it to make the path shorter
* remove runtime dependency from perl for mingw nativesdk
since
* add support for mingw32
* Engines are installed in a slightly different path, which is
urgly, patch it to make the path shorter
* remove runtime dependency from perl for mingw nativesdk
since
|
By
Changqing Li
·
#51882
·
|
|
M+ & H bugs with Milestone Movements WW01
All,
YP M+ or high bugs which moved to a new milestone in WW01 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
11449
Allow overriding classes to
All,
YP M+ or high bugs which moved to a new milestone in WW01 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
11449
Allow overriding classes to
|
By
Stephen Jolley
·
#51881
·
|
|
Current high bug count owners for Yocto Project 3.3
All,
Below is the list as of top 48 bug owners as of the end of WW01 of who have open medium or higher bugs and enhancements against YP 3.3. There are 81 possible work days left until the final
All,
Below is the list as of top 48 bug owners as of the end of WW01 of who have open medium or higher bugs and enhancements against YP 3.3. There are 81 possible work days left until the final
|
By
Stephen Jolley
·
#51880
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#51879
·
|
|
Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (1/5)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (1/5)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
|
By
Stephen Jolley
·
#51878
·
|
|
Re: oeqa: test cases at the end of the test suite
Those are not test cases then, surely. If you want to run actions
after test cases to collect log files then I'd implement that as a
decorator on the test cases.
Ross
Those are not test cases then, surely. If you want to run actions
after test cases to collect log files then I'd implement that as a
decorator on the test cases.
Ross
|
By
Ross Burton <ross@...>
·
#51877
·
|
|
Re: oeqa: test cases at the end of the test suite
I'd say improving the actual test ordering function is the way to go, yes. Not sure how the ordering 'hint' should be like, but maybe setting an integer priority via a decorator would
I'd say improving the actual test ordering function is the way to go, yes. Not sure how the ordering 'hint' should be like, but maybe setting an integer priority via a decorator would
|
By
Alexander Kanavin
·
#51876
·
|
|
Re: How do I build an x32 Intel system?
I'm not familiar with x32 myself but Debian has an x32port which should
give you a working kernel config to start from.
https://wiki.debian.org/X32Port
--
I'm not familiar with x32 myself but Debian has an x32port which should
give you a working kernel config to start from.
https://wiki.debian.org/X32Port
--
|
By
Morgan Hill
·
#51875
·
|
|
oeqa: test cases at the end of the test suite
Hi all,
I have a few oeqa test cases, which always should run last in a test suite (log and file collectors for instance).
Due to the ordering of the test case discovery I had to name all those tests
Hi all,
I have a few oeqa test cases, which always should run last in a test suite (log and file collectors for instance).
Due to the ordering of the test case discovery I had to name all those tests
|
By
Konrad Weihmann <kweihmann@...>
·
#51874
·
|
|
oeqa: testcase caching
Hi all,
I have a bunch of custom testcases (oeqa/runtime/cases) which are interacting with "d" from the build host - basically fetching some info while executing the test, e.g.
foo =
Hi all,
I have a bunch of custom testcases (oeqa/runtime/cases) which are interacting with "d" from the build host - basically fetching some info while executing the test, e.g.
foo =
|
By
Konrad Weihmann <kweihmann@...>
·
#51873
·
|
|
Re: [meta-tensorflow][PATCH 8/25] tensorflow-estimator: 1.13 -> 2.4
Hi Hongxu,
I'm getting issue when building tensorflow-estimator (I add small
changes to be able to build this patches on top of dunfell) and I'm
getting:
| /bin/bash -c
Hi Hongxu,
I'm getting issue when building tensorflow-estimator (I add small
changes to be able to build this patches on top of dunfell) and I'm
getting:
| /bin/bash -c
|
By
Marek Belisko
·
#51872
·
|
|
#yocto #gstreamer #gstreamer1.0-plugins-bad
#yocto
#gstreamer
#aom
#av1
Bonjour, j'essaye d'ajouter le aom plugin au niveau de la gstreamer1.0-plugins-bad. J'ai basculé sur gatesgarth version. Je commence à faire lebuild. J'avais un problème de lisence. Je l'ai
Bonjour, j'essaye d'ajouter le aom plugin au niveau de la gstreamer1.0-plugins-bad. J'ai basculé sur gatesgarth version. Je commence à faire lebuild. J'avais un problème de lisence. Je l'ai
|
By
safouane maaloul
·
#51871
·
|
|
Re: Standard library header bug when compiling x32 application
/opt/poky/3.2.1/i64/sysroots/core2-64-poky-linux/usr/include/sys/cdefs.h:453
/opt/poky/3.2.1/i64/sysroots/core2-64-poky-linux/usr/include/features.h:465,
/opt/poky/3.2.1/i64/sysroots/core2-64-poky-lin
/opt/poky/3.2.1/i64/sysroots/core2-64-poky-linux/usr/include/sys/cdefs.h:453
/opt/poky/3.2.1/i64/sysroots/core2-64-poky-linux/usr/include/features.h:465,
/opt/poky/3.2.1/i64/sysroots/core2-64-poky-lin
|
By
Paul D. DeRocco
·
#51870
·
|