Przemyslaw Zegan via lists.openembedded.org <przemyslaw.zegan= [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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#111482): https://lists.openembedded.org/g/openembedded-devel/message/111482 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]] -=-=-=-=-=-=-=-=-=-=-=-
