|
Re: Meta-raspberrypi - how to configure device tree for MCP251x
Hi Khem,
There is nothing in /boot once the system has started, but if I mount /dev/mmcblk0p1 I can see a config.txt that includes:
dtparam=spi=on
Hi Khem,
There is nothing in /boot once the system has started, but if I mount /dev/mmcblk0p1 I can see a config.txt that includes:
dtparam=spi=on
|
By
Chris Tapp
·
#54945
·
|
|
Re: virtual/egl on Raspberry Pi 4
it should be provided by userland package if you are using closed source graphics driver.
it should be provided by userland package if you are using closed source graphics driver.
|
By
Khem Raj
·
#54944
·
|
|
virtual/egl on Raspberry Pi 4
Hello list,
I'm working on a Qt supplied boot2qt Yocto build currently based on Zeus that is running on a Raspberry Pi 4. I recently updated the qt version to 5.15.6 and Qt changed something in the
Hello list,
I'm working on a Qt supplied boot2qt Yocto build currently based on Zeus that is running on a Raspberry Pi 4. I recently updated the qt version to 5.15.6 and Qt changed something in the
|
By
Greg Wilson-Lindberg <gwilson@...>
·
#54943
·
|
|
Building a native package that includes tools + u-boot binaries
I am trying to create a first install package for our device, which would contain an install tool binary, and the required files to install. In our case, that would be
From imx-usb_loader
I am trying to create a first install package for our device, which would contain an install tool binary, and the required files to install. In our case, that would be
From imx-usb_loader
|
By
jpdoyon@...
·
#54942
·
|
|
Re: Meta-raspberrypi - how to configure device tree for MCP251x
can you check boot/config.txt and see fi your changes are there in your target ?
can you check boot/config.txt and see fi your changes are there in your target ?
|
By
Khem Raj
·
#54941
·
|
|
[meta-security][PATCH] sssd: FIX QA error
ERROR: sssd-2.5.2-r0 do_package_qa: QA Issue: sssd rdepends on dbus-dev [dev-deps]
ERROR: sssd-2.5.2-r0 do_package_qa: QA Issue: sssd rdepends on ding-libs-dev [dev-deps]
Signed-off-by: Armin Kuster
ERROR: sssd-2.5.2-r0 do_package_qa: QA Issue: sssd rdepends on dbus-dev [dev-deps]
ERROR: sssd-2.5.2-r0 do_package_qa: QA Issue: sssd rdepends on ding-libs-dev [dev-deps]
Signed-off-by: Armin Kuster
|
By
Armin Kuster
·
#54940
·
|
|
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
·
|