On Mon, Aug 5, 2024 at 6:40 AM Jose Quaresma via
lists.openembedded.org
<[email protected]> wrote:
>
> Hi,
>
> I just noticed that this patch was integrated so it should be reverted.
> There is no problem installing the ftdi-eeprom package.

Yeah a last time oversight, I have staged a revert in master-next
>
> Jose
>
> Jose Quaresma via lists.openembedded.org 
> <[email protected]> escreveu (terça, 30/07/2024 
> à(s) 16:26):
>>
>>
>>
>> Przemyslaw Zegan via lists.openembedded.org 
>> <[email protected]> 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 works you can 
>> inspect the packages produced using the following:
>>
>> # this will build the ftdi-eeprom tool provided by the libftdi project
>> echo 'PACKAGECONFIG:pn-libftdi = "ftdi-eeprom"' >> conf/local.conf
>>
>> # this will build the package
>> bitbake libftdi -f -c do_package
>>
>> # with this you can inspect the packages produced by bitbake as well as its 
>> content:
>> tree tmp/work/*/libftdi/*/packages-split
>>
>> # and with this you install the package from the above options on the image
>> echo 'IMAGE_INSTALL:append = " ftdi-eeprom"' >> conf/local.conf
>>
>>
>> Everything you need is already there, just choose the right one.
>>
>> Jose
>>
>>> IMAGE_INSTALL:append = " ftdi-eeprom"
>>> PACKAGECONFIG:pn-libftdi = "ftdi-eeprom"
>>>
>>> Once you apply my patch, you can either select libftdi as a separate 
>>> package or explicitly add the ftdi-eeprom option:
>>> IMAGE_INSTALL:append = " libftdi"
>>> PACKAGECONFIG:pn-libftdi = "ftdi-eeprom"
>>>
>>> Przemyslaw Zegan
>>>
>>>
>>>
>>
>>
>> --
>> Best regards,
>>
>> José Quaresma
>>
>>
>>
>
>
> --
> Best regards,
>
> José Quaresma
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#111596): 
https://lists.openembedded.org/g/openembedded-devel/message/111596
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