|
Minutes: Yocto Project Weekly Triage Meeting 8/26/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Armin, Bruce, Joshua, Randy, Richard, Saul, Stephen, Steve, Tim, Trevor
ARs: N/A
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Armin, Bruce, Joshua, Randy, Richard, Saul, Stephen, Steve, Tim, Trevor
ARs: N/A
|
By
Trevor Gamblin
·
#54573
·
|
|
Re: Run an executable script on the yocto image
If you're sure you only use standard python libs it's fairly easy.
make a recipe (name it how ever you like)
SCR_URI = "file://<your script>.py"
do_install() {
install -m 0755 <your script>.py
If you're sure you only use standard python libs it's fairly easy.
make a recipe (name it how ever you like)
SCR_URI = "file://<your script>.py"
do_install() {
install -m 0755 <your script>.py
|
By
Konrad Weihmann <kweihmann@...>
·
#54572
·
|
|
Run an executable script on the yocto image
Hello,
Can anyone suggest how to make a python script executable on the yocto image? I 've been trying with the pyinstaller but didn't work, I made it executable on my laptop and transfer it to yocto
Hello,
Can anyone suggest how to make a python script executable on the yocto image? I 've been trying with the pyinstaller but didn't work, I made it executable on my laptop and transfer it to yocto
|
By
yasminebenghozzi6@...
·
#54571
·
|
|
Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: Aug 26, 2021
YP AB Intermittent failures meeting
===================================
Aug 26, 2021, 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Tony, Richard, Trevor, Randy, Alex, Saul,
YP AB Intermittent failures meeting
===================================
Aug 26, 2021, 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Tony, Richard, Trevor, Randy, Alex, Saul,
|
By
Randy MacLeod
·
#54570
·
|
|
Re: Parserror while building the image
#yocto
Update bitbake to support new overrides syntax.
Update bitbake to support new overrides syntax.
|
By
Martin Jansa
·
#54569
·
|
|
Parserror while building the image
#yocto
I got this error while trying to build the image after checking out the timo/python3-pyinstaller.
ERROR: ParseError at /home/yasmine/yocto/poky/meta-openembedded/meta-oe/conf/layer.conf:106: unparsed
I got this error while trying to build the image after checking out the timo/python3-pyinstaller.
ERROR: ParseError at /home/yasmine/yocto/poky/meta-openembedded/meta-oe/conf/layer.conf:106: unparsed
|
By
yasminebenghozzi6@...
·
#54568
·
|
|
Re: Dependencies are not resolved correctly when building the SDK
Sorry, I haven't posted the exact error because I thought it is quite specific to the recipe I'm building. My first question was also too vague, sorry for that. The problem is that it fails in
Sorry, I haven't posted the exact error because I thought it is quite specific to the recipe I'm building. My first question was also too vague, sorry for that. The problem is that it fails in
|
By
asconcepcion
·
#54567
·
|
|
Re: Dependencies are not resolved correctly when building the SDK
Please post the exact error that you're getting.
Thanks,
Anuj
Please post the exact error that you're getting.
Thanks,
Anuj
|
By
Anuj Mittal
·
#54566
·
|
|
Re: Dependencies are not resolved correctly when building the SDK
Hi Anuj,
Thanks for the tip. I added "BBCLASSEXTEND += "nativesdk"" to the recipe of the dependency package, but I still get the same error. Do you know if I could be missing something
Hi Anuj,
Thanks for the tip. I added "BBCLASSEXTEND += "nativesdk"" to the recipe of the dependency package, but I still get the same error. Do you know if I could be missing something
|
By
asconcepcion
·
#54565
·
|
|
Re: Dependencies are not resolved correctly when building the SDK
Can that recipe for dependency package actually be built for nativesdk?
Thanks,
Anuj
Can that recipe for dependency package actually be built for nativesdk?
Thanks,
Anuj
|
By
Anuj Mittal
·
#54564
·
|
|
Dependencies are not resolved correctly when building the SDK
Hello,
We have a custom package recipe that has a build dependency with another one (defined in yocto with the DEPENDS variable). If we build an image that includes that package, bitbake will build
Hello,
We have a custom package recipe that has a build dependency with another one (defined in yocto with the DEPENDS variable). If we build an image that includes that package, bitbake will build
|
By
asconcepcion
·
#54563
·
|
|
Re: # yocto Fatal QA error (LIC_FILES_CHKSUM) [license-checksum]
Never mind this, I worked it out… thanks anyway.
Never mind this, I worked it out… thanks anyway.
|
By
Monsees, Steven C (US)
·
#54562
·
|
|
# yocto Fatal QA error (LIC_FILES_CHKSUM) [license-checksum]
Using zeus, and I am build an image with no issues...
I then want to tweak the configuration by pulling in an a ".cfg" file to be able to tweak options depending on use…
I add the following
Using zeus, and I am build an image with no issues...
I then want to tweak the configuration by pulling in an a ".cfg" file to be able to tweak options depending on use…
I add the following
|
By
Monsees, Steven C (US)
·
#54561
·
|
|
using STAGING_KERNEL_DIR for compiling userspace program
Hi,
I'm trying to add a recipe for:
https://github.com/bootlin/libva-v4l2-request package. This library
heavily depends on actual kernel headers
Hi,
I'm trying to add a recipe for:
https://github.com/bootlin/libva-v4l2-request package. This library
heavily depends on actual kernel headers
|
By
Marek Belisko
·
#54560
·
|
|
Build a pyinstaller recipe
Hello,
So have anyone been successful at making a pyinstaller recipe in yocto? Or add pyinstaller in the yocto image?
Please I need help
Hello,
So have anyone been successful at making a pyinstaller recipe in yocto? Or add pyinstaller in the yocto image?
Please I need help
|
By
yasminebenghozzi6@...
·
#54559
·
|
|
[meta-tpm][PATCH v2] README: fix mailing lists and a typo
A number of typo fixes:
- tmp->tpm in the DISTRO_FEATURES
- update the mailing list address as it was out of date
- update the distro name in the subject
Signed-off-by: Marta Rybczynska
A number of typo fixes:
- tmp->tpm in the DISTRO_FEATURES
- update the mailing list address as it was out of date
- update the distro name in the subject
Signed-off-by: Marta Rybczynska
|
By
Marta Rybczynska
·
#54558
·
|
|
[meta-tpm][PATCH] README: fix mailing lists and a typo
A number of typo fixes:
- tmp->tpm in the DISTRO_FEATURES
- update the mailing list address as it was out of date
- update the distro name in the subject
Signed-off-by: Marta Rybczynska
A number of typo fixes:
- tmp->tpm in the DISTRO_FEATURES
- update the mailing list address as it was out of date
- update the distro name in the subject
Signed-off-by: Marta Rybczynska
|
By
Marta Rybczynska
·
#54557
·
|
|
#linux #zeus #yocto #imx6 #bitbake #make
#make
#linux
#zeus
#yocto
#imx6
Hi!
I would like to implement an out-of-tree ASoC Machine driver in my project. It #includes some in-tree header files such ../codecs/codecX.h. These are however not found when I try to build the
Hi!
I would like to implement an out-of-tree ASoC Machine driver in my project. It #includes some in-tree header files such ../codecs/codecX.h. These are however not found when I try to build the
|
By
noel.neu@...
·
#54556
·
|
|
Re: oFono Version 1.31 ofonod crash
Hi Sergei,
Thanks for the advice, the latest ofono in oe-core master is 1.32, but
I am in branch Hardknott, so I copied ofono 1.32 from master to my
layer running Hardknott branch, but I could not
Hi Sergei,
Thanks for the advice, the latest ofono in oe-core master is 1.32, but
I am in branch Hardknott, so I copied ofono 1.32 from master to my
layer running Hardknott branch, but I could not
|
By
JH
·
#54555
·
|
|
[meta-hardening][PATCH] README: fix mailing lists
The address included in the meta-hardening documentation
does not work and was changed in other places in 2019.
Signed-off-by: Marta Rybczynska <rybczynska@...>
---
meta-hardening/README | 6
The address included in the meta-hardening documentation
does not work and was changed in other places in 2019.
Signed-off-by: Marta Rybczynska <rybczynska@...>
---
meta-hardening/README | 6
|
By
Marta Rybczynska
·
#54554
·
|