|
Re: non-existent task do_package_write_rpm error
Hi Alex,
Thanks for the tip. When I add hardening-check to IMAGE_INSTALL the build does indeed succeed.
But then the script is installed in the target sysroot of the
Hi Alex,
Thanks for the tip. When I add hardening-check to IMAGE_INSTALL the build does indeed succeed.
But then the script is installed in the target sysroot of the
|
By
W. Dobbe
·
#55942
·
|
|
Re: non-existent task do_package_write_rpm error
You need to drop the -native suffix when installing to target image or SDK. -native is only for the bitbake build itself.
Alex
You need to drop the -native suffix when installing to target image or SDK. -native is only for the bitbake build itself.
Alex
|
By
Alexander Kanavin
·
#55941
·
|
|
non-existent task do_package_write_rpm error
Hi,
I'm writing a recipe for package hardening-check .
This package builds with only a simple Makefile (that has no install target). The recipe only installs a script
Hi,
I'm writing a recipe for package hardening-check .
This package builds with only a simple Makefile (that has no install target). The recipe only installs a script
|
By
W. Dobbe
·
#55940
·
|
|
[meta-hardening][PATCH] meta-hardening: Fix override syntax
Commit 352e6498a missed updating the override syntax for the
"harden" distro override.
Fixes: 352e6498a ("meta-hardening: Convert to new override syntax")
Signed-off-by: Akshay Bhat
Commit 352e6498a missed updating the override syntax for the
"harden" distro override.
Fixes: 352e6498a ("meta-hardening: Convert to new override syntax")
Signed-off-by: Akshay Bhat
|
By
Akshay Bhat
·
#55939
·
|
|
[meta-tensorflow][PATCH] Update SRC_URI git default protocol
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
recipes-framework/tensorflow/keras_2.6.0.bb | 2 +-
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
recipes-framework/tensorflow/keras_2.6.0.bb | 2 +-
|
By
Changqing Li
·
#55938
·
|
|
[meta-anaconda][PATCH] Update SRC_URI git default branch
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
recipes-installer/python3-dasbus/python3-dasbus_1.6.bb | 2 +-
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
recipes-installer/python3-dasbus/python3-dasbus_1.6.bb | 2 +-
|
By
Changqing Li
·
#55937
·
|
|
Re: Building embedded app for host machine
Hi,
Yes. Likely you just need to do:
$ MACHINE=qemux86-64 bitbake your-image
with the right configuration and then run it in docker. See below.
There are at least three options depending on what
Hi,
Yes. Likely you just need to do:
$ MACHINE=qemux86-64 bitbake your-image
with the right configuration and then run it in docker. See below.
There are at least three options depending on what
|
By
Randy MacLeod
·
#55936
·
|
|
Re: Alsa configuration error
Hi Mihir
I could reproduce your issue. I believe I built the system in the same
way you did.
An issue is that the kernel is built with
CONFIG_SOUND=m
CONFIG_SND=m
...plus other sound modules, but
Hi Mihir
I could reproduce your issue. I believe I built the system in the same
way you did.
An issue is that the kernel is built with
CONFIG_SOUND=m
CONFIG_SND=m
...plus other sound modules, but
|
By
Michael Opdenacker
·
#55935
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 1/20/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Bruce, Diane, Jate, Joshua, Márton, Michael, Randy, Richard, Saul, Stephen, Steve, Tim, Trevor
ARs:
-
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Bruce, Diane, Jate, Joshua, Márton, Michael, Randy, Richard, Saul, Stephen, Steve, Tim, Trevor
ARs:
-
|
By
Trevor Gamblin
·
#55934
·
|
|
Re: bbappend conditional check for advanced metadata (yocto-kernel-cache)?
<matthias.klein@...> wrote:
Presumably, the kernel recipe you are using inherits kernel-yocto, and
that whatever recipe is using a defconfig isn't also putting the
kernel-cache into the
<matthias.klein@...> wrote:
Presumably, the kernel recipe you are using inherits kernel-yocto, and
that whatever recipe is using a defconfig isn't also putting the
kernel-cache into the
|
By
Bruce Ashfield
·
#55933
·
|
|
Building embedded app for host machine
Hi all.
I have this doubt.
Is it possible the make a toolchain which can produce the same app for host machine?
I try to explain my think.
I produced an app for imx6dlsabresd with qt-5.6.2 using
Hi all.
I have this doubt.
Is it possible the make a toolchain which can produce the same app for host machine?
I try to explain my think.
I produced an app for imx6dlsabresd with qt-5.6.2 using
|
By
Mauro Ziliani
·
#55932
·
|
|
Re: Installing only python .pyc files onto the image
#yocto
Met vriendelijke groet / kind regards,
Mike Looijmans
System Expert
TOPIC Embedded Products B.V.
Materiaalweg 4, 5681 RJ Best
The Netherlands
T: +31 (0) 499 33 69 69
E:
Met vriendelijke groet / kind regards,
Mike Looijmans
System Expert
TOPIC Embedded Products B.V.
Materiaalweg 4, 5681 RJ Best
The Netherlands
T: +31 (0) 499 33 69 69
E:
|
By
Mike Looijmans
·
#55931
·
|
|
bbappend conditional check for advanced metadata (yocto-kernel-cache)?
Hello,
I would like to create a linux-%.bbappend file and add the following to it, for example:
KERNEL_FEATURES:append = " features/overlayfs/overlayfs.scc".
Works also for all kernels
Hello,
I would like to create a linux-%.bbappend file and add the following to it, for example:
KERNEL_FEATURES:append = " features/overlayfs/overlayfs.scc".
Works also for all kernels
|
By
Matthias Klein
·
#55930
·
|
|
Re: Alsa configuration error
Hi Peter,
After entering "aplay -l" I got message "aplay: device_list:274 : no soundcards found...".
I am using virtual machine: VMware workstation with ubuntu 20.4.3 as a Linux host machine.
Running
Hi Peter,
After entering "aplay -l" I got message "aplay: device_list:274 : no soundcards found...".
I am using virtual machine: VMware workstation with ubuntu 20.4.3 as a Linux host machine.
Running
|
By
mihirdave36@...
·
#55929
·
|
|
Re: Alsa configuration error
Check available sound cards in your system. 'aplay -L' It seems you have no suitable default one for speaker-test to use. If you have sound cards in your machine and want to point out
Check available sound cards in your system. 'aplay -L' It seems you have no suitable default one for speaker-test to use. If you have sound cards in your machine and want to point out
|
By
Peter Bergin
·
#55928
·
|
|
Alsa configuration error
recently tried to add ALSA support to core-image-minimal . by adding following lines into local.conf: MACHINE_FEATURES+="alsa" DISTRO_FEATURES+="alsa" CORE_IMAGE_EXTRA_INSTALL+="alsa-utils" but got
recently tried to add ALSA support to core-image-minimal . by adding following lines into local.conf: MACHINE_FEATURES+="alsa" DISTRO_FEATURES+="alsa" CORE_IMAGE_EXTRA_INSTALL+="alsa-utils" but got
|
By
mihirdave36@...
·
#55927
·
|
|
Packages Missing from Deploy
I’m testing migrating one of my dunfell builds to master in anticipation of the upcoming LTS, and there is a difference in how packages are populated into deploy that is causing me problems. My
I’m testing migrating one of my dunfell builds to master in anticipation of the upcoming LTS, and there is a difference in how packages are populated into deploy that is causing me problems. My
|
By
Robert Joslyn
·
#55926
·
|
|
Re: Honister broken WiFi communication
Hi JH,
This would typically mean that you are actually connected to a wifi network but the interface did not receive a DHCP lease for the IP address. the 169.254. is local IPv4 IP address which the
Hi JH,
This would typically mean that you are actually connected to a wifi network but the interface did not receive a DHCP lease for the IP address. the 169.254. is local IPv4 IP address which the
|
By
Rudolf J Streif
·
#55925
·
|
|
Re: Red alert but apparently harmless setscene errors
Hi,
I have tested the state mirror locally with my own http mirror and it works perfectly.
There are no problems with the concurrent connections.
I'm more sure that the root cause is some
Hi,
I have tested the state mirror locally with my own http mirror and it works perfectly.
There are no problems with the concurrent connections.
I'm more sure that the root cause is some
|
By
Jose Quaresma
·
#55924
·
|
|
Re: Minutes: Yocto Project Weekly Triage Meeting 1/6/2022
<trevor.gamblin@...> wrote:
Merged as 52d5f76f54eac384f9480dffe96df089d9ee8f33 in OE-core
<trevor.gamblin@...> wrote:
Merged as 52d5f76f54eac384f9480dffe96df089d9ee8f33 in OE-core
|
By
Joshua Watt
·
#55923
·
|