|
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
·
|
|
Re: [meta-security][PATCH 2/2] swtpm: fix build issues of missing expect
Den Tue, Sep 28, 2021 at 16:39:09 -0700 skrev Armin Kuster:
expect is there twice now (+ native). Would expect-native be enough or
do we also need expect?
expect is needed as a runtime dependency
Den Tue, Sep 28, 2021 at 16:39:09 -0700 skrev Armin Kuster:
expect is there twice now (+ native). Would expect-native be enough or
do we also need expect?
expect is needed as a runtime dependency
|
By
Kristian Klausen <kristian@...>
·
#54904
·
|
|
[meta-rockchip][PATCH 3/3] nanopi-m4: add common override
Add a common override for both nanopi-m4 MACHINEs.
Signed-off-by: Trevor Woerner <twoerner@...>
---
conf/machine/include/nanopi-m4.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git
Add a common override for both nanopi-m4 MACHINEs.
Signed-off-by: Trevor Woerner <twoerner@...>
---
conf/machine/include/nanopi-m4.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git
|
By
Trevor Woerner
·
#54903
·
|
|
[meta-rockchip][PATCH 2/3] include/nanopi-m4: remove KMACHINE
There is no "nanopi-m4" defined in any yocto kernel metadata (yet?), therefore
remove this superfluous line.
Build (core-image-base) and run tested (both systemd and sysvinit) on:
-
There is no "nanopi-m4" defined in any yocto kernel metadata (yet?), therefore
remove this superfluous line.
Build (core-image-base) and run tested (both systemd and sysvinit) on:
-
|
By
Trevor Woerner
·
#54902
·
|
|
[meta-rockchip][PATCH 1/3] linux-yocto: remove mmc aliases
Now that we're booting via UUID, we no longer need these aliases in the DT.
Personally I wasn't able to prove to myself that they actually worked (at
least not with 5.13.y) and fiddling with these
Now that we're booting via UUID, we no longer need these aliases in the DT.
Personally I wasn't able to prove to myself that they actually worked (at
least not with 5.13.y) and fiddling with these
|
By
Trevor Woerner
·
#54901
·
|
|
Re: Enabling tk for Python tkinter module
You need to add “tk” to the package config for python3
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/python/python3_3.9.6.bb#n110
Add the following to your
You need to add “tk” to the package config for python3
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/python/python3_3.9.6.bb#n110
Add the following to your
|
By
Tim Orling
·
#54900
·
|
|
[meta-security][PATCH 2/2] swtpm: fix build issues of missing expect
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
Armin Kuster
·
#54899
·
|
|
[meta-security][PATCH 1/2] swtpm: update to 0.6.1
From: "Kristian Klausen via lists.yoctoproject.org" <kristian=klausen.dk@...>
swtpm no longer depends on Python[1] so the dependencies have been
removed.
"inherit perlnative" has
From: "Kristian Klausen via lists.yoctoproject.org" <kristian=klausen.dk@...>
swtpm no longer depends on Python[1] so the dependencies have been
removed.
"inherit perlnative" has
|
By
Armin Kuster
·
#54898
·
|
|
Re: [meta-security][PATCH] dmverity: Make use of DATA_BLOCK_SIZE variable in initrdscript.
merged.
By
Armin Kuster
·
#54897
·
|
|
Re: [meta-security][PATCH] Upgrade parsec-service 0.8.1 and parsec-tool 0.4.0
merged.
By
Armin Kuster
·
#54896
·
|