($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: Worik Stanton <worik.stanton@tirotech.co.nz>
To: yocto@lists.yoctoproject.org
Subject: Opkg cannot find anything to satisfy 'kernel-module-iwlmvm'
Date: Mon, 13 May 2024 12:02:11 +1200	[thread overview]
Message-ID: <CANuMBWHvmSZ1xuEuSW=aUy3ig93ckw7o+Zb6Wd_4hDm=_tscnQ@mail.gmail.com> (raw)

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

Friends

Where in a yocto build can I find the definition of a package for opkg?

I am building an image for a Toradex NXP.
I have to replace the WiFi chip with a iwlwifi Intel chip
When it is building my core image recipe it fails with the message:

* opkg_prepare_url_for_install: Couldn't find anything to satisfy
'kernel-module-iwlmvm'

I have a working build for an Intel Nuc that uses this chip and builds with
no problems.

In both builds the IMAGE_INSTALL has kernel-module-iwlmvm and
kernel-module-iwlwifi added

I looked into the opkg package list and there is no "kernel-module-iw*",
there is "kmod-iwlwifi" so I switched to that, but the error I got was:

"ERROR: Nothing RPROVIDES 'kmod-iwlwifi"

I searched all of the files, (on both systems) I have and I cannot find
where "kernel-module-iwlmvm" is defined as a package for opkg.  The fact
that changing "kernel-module-iwlwifi" to "kmod-iwlwifi" indicates it is
defined somewhere.

IMAGE_INSTALL += " \
    sentinel \
    gdb \
    strace \
    packagegroup-boot \
    packagegroup-basic \
    packagegroup-base-tdx-cli \
    packagegroup-machine-tdx-cli \
    packagegroup-wifi-tdx-cli \
    packagegroup-wifi-fw-tdx-cli \
    packagegroup-fsl-gpu-libs \
    udev-extraconf \
    storage-mount \
    root-key \
    terminal-server \
    ubx \
    lbtool \
    iw \
    kernel-module-iwlwifi \


    kernel-module-iwlmvm \


"

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

             reply	other threads:[~2024-05-13  0:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13  0:02 Worik Stanton [this message]
2024-05-13  7:13 ` [yocto] Opkg cannot find anything to satisfy 'kernel-module-iwlmvm' Alexander Kanavin
2024-05-14  2:51   ` Worik Stanton
     [not found]   ` <17CF3B3BCDD18A8E.29130@lists.yoctoproject.org>
2024-05-15 21:15     ` Worik Stanton

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='CANuMBWHvmSZ1xuEuSW=aUy3ig93ckw7o+Zb6Wd_4hDm=_tscnQ@mail.gmail.com' \
    --to=worik.stanton@tirotech.co.nz \
    --cc=yocto@lists.yoctoproject.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).