|
[OE-core][PATCH v2] kernel-dummy: fix executing unexpected tasks
- correctly save files into sstate
- fix: ERROR: Task linux-dummy.do_fetch attempted to execute unexpectedly
Signed-off-by: Andrej Valek <andrej.valek@...>
---
- correctly save files into sstate
- fix: ERROR: Task linux-dummy.do_fetch attempted to execute unexpectedly
Signed-off-by: Andrej Valek <andrej.valek@...>
---
|
By
Andrej Valek <andrej.valek@...>
·
#51563
·
|
|
Re: [OE-core][PATCH] kernel-dummy: fix executing unexpected tasks
I wouldn't recommend this in a core recipe, since there may be task dependencies, or someone, somewhere extending those tasks.
If they aren't triggering the problem you are fixing, I'd leave them
I wouldn't recommend this in a core recipe, since there may be task dependencies, or someone, somewhere extending those tasks.
If they aren't triggering the problem you are fixing, I'd leave them
|
By
Bruce Ashfield
·
#51562
·
|
|
Re: [OE-core][PATCH] kernel-dummy: fix executing unexpected tasks
I don't think "CLOSED" is a good choice to use in the core metadata.
The usual way to handle recipes like this which don't require external
source code is to say that they have the same license as the
I don't think "CLOSED" is a good choice to use in the core metadata.
The usual way to handle recipes like this which don't require external
source code is to say that they have the same license as the
|
By
Paul Barker
·
#51561
·
|
|
[OE-core][PATCH] kernel-dummy: fix executing unexpected tasks
- refactor kernel dummy recipe
- remove unneeded COPYING.GPL file -> change license to close
- remove unneeded tasks (fetch, unpack, pack)
- do not run unneeded tasks, but keep deps (configure,
- refactor kernel dummy recipe
- remove unneeded COPYING.GPL file -> change license to close
- remove unneeded tasks (fetch, unpack, pack)
- do not run unneeded tasks, but keep deps (configure,
|
By
Andrej Valek <andrej.valek@...>
·
#51560
·
|
|
Re: Error when building eSDK for a "linux-dummy"
i have not really spent time looking into this
i have not really spent time looking into this
|
By
Khem Raj
·
#51559
·
|
|
Raspberrypi CM3, u-boot console and kernel patch
#raspberrypi
#rpi
#cm3
#dunfell
#kernel
Dear all,
I have 4 different topics on which I can't find a correct answer on internet.
I am developing a new system base on the Raspberrypi CM3+ with our custom board. I am using Yocto with the
Dear all,
I have 4 different topics on which I can't find a correct answer on internet.
I am developing a new system base on the Raspberrypi CM3+ with our custom board. I am using Yocto with the
|
By
Romain Crausaz <romain.crausaz@...>
·
#51558
·
|
|
[meta-security][PATCH] tpm2-pkcs11: build and package python tools
Signed-off-by: Adrian Ratiu <adrian.ratiu@...>
---
.../tpm2-pkcs11/tpm2-pkcs11_1.4.0.bb | 25 +++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Adrian Ratiu <adrian.ratiu@...>
---
.../tpm2-pkcs11/tpm2-pkcs11_1.4.0.bb | 25 +++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git
|
By
Ioan-Adrian Ratiu
·
#51557
·
|
|
Re: Parsing recipes: 0% | - hangs for a while
Maybe related to this: meta/conf/distro/include/default-distrovars.inc
# The CONNECTIVITY_CHECK_URIS are used to test whether we can succesfully
# fetch from the network (and warn you if
Maybe related to this: meta/conf/distro/include/default-distrovars.inc
# The CONNECTIVITY_CHECK_URIS are used to test whether we can succesfully
# fetch from the network (and warn you if
|
By
Jean-Marie Lemetayer
·
#51556
·
|
|
Re: How to add Python3 json module in Yocto
simply adding a recipe to your layer is not sufficient ... you need
to specifically say you want a package added to your image with,
perhaps, adding the line:
IMAGE_INSTALL_append = " <package>
simply adding a recipe to your layer is not sufficient ... you need
to specifically say you want a package added to your image with,
perhaps, adding the line:
IMAGE_INSTALL_append = " <package>
|
By
Robert P. J. Day
·
#51555
·
|
|
How to add Python3 json module in Yocto
Hi, can anyone please guide me on adding json module to my python library in yocto. I had download .bb file from OE Layer and placed it under recipe-devtool/python folder, but it is not including to
Hi, can anyone please guide me on adding json module to my python library in yocto. I had download .bb file from OE Layer and placed it under recipe-devtool/python folder, but it is not including to
|
By
Vijay Rakesh Munganda
·
#51554
·
|
|
Re: Parsing recipes: 0% | - hangs for a while
The issue was located. I had overridden to the local path of one recipe via
"devtool modify -n <my_recipe>" /my/local/path
and during parsing it hangs at
"Inheriting
The issue was located. I had overridden to the local path of one recipe via
"devtool modify -n <my_recipe>" /my/local/path
and during parsing it hangs at
"Inheriting
|
By
Sergey Ivanov <icegood1980@...>
·
#51553
·
|
|
Parsing recipes: 0% | - hangs for a while
Since today i encountered issue in the topic.
I had this issue before when i forgot to turn on vpn (somehow parsing depends on it). But today is everything is OK and i wonder what went wrong. More
Since today i encountered issue in the topic.
I had this issue before when i forgot to turn on vpn (somehow parsing depends on it). But today is everything is OK and i wonder what went wrong. More
|
By
Sergey Ivanov <icegood1980@...>
·
#51552
·
|
|
Error when building eSDK for a "linux-dummy"
Hello Khem,
I was, that you were trying to figure you, what’s going wrong with “linux-dummy” kernel in eSDK case. Did you or somebody else find something?
I have the same problem as
Hello Khem,
I was, that you were trying to figure you, what’s going wrong with “linux-dummy” kernel in eSDK case. Did you or somebody else find something?
I have the same problem as
|
By
Andrej Valek <andrej.valek@...>
·
#51551
·
|
|
Re: Problem with recipe that depends on a binary that is generated during its build
Ok I've found a solution by myself. Basically I just used the trick showed in the Technical FAQ and put a bunch of install commands in the do_install task.
Now the only problem I have is that the
Ok I've found a solution by myself. Basically I just used the trick showed in the Technical FAQ and put a bunch of install commands in the do_install task.
Now the only problem I have is that the
|
By
Matteo Iervasi
·
#51550
·
|
|
M+ & H bugs with Milestone Movements WW47
All,
YP M+ or high bugs which moved to a new milestone in WW47 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13338
SDK build fails if image contains
All,
YP M+ or high bugs which moved to a new milestone in WW47 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13338
SDK build fails if image contains
|
By
Stephen Jolley
·
#51549
·
|
|
Enhancements/Bugs closed WW47!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
richard.purdie@...
5
randy.macleod@...
4
mhalstead@...
1
ross@...
1
Grand Total
11
Thanks,
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
richard.purdie@...
5
randy.macleod@...
4
mhalstead@...
1
ross@...
1
Grand Total
11
Thanks,
|
By
Stephen Jolley
·
#51548
·
|
|
Current high bug count owners for Yocto Project 3.3
All,
Below is the list as of top 50 bug owners as of the end of WW47 of who have open medium or higher bugs and enhancements against YP 3.3. There are 111 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW47 of who have open medium or higher bugs and enhancements against YP 3.3. There are 111 possible work days left until the final
|
By
Stephen Jolley
·
#51547
·
|
|
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
·
#51546
·
|
|
Yocto Project Status WW47'20
Current Dev Position: YP 3.3 M1 development
Next Deadline: 7th December 2020 YP 3.3 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Nov. 26th at 7:30am PDT
Current Dev Position: YP 3.3 M1 development
Next Deadline: 7th December 2020 YP 3.3 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Nov. 26th at 7:30am PDT
|
By
Stephen Jolley
·
#51545
·
|
|
Re: How to add python application into the build.
#python
#toolchain
Hi Vijay
Reading and following the section about "Writing a New Recipe" in the
manual is probably a good starting
Hi Vijay
Reading and following the section about "Writing a New Recipe" in the
manual is probably a good starting
|
By
Nicolas Jeker
·
#51544
·
|