Currently, any non-native recipes that inherits cpan-base ends up
with an image RDEPENDS on perl (via
https://git.yoctoproject.org/poky/tree/meta/classes-recipe/cpan-base.bbclass?h=scarthgap#n14)
If you are building an image and desire to have Postgresql installed
but NOT perl, this creates a prob
Przemyslaw Zegan via lists.openembedded.org escreveu (terça, 30/07/2024 à(s) 13:15):
> In the following configuration as you suggested, ftdi-eeprom option is
> still explicitly enabled in libftdi package, which is a bit confusing.
>
Sometimes bitbake is a little confusing but this is the way it
Hi Armin, Tim, Frank,
On Sat, Jul 06, 2024 at 08:08:10PM GMT, Richard Leitner wrote:
> The currently available python-3-pydantic v2.7.0 requires
> python3-pydantic-core to be updated to v2.18.1.
>
> Removed patch: 0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to:
> The pyo3 version bump
In the following configuration as you suggested, ftdi-eeprom option is still
explicitly enabled in libftdi package, which is a bit confusing.
IMAGE_INSTALL:append = " ftdi-eeprom"
PACKAGECONFIG:pn-libftdi = "ftdi-eeprom"
Once you apply my patch, you can either select libftdi as a separate package
Przemyslaw Zegan via lists.openembedded.org escreveu (terça, 30/07/2024 à(s) 12:02):
> Hi,
>
> Package ftdi-eeprom does not exist separate, it is part of libftdi package.
> My configuration in local.conf:
> IMAGE_INSTALL:append = " libftdi"
>
The problem is there ^
To install the ftdi-eeprom bin
Hi,
Package ftdi-eeprom does not exist separate, it is part of libftdi package.
My configuration in local.conf:
IMAGE_INSTALL:append = " libftdi"
PACKAGECONFIG:pn-libftdi = "ftdi-eeprom"
This patch does not make ftdi_eeprom install by default.
Second line in my configuration enables this feature,
Przemyslaw Zegan via lists.openembedded.org escreveu (segunda, 29/07/2024 à(s) 19:25):
> Due to the incorrect subpackage name, the ftdi_eeprom does not placed in
> the generated image. This patch fixes it.
>
What is the package name you are using to install the ftdi_eeprom on the
image?
Should b