|
How to add Firefox with Yocto build for RPI4.
Dear Team,
I'm using poky-hardknotte for building the image for rpi4, here my need is to add one desktop and a Firefox browser with it,
I built xfce desktop and it's working fine, but when I'm adding
Dear Team,
I'm using poky-hardknotte for building the image for rpi4, here my need is to add one desktop and a Firefox browser with it,
I built xfce desktop and it's working fine, but when I'm adding
|
By
@prashant2314
·
#54924
·
|
|
How to enable and disable device tree node at runtime from linux userspace
#dunfell
Hai All,
I wanted to use a GPIO to put the SOM into sleep mode and again use it to wake it up from the sleep.
I used the below node to configure the SOM to use the GPIO1 18 to wake up from sleep.
Hai All,
I wanted to use a GPIO to put the SOM into sleep mode and again use it to wake it up from the sleep.
I used the below node to configure the SOM to use the GPIO1 18 to wake up from sleep.
|
By
james@...
·
#54923
·
|
|
Re: Meta-respberrypi socketcan - how do I bring up the interfaces?
Hi Stephen,
I managed to miss some of the output to ip -s -d link show can0, which should have shown:
3: can0: <NOARP,ECHO> mtu 16 qdisc noop state DOWN mode DEFAULT group default qlen 10
link/can
Hi Stephen,
I managed to miss some of the output to ip -s -d link show can0, which should have shown:
3: can0: <NOARP,ECHO> mtu 16 qdisc noop state DOWN mode DEFAULT group default qlen 10
link/can
|
By
Chris Tapp
·
#54922
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 9/30/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Diane, Joshua, Michael, Oleksiy, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs: -
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Diane, Joshua, Michael, Oleksiy, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs: -
|
By
Trevor Gamblin
·
#54921
·
|
|
Re: [meta-security][PATCH] swtpm: update to 0.6.1
good catch. yeah, there should only be 4.
-armin
good catch. yeah, there should only be 4.
-armin
|
By
Armin Kuster
·
#54920
·
|
|
Re: [meta-security][PATCH 2/2] swtpm: fix build issues of missing expect
expect-native only fixes the build issue.
expect-native only fixes the build issue.
|
By
Armin Kuster
·
#54919
·
|
|
Re: Both x86 and ARM binaries in building phase
The SDKs are designed around having a single toolchain and sysroot, so the answer is no. You need to make two SDKs from two build trees.
Alex
The SDKs are designed around having a single toolchain and sysroot, so the answer is no. You need to make two SDKs from two build trees.
Alex
|
By
Alexander Kanavin
·
#54918
·
|
|
Both x86 and ARM binaries in building phase
Hi,
I'm quite new with yocto project and i did not find the answer from manual. Currently I have project, where i can make SDK with ARM binaries and those works fine. Now i have faced the situation
Hi,
I'm quite new with yocto project and i did not find the answer from manual. Currently I have project, where i can make SDK with ARM binaries and those works fine. Now i have faced the situation
|
By
sepsukkadaa@...
·
#54917
·
|
|
Re: Meta-respberrypi socketcan - how do I bring up the interfaces?
I am looking at getting one of these so do not have final answers.
However looking
I am looking at getting one of these so do not have final answers.
However looking
|
By
Stephen John Smoogen
·
#54916
·
|
|
kernel debugging in yocto image
#linux
#make
#yocto
#cmake
#kernel
Hi,
I have been working on the audio driver. I am trying to access codec driver (TLV320AIC3104) connected to iMX8M over I2C3 and SAI2 lines. While checking for modprobe and modinfo of i2c driver, I'm
Hi,
I have been working on the audio driver. I am trying to access codec driver (TLV320AIC3104) connected to iMX8M over I2C3 and SAI2 lines. While checking for modprobe and modinfo of i2c driver, I'm
|
By
Amrun Nisha.R
·
#54915
·
|
|
Meta-respberrypi socketcan - how do I bring up the interfaces?
I am trying to get a Waveshare CAN interface[1] running on an RPi4 using meta-raspberrypi with hardknott.
I have added ENABLE_SPI_BUS = “1” and ENABLE_DUAL_CAN = “1” to my local.conf and see
I am trying to get a Waveshare CAN interface[1] running on an RPi4 using meta-raspberrypi with hardknott.
I have added ENABLE_SPI_BUS = “1” and ENABLE_DUAL_CAN = “1” to my local.conf and see
|
By
Chris Tapp
·
#54914
·
|
|
[meta-gplv2]grub-0.97 configure failed in x86
Hello!
When I compiled grub-0.97 of meta-gplv2 on X86, I failed in the do_configure phase. Can you help me solve this problem? Thank you.
Cheers,
Zang Ruochen
| checking whether
Hello!
When I compiled grub-0.97 of meta-gplv2 on X86, I failed in the do_configure phase. Can you help me solve this problem? Thank you.
Cheers,
Zang Ruochen
| checking whether
|
By
zangrc
·
#54913
·
|
|
CFP is now open for the next Yocto Project Summit 2021.11
Dear all,
The next Yocto Project (virtual) Summit will take place on Nov 30 -
Dec 2, 2021. While we are finalizing the registration tools, we've
already opened the CFP, and we are, as always, looking
Dear all,
The next Yocto Project (virtual) Summit will take place on Nov 30 -
Dec 2, 2021. While we are finalizing the registration tools, we've
already opened the CFP, and we are, as always, looking
|
By
Nicolas Dechesne
·
#54912
·
|
|
#systemd
#systemd
Hi,
Is it possible to set systemd environment variables from a recipe to do the same as 'systemctl set-environment SOME_ENV_VAR'?
Hi,
Is it possible to set systemd environment variables from a recipe to do the same as 'systemctl set-environment SOME_ENV_VAR'?
|
By
mrkozmic@...
·
#54911
·
|
|
Re: googletest shared library
Thanks, this also works for target image.
For SDK image, turns out we have to change the line:
RDEPENDS_${PN}-dev += "${PN}-staticdev"
to
RDEPENDS_${PN}-dev += "${PN}-dev"
to include the header
Thanks, this also works for target image.
For SDK image, turns out we have to change the line:
RDEPENDS_${PN}-dev += "${PN}-staticdev"
to
RDEPENDS_${PN}-dev += "${PN}-dev"
to include the header
|
By
Lijun Chen
·
#54910
·
|
|
Re: Enabling tk for Python tkinter module
Hi Tim,
Thanks, that’s got it going. I was close, but didn’t quite cast the correct spell ;-)
Next is to work out why the display is black when I create a window...
--
Chris
Hi Tim,
Thanks, that’s got it going. I was close, but didn’t quite cast the correct spell ;-)
Next is to work out why the display is black when I create a window...
--
Chris
|
By
Chris Tapp
·
#54909
·
|
|
[meta-zephyr 1/2] conf: machine: add stm32mp157c-dk2 support
The board is based on STMicroelectronics STM32MP157 processor based on
a dual Cortex-A7 core and a Cortex-M4 core.
STM32MP1 family support depends on STM32 HAL and OpenAMP for
inter-core
The board is based on STMicroelectronics STM32MP157 processor based on
a dual Cortex-A7 core and a Cortex-M4 core.
STM32MP1 family support depends on STM32 HAL and OpenAMP for
inter-core
|
By
Arnaud Pouliquen <arnaud.pouliquen@...>
·
#54908
·
|
|
[meta-zephyr 2/2] zephyr-kernel: add openamp-rsc-table sample
The recipe to build rpmsg sample demonstrating messaging between
main core dunning Linux and and the coprocessor running Zephyr.
Useful to demonstrate inter-processing communication.
Signed-off-by:
The recipe to build rpmsg sample demonstrating messaging between
main core dunning Linux and and the coprocessor running Zephyr.
Useful to demonstrate inter-processing communication.
Signed-off-by:
|
By
Arnaud Pouliquen <arnaud.pouliquen@...>
·
#54907
·
|
|
[meta-zephyr 0/2] add support of the zephyr-openamp-rsc-table sample on STM32MP157
Add capability to genereate the "zephyr-openamp-rsc-table" sample in yocto build.
This example demonstrates inter-processor communication based on a resource table,
with the objective of responding
Add capability to genereate the "zephyr-openamp-rsc-table" sample in yocto build.
This example demonstrates inter-processor communication based on a resource table,
with the objective of responding
|
By
Arnaud Pouliquen <arnaud.pouliquen@...>
·
#54906
·
|
|
Re: [meta-security][PATCH] swtpm: update to 0.6.1
This recipe fails because of the wrong format in "PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls, gnutls, expect bash tpm2-pkcs11-tools"
There should be only four parts in the line
This recipe fails because of the wrong format in "PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls, gnutls, expect bash tpm2-pkcs11-tools"
There should be only four parts in the line
|
By
Anton Antonov
·
#54905
·
|