|
Re: Shared lib symlinks in target image
The symlinks will be in the XXX-dev packages so boost-dev probably has them for
boost. They aren't needed on target unless you're compiling things which is why
they're separated
The symlinks will be in the XXX-dev packages so boost-dev probably has them for
boost. They aren't needed on target unless you're compiling things which is why
they're separated
|
By
Richard Purdie
·
#54939
·
|
|
Re: Shared lib symlinks in target image
Libraries have another symlink which looks something like libfoo.so.1 and 2 etc that is the one which should be used by apps
Libraries have another symlink which looks something like libfoo.so.1 and 2 etc that is the one which should be used by apps
|
By
Khem Raj
·
#54938
·
|
|
Re: Shared lib symlinks in target image
I have an app built in a different environment that has lower versioned libs, such as boost. I was wondering if on the target there are symlinks to those libs, whether the app can be run on a target
I have an app built in a different environment that has lower versioned libs, such as boost. I was wondering if on the target there are symlinks to those libs, whether the app can be run on a target
|
By
Lijun Chen
·
#54937
·
|
|
Re: Meta-raspberrypi - how to configure device tree for MCP251x
Sorry, I meant to add that I have tried adding the following to local.conf:
RPI_EXTRA_CONFIG = ' \n \
dtparam=spi=on \n \
dtoverlay=mcp2515-can0,oscillator=16000000,interrupt=25 \n \
Sorry, I meant to add that I have tried adding the following to local.conf:
RPI_EXTRA_CONFIG = ' \n \
dtparam=spi=on \n \
dtoverlay=mcp2515-can0,oscillator=16000000,interrupt=25 \n \
|
By
Chris Tapp
·
#54936
·
|
|
Re: Shared lib symlinks in target image
unversioned symlinks should not be used they are there to be used for
linking during build time. Unless you need to do builds on targets you
really do not need them
so explain you usecase. Are you
unversioned symlinks should not be used they are there to be used for
linking during build time. Unless you need to do builds on targets you
really do not need them
so explain you usecase. Are you
|
By
Khem Raj
·
#54935
·
|
|
Shared lib symlinks in target image
Hi,
When I build a yocto image, I added some packages into IMAGE_INSTALL, such as boost, thrift, etc. I notice in the target OS image, the shared libs don't the symlinks. But in the SDK image, the
Hi,
When I build a yocto image, I added some packages into IMAGE_INSTALL, such as boost, thrift, etc. I notice in the target OS image, the shared libs don't the symlinks. But in the SDK image, the
|
By
Lijun Chen
·
#54934
·
|
|
Re: gcov support for target in Yocto
Thank
By
Lijun Chen
·
#54933
·
|
|
[meta-security][PATCH v2] swtpm: update to 0.6.1
swtpm no longer depends on Python[1] so the dependencies have been
removed.
"inherit perlnative" has been added due to (in oe-core):
deda455b3c ("bitbake.conf: drop pod2man from hosttools")
Some
swtpm no longer depends on Python[1] so the dependencies have been
removed.
"inherit perlnative" has been added due to (in oe-core):
deda455b3c ("bitbake.conf: drop pod2man from hosttools")
Some
|
By
Kristian Klausen <kristian@...>
·
#54932
·
|
|
Re: [meta-tpm][v2][PATCH] swtpm: fix build issues of missing expect
Please do, that sounds great.
-armin
Please do, that sounds great.
-armin
|
By
Armin Kuster
·
#54931
·
|
|
How to include PostgreSQL development stuff in SDK?
Hi everybody!
I successfully built an image for an ARM based system running a PostgreSQL server and client by adding the packages "postgresql" and "postgresql-client". However, so far I failed to make
Hi everybody!
I successfully built an image for an ARM based system running a PostgreSQL server and client by adding the packages "postgresql" and "postgresql-client". However, so far I failed to make
|
By
tboeckel
·
#54930
·
|
|
Re: [meta-tpm][v2][PATCH] swtpm: fix build issues of missing expect
Den Fri, Oct 01, 2021 at 15:25:17 -0700 skrev Armin Kuster:
Hi Armin
Support for RRECOMMENDS in the PACKAGECONFIG was added some years
ago[1][2]. Whatever they should be RRECOMMENDS or RDEPENDS I'm
Den Fri, Oct 01, 2021 at 15:25:17 -0700 skrev Armin Kuster:
Hi Armin
Support for RRECOMMENDS in the PACKAGECONFIG was added some years
ago[1][2]. Whatever they should be RRECOMMENDS or RDEPENDS I'm
|
By
Kristian Klausen <kristian@...>
·
#54929
·
|
|
[meta-tpm][v2][PATCH] swtpm: fix build issues of missing expect
Signed-off-by: Armin Kuster <akuster808@...>
--
V2]
Only need expect-native
Clean up PACKAGECONFGI[gnutils] to conform to spec
---
meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb | 4 ++--
1 file
Signed-off-by: Armin Kuster <akuster808@...>
--
V2]
Only need expect-native
Clean up PACKAGECONFGI[gnutils] to conform to spec
---
meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb | 4 ++--
1 file
|
By
Armin Kuster
·
#54928
·
|
|
Meta-raspberrypi - how to configure device tree for MCP251x
I am having trouble getting the Waveshare 2-CH CAN HAT working with an RPI4. Channel 0 does not come up, channel 1 does, but it will only send one message (eventually reporting "write: No buffer space
I am having trouble getting the Waveshare 2-CH CAN HAT working with an RPI4. Channel 0 does not come up, channel 1 does, but it will only send one message (eventually reporting "write: No buffer space
|
By
Chris Tapp
·
#54927
·
|
|
[meta-rockchip][PATCH] rockchip.wks: use uuid for /boot during fstab-update
Since the recent patch to switch to UUIDs [0aa5e600: "use uuid
instead of hard-coding root device"] wic fstab-update is not able
to get the correct value for the used device anymore and falls to
the
Since the recent patch to switch to UUIDs [0aa5e600: "use uuid
instead of hard-coding root device"] wic fstab-update is not able
to get the correct value for the used device anymore and falls to
the
|
By
Markus Volk
·
#54926
·
|
|
Re: Enabling Websockets in Mosquitto in yocto zeus
#zeus
Greetings !
I could able to add Mosquitto in Yocto Zeus , but as default websockets is disabled in Mosquitto . Can anyone help me how to enable websockets in Mosquitto in yocto zeus.
Thanks in Advance
Greetings !
I could able to add Mosquitto in Yocto Zeus , but as default websockets is disabled in Mosquitto . Can anyone help me how to enable websockets in Mosquitto in yocto zeus.
Thanks in Advance
|
By
Poornesh G
·
#54925
·
|
|
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
·
|