|
Re: U-Boot sama5d3 xplained issue
We changed the file directly.
Since it's a custom file, I don't think it is being downloaded. What is the easiest way to determine if it's being downloaded?
Thanks,
David
We changed the file directly.
Since it's a custom file, I don't think it is being downloaded. What is the easiest way to determine if it's being downloaded?
Thanks,
David
|
By
David Novak <david.novak@...>
·
#51580
·
|
|
Re: How to Add Packages to Python3
Just add RDEPENDS_${PN] += "python3-json" to the recipe that creates the package, that contains the mentioned python script.
Alternatively add IMAGE_INSTALL += "python3-json" to the image the script
Just add RDEPENDS_${PN] += "python3-json" to the recipe that creates the package, that contains the mentioned python script.
Alternatively add IMAGE_INSTALL += "python3-json" to the image the script
|
By
Konrad Weihmann <kweihmann@...>
·
#51579
·
|
|
Re: [OE-core][PATCH v2] kernel-dummy: fix executing unexpected tasks
No problem, you can keep the deploy task dependency, like it was.
Regards,
Andrej
No problem, you can keep the deploy task dependency, like it was.
Regards,
Andrej
|
By
Andrej Valek <andrej.valek@...>
·
#51578
·
|
|
Re: [OE-core][PATCH v2] kernel-dummy: fix executing unexpected tasks
I'm trying to work out why we need the extra dependencies when the
tasks are empty.
I can see how adding the inherit would help, I'm less sure how adding
the deploy task after the others does
I'm trying to work out why we need the extra dependencies when the
tasks are empty.
I can see how adding the inherit would help, I'm less sure how adding
the deploy task after the others does
|
By
Richard Purdie
·
#51577
·
|
|
Re: [OE-core][PATCH v2] kernel-dummy: fix executing unexpected tasks
Hello Richard,
No it's not a leftover. I've just copied it from kernel.bbclass, where this task is written correctly. But you can change it to previous version I guess.
Regards,
Andrej
Hello Richard,
No it's not a leftover. I've just copied it from kernel.bbclass, where this task is written correctly. But you can change it to previous version I guess.
Regards,
Andrej
|
By
Andrej Valek <andrej.valek@...>
·
#51576
·
|
|
Re: [OE-core][PATCH v2] kernel-dummy: fix executing unexpected tasks
Is this a leftover from the previous version of the patch? We don't
normally need those constraints?
Cheers,
Richard
Is this a leftover from the previous version of the patch? We don't
normally need those constraints?
Cheers,
Richard
|
By
Richard Purdie
·
#51575
·
|
|
Re: Error during do_install for linux-libc-headers_5.8 recipe during 'bitbake core-image-minimal'
Thanks for the quick response. I started out with a fresh clone of poky and only executed 2 commands:
1) 'source poky-yocto-3.2/oe-init-build-env'
2) in my build directory 'bitbake
Thanks for the quick response. I started out with a fresh clone of poky and only executed 2 commands:
1) 'source poky-yocto-3.2/oe-init-build-env'
2) in my build directory 'bitbake
|
By
aloofbynature@...
·
#51574
·
|
|
Re: Error during do_install for linux-libc-headers_5.8 recipe during 'bitbake core-image-minimal'
Hi,
To be able to help you we'd need the logs of this task.
You can either paste the whole output on the console or send us the task
log you can find if you carefully read the console
Hi,
To be able to help you we'd need the logs of this task.
You can either paste the whole output on the console or send us the task
log you can find if you carefully read the console
|
By
Quentin Schulz
·
#51573
·
|
|
Re: Error during do_install for linux-libc-headers_5.8 recipe during 'bitbake core-image-minimal'
Could you share the command that you executed along with the full
output that was printed? There's not really enough information here to
diagnose the issue.
Thanks,
--
Paul Barker
Konsulko Group
Could you share the command that you executed along with the full
output that was printed? There's not really enough information here to
diagnose the issue.
Thanks,
--
Paul Barker
Konsulko Group
|
By
Paul Barker
·
#51572
·
|
|
Error during do_install for linux-libc-headers_5.8 recipe during 'bitbake core-image-minimal'
Hello,
I am just starting using Yocto Project and I've been following along with the getting started section of the mega manual. I am working on Ubuntu 20.04 LTS through WSL2 on Windows 10 (not sure
Hello,
I am just starting using Yocto Project and I've been following along with the getting started section of the mega manual. I am working on Ubuntu 20.04 LTS through WSL2 on Windows 10 (not sure
|
By
aloofbynature@...
·
#51571
·
|
|
How to Add Packages to Python3
Hi,
I had installed a python file into the rootfs and when I tried to run, it throws an error as "ModuleNotFoundError: No module named 'json'". I tried to find bb file for jsonlib, but I couldn't find
Hi,
I had installed a python file into the rootfs and when I tried to run, it throws an error as "ModuleNotFoundError: No module named 'json'". I tried to find bb file for jsonlib, but I couldn't find
|
By
Vijay Rakesh Munganda
·
#51570
·
|
|
Re: Use of USERADD_PACKAGES with out recipe package files
You probably need to set `ALLOW_EMPTY_${PN}-user-sys`. See
https://docs.yoctoproject.org/ref-manual/ref-variables.html?highlight=allow_empty#term-ALLOW_EMPTY.
Thanks,
--
Paul Barker
Konsulko Group
You probably need to set `ALLOW_EMPTY_${PN}-user-sys`. See
https://docs.yoctoproject.org/ref-manual/ref-variables.html?highlight=allow_empty#term-ALLOW_EMPTY.
Thanks,
--
Paul Barker
Konsulko Group
|
By
Paul Barker
·
#51569
·
|
|
QA notification for completed autobuilder build (yocto-3.1.4.rc1)
A build flagged for QA (yocto-3.1.4.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.4.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.1.4.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.4.rc1
Build hash information:
bitbake:
|
By
pokybuild@...
·
#51568
·
|
|
Use of USERADD_PACKAGES with out recipe package files
I have for an image append which I would like to add some users to but I do not want to add any files as part of the package
so I have a layer which contains a recipe called user-config-0.1.bb which
I have for an image append which I would like to add some users to but I do not want to add any files as part of the package
so I have a layer which contains a recipe called user-config-0.1.bb which
|
By
Andrew Loader
·
#51567
·
|
|
Re: [OE-core] OpenEmbedded Happy Hour November 25 9pm/2100 UTC
Just a reminder, Happy Hour is in 1 hour.
9pm UTC, 4pm EST (not EDT) or use time conversion link below for your
location. See you there!
--
Denys
Just a reminder, Happy Hour is in 1 hour.
9pm UTC, 4pm EST (not EDT) or use time conversion link below for your
location. See you there!
--
Denys
|
By
Denys Dmytriyenko
·
#51566
·
|
|
Re: Parsing recipes: 0% | - hangs for a while
perhaps you can try setting BB_NO_NETWORK = "1" in your local.conf and perhaps disabling local mirrors would be needed too if you have then enabled
perhaps you can try setting BB_NO_NETWORK = "1" in your local.conf and perhaps disabling local mirrors would be needed too if you have then enabled
|
By
Khem Raj
·
#51565
·
|
|
Re: Problem with recipe that depends on a binary that is generated during its build
this just means that its not able to relocate the install location to ${D} which is what default do_install should do. So the package needs some work to respect an option to relocate the installation
this just means that its not able to relocate the install location to ${D} which is what default do_install should do. So the package needs some work to respect an option to relocate the installation
|
By
Khem Raj
·
#51564
·
|
|
[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
·
|