|
Current high bug count owners for Yocto Project 3.2
All,
Below is the list as of top 50 bug owners as of the end of WW22 of who have open medium or higher bugs and enhancements against YP 3.2. There are 106 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW22 of who have open medium or higher bugs and enhancements against YP 3.2. There are 106 possible work days left until the final
|
By
Stephen Jolley
·
#49547
·
|
|
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. (6/2)
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. (6/2)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
|
By
Stephen Jolley
·
#49546
·
|
|
Eclipse GDB setup issues; can't determine cause for SIGSEGV
All,
I have a AT91SAM9G25 system that has been idle for a couple years (running morty, yocto version 2.2.1) and I am working on updating to the latest Yocto production branch. Before I get there,
All,
I have a AT91SAM9G25 system that has been idle for a couple years (running morty, yocto version 2.2.1) and I am working on updating to the latest Yocto production branch. Before I get there,
|
By
Bryan Evenson
·
#49545
·
|
|
Re: QA completion for completed autobuilder build (yocto-2.7.4.rc2)
Thank you.
- Armin
By
akuster
·
#49544
·
|
|
#yocto #raspberrypi SND_BCM2835 doesn't load if vc4-kms-v3d-overlay set
#yocto
#raspberrypi
Hi,
I was struggling for days about playing a simple wav file with aplay on a raspberry 3b+ jack 3.5mm output.
I had built-in snd_bcm2835 and all the required modules and when booting the raspberry,
Hi,
I was struggling for days about playing a simple wav file with aplay on a raspberry 3b+ jack 3.5mm output.
I had built-in snd_bcm2835 and all the required modules and when booting the raspberry,
|
By
Bastien0530 <bastien.gallet-pesenti@...>
·
#49543
·
|
|
QA completion for completed autobuilder build (yocto-2.7.4.rc2)
Hello all,
This is the full report for yocto-2.7.4.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hello all,
This is the full report for yocto-2.7.4.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Sangeeta Jain
·
#49542
·
|
|
Re: Yocto dunfell - strange error when building npm package without dependence
Hi Edson,
You're right. I have seen seen this too. I have already created a bug
to track this issue:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13901
For now, as a workaround, you can just
Hi Edson,
You're right. I have seen seen this too. I have already created a bug
to track this issue:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13901
For now, as a workaround, you can just
|
By
Jean-Marie Lemetayer
·
#49541
·
|
|
Re: Can I build Yocto Arm Image without QEMU?
Qemu is also used to run target binaries during build (when there is a need to generate some data files that can only be produced by running those binaries). If you see a build of qemu-native, it will
Qemu is also used to run target binaries during build (when there is a need to generate some data files that can only be produced by running those binaries). If you see a build of qemu-native, it will
|
By
Alexander Kanavin
·
#49540
·
|
|
Re: Can I build Yocto Arm Image without QEMU?
May I ask you to clarify, how can I do that?
I build Yocto image for XILINX ZYNQ7 board and set MACHINE = zybo-zynq7. And then run "bitbake core-image-minimal". QEMU is downloaded, compiled and
May I ask you to clarify, how can I do that?
I build Yocto image for XILINX ZYNQ7 board and set MACHINE = zybo-zynq7. And then run "bitbake core-image-minimal". QEMU is downloaded, compiled and
|
By
Олег Гаврильченко <reffum@...>
·
#49539
·
|
|
Re: Can I build Yocto Arm Image without QEMU?
вс, 31 мая 2020 г., 14:15 Олег Гаврильченко via lists.yoctoproject.org <reffum=bk.ru@...>:
Yes, you can.
Check MACHINE variable in documentation.
You should set it to specific HW
вс, 31 мая 2020 г., 14:15 Олег Гаврильченко via lists.yoctoproject.org <reffum=bk.ru@...>:
Yes, you can.
Check MACHINE variable in documentation.
You should set it to specific HW
|
By
Sergei Nikulov
·
#49538
·
|
|
Can I build Yocto Arm Image without QEMU?
Hello!
Sorry for my English. My first language is Russian.
I have a question about build yocto image. Can I build image without build any QEMU packages? And how can I do it?
I do not neet QEMU, I run
Hello!
Sorry for my English. My first language is Russian.
I have a question about build yocto image. Can I build image without build any QEMU packages? And how can I do it?
I do not neet QEMU, I run
|
By
reffum@...
·
#49537
·
|
|
Re: python3, pyscard, setuptools ModuleNotFound. Why?
You don't need this as this is the default value.
This has to be swig-native. When in doubt, DEPENDS should be the -native version.
After this, you will be missing <winscard.h>, which comes from
You don't need this as this is the default value.
This has to be swig-native. When in doubt, DEPENDS should be the -native version.
After this, you will be missing <winscard.h>, which comes from
|
By
Tim Orling
·
#49536
·
|
|
Yocto dunfell - strange error when building npm package without dependence
Hi, all
I used recipetool to create the recipe for NPM packages
If the npm package has dependence(s) it works great.
But if not, the error below happens.
I just add a fake dependence in
Hi, all
I used recipetool to create the recipe for NPM packages
If the npm package has dependence(s) it works great.
But if not, the error below happens.
I just add a fake dependence in
|
By
Edson Seabra
·
#49535
·
|
|
python3, pyscard, setuptools ModuleNotFound. Why?
Hi all.
I'd like to include pyscard from pypi in my bsp.
I'm using zeus and python3.
The recipe for pyscard is placed in recipes-devtools/python of my layer
The recipe name s
Hi all.
I'd like to include pyscard from pypi in my bsp.
I'm using zeus and python3.
The recipe for pyscard is placed in recipes-devtools/python of my layer
The recipe name s
|
By
Mauro Ziliani
·
#49534
·
|
|
error while adding meta-python,meta-gnone,meta-multimedia layer
#linux
#raspberrypi
#yocto
Hi,
when i am trying to add meta-python from meta-openembedded i am getting following error i have kept meta-openembedded,meta-raspberrypi into same branch dunfell
/Raspberrypi4-yocto$ bitbake-layers
Hi,
when i am trying to add meta-python from meta-openembedded i am getting following error i have kept meta-openembedded,meta-raspberrypi into same branch dunfell
/Raspberrypi4-yocto$ bitbake-layers
|
By
Pankaj Vinadrao Joshi
·
#49533
·
|
|
Generating a genericx86_64 - bad hddimg
#yocto
Hello,
I'm trying to generate a simple genericx86_64 with Yocto 2.7 Warrior. Problem is that my hddimg is completely messed up upon generation.
I have not made any particular configuration apart from
Hello,
I'm trying to generate a simple genericx86_64 with Yocto 2.7 Warrior. Problem is that my hddimg is completely messed up upon generation.
I have not made any particular configuration apart from
|
By
fnx_qt
·
#49532
·
|
|
Re: Yocto,core-image-minimal for RPI4
#linux
#yocto
Am soory paul,
But i was actually trying to check if sdimage is generated or not. I was unaware of . wic. bz2 image. So suggested the above commands.
Sorry pankaj.
Thanks
Siddhartha V
Am soory paul,
But i was actually trying to check if sdimage is generated or not. I was unaware of . wic. bz2 image. So suggested the above commands.
Sorry pankaj.
Thanks
Siddhartha V
|
By
Siddhartha V
·
#49531
·
|
|
Re: Yocto,core-image-minimal for RPI4
#linux
#yocto
Siddhartha, you're confusing the issue here by giving inaccurate advice.
The original command posted by Pankaj was nearly correct: `sudo dd
if=core-image-minimal-raspberrypi4.wic.bz2 of=/dev/sdb`.
Siddhartha, you're confusing the issue here by giving inaccurate advice.
The original command posted by Pankaj was nearly correct: `sudo dd
if=core-image-minimal-raspberrypi4.wic.bz2 of=/dev/sdb`.
|
By
Paul Barker
·
#49530
·
|
|
Re: Yocto,core-image-minimal for RPI4
#linux
#yocto
Please follow below steps to check the image.
In build directory :
to check the sdimage for installing on SD card.
$: ls tmp/deploy/images/raspberrypi3/core-image-base-raspberrypi3.rpi-sdimg
Check
Please follow below steps to check the image.
In build directory :
to check the sdimage for installing on SD card.
$: ls tmp/deploy/images/raspberrypi3/core-image-base-raspberrypi3.rpi-sdimg
Check
|
By
Siddhartha V
·
#49529
·
|
|
Re: Yocto,core-image-minimal for RPI4
#linux
#yocto
Hi,
i dont have image with .rpi-sdimg i have image with
core-image-minimal-raspberrypi4.wic.bz2
core-image-minimal-raspberrypi4.wic.bmap
core-image-minimal-raspberrypi4.testdata.json
Hi,
i dont have image with .rpi-sdimg i have image with
core-image-minimal-raspberrypi4.wic.bz2
core-image-minimal-raspberrypi4.wic.bmap
core-image-minimal-raspberrypi4.testdata.json
|
By
Pankaj Vinadrao Joshi
·
#49528
·
|