All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Przemyslaw Zegan" <przemyslaw.zegan@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe,scarthgap][PATCH] libftdi: Fix missing ftdi_eeprom
Date: Tue, 30 Jul 2024 05:15:30 -0700	[thread overview]
Message-ID: <22372.1722341730427474245@lists.openembedded.org> (raw)
In-Reply-To: <CANPvuRnxWrsgMA+be0asr4wFQ+L3mfYUn06ZsqY3LnwVqLgMnQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

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 or explicitly add the ftdi-eeprom option:
IMAGE_INSTALL:append = " libftdi"
PACKAGECONFIG:pn-libftdi = "ftdi-eeprom"

Przemyslaw Zegan

[-- Attachment #2: Type: text/html, Size: 530 bytes --]

  reply	other threads:[~2024-07-30 12:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-29 18:25 [meta-oe,scarthgap][PATCH] libftdi: Fix missing ftdi_eeprom Przemyslaw Zegan
2024-07-30 10:19 ` [oe] " Jose Quaresma
2024-07-30 11:02   ` Przemyslaw Zegan
2024-07-30 11:18     ` [oe] " Jose Quaresma
2024-07-30 12:15       ` Przemyslaw Zegan [this message]
2024-07-30 15:26         ` Jose Quaresma
     [not found]         ` <17E70719B24635F2.20637@lists.openembedded.org>
2024-08-05 13:40           ` Jose Quaresma
2024-08-06 20:07             ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=22372.1722341730427474245@lists.openembedded.org \
    --to=przemyslaw.zegan@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.