Przemyslaw Zegan via lists.openembedded.org <przemyslaw.zegan=
[email protected]> 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 be the 'ftdi-eeprom' package


>
> Signed-off-by: Przemyslaw Zegan <[email protected]>
> ---
>  meta-oe/recipes-support/libftdi/libftdi_1.5.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
> b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
> index eae1c02f0..ed989a311 100644
> --- a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
> +++ b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
> @@ -36,5 +36,5 @@ BBCLASSEXTEND = "native nativesdk"
>
>  PACKAGES =+ "${PN}-python ftdi-eeprom"
>

Above the packages provided by this recipe are 'libftdi', 'libftdi--python'
and 'ftdi-eeprom'.


>
> -FILES:ftdi-eeprom = "${bindir}/ftdi_eeprom"
> +FILES:${PN}-ftdi-eeprom = "${bindir}/ftdi_eeprom"
>

This package 'libftdi-ftdi-eeprom' doesn't exist and with this patch you
are making it install the ftdi_eeprom
on the default 'libftdi' package.

Jose

 FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/"
> --
> 2.34.1
>
>
> 
>
>

-- 
Best regards,

José Quaresma
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#111477): 
https://lists.openembedded.org/g/openembedded-devel/message/111477
Mute This Topic: https://lists.openembedded.org/mt/107614478/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to