|
Re: patch apply for .bb file
Hi ,
If anyone know please help.
Hi ,
If anyone know please help.
|
By
NIKHIL PATIL
·
#51589
·
|
|
Re: [meta-raspberrypi][PATCH] userland: add knob for ALL_APPS
Hi Trevor
change is okay, Can you create a GH pull request for this please
Hi Trevor
change is okay, Can you create a GH pull request for this please
|
By
Khem Raj
·
#51588
·
|
|
patch apply for .bb file
Hi team ,
We are tring to apply to patch to default .bb file. means in gpsd_3.17.bb file we did some changes but after taking patch we are not able to apply it .
steps followd :-
Hi team ,
We are tring to apply to patch to default .bb file. means in gpsd_3.17.bb file we did some changes but after taking patch we are not able to apply it .
steps followd :-
|
By
NIKHIL PATIL
·
#51587
·
|
|
[meta-raspberrypi][PATCH] userland: add knob for ALL_APPS
The userland sources include a bunch of sample applications. Add an "allapps"
PACKAGECONFIG to allow the user to build the additional optional applications.
Signed-off-by: Trevor Woerner
The userland sources include a bunch of sample applications. Add an "allapps"
PACKAGECONFIG to allow the user to build the additional optional applications.
Signed-off-by: Trevor Woerner
|
By
Trevor Woerner
·
#51586
·
|
|
Re: Yocto AWS MQTT: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1108)
#python
Hi there,
By
Diego Santa Cruz
·
#51585
·
|
|
Yocto AWS MQTT: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1108)
#python
Hi,
I'm new to Yocto project. I'm running basic MQTT publish code in python, when I run my code I got error as, "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify
Hi,
I'm new to Yocto project. I'm running basic MQTT publish code in python, when I run my code I got error as, "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify
|
By
Vijay Rakesh Munganda
·
#51584
·
|
|
Re: multilib: lib32-libgdiplus complaining about qemuwrapper
Hi again,
I have spent a few more hours digging into this and made some discoveries. The problem does not seem to be directly with libgdiplus, but with glib-2.0, which is responsible for calling the
Hi again,
I have spent a few more hours digging into this and made some discoveries. The problem does not seem to be directly with libgdiplus, but with glib-2.0, which is responsible for calling the
|
By
Pelle Windestam
·
#51583
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.4.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.4.rc1 We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1. OE-Core
2.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.4.rc1 We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1. OE-Core
2.
|
By
Sangeeta Jain
·
#51582
·
|
|
Re: U-Boot sama5d3 xplained issue
Hi David,
If you change it directly, changes may not be taken into account for the rebuild. And if the package build gets retriggered, then the whole repository is deleted (including your local
Hi David,
If you change it directly, changes may not be taken into account for the rebuild. And if the package build gets retriggered, then the whole repository is deleted (including your local
|
By
Federico Pellegrin
·
#51581
·
|
|
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
·
#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
·
|