From: Ron Eggler <ron.eggler@mistywest.com>
To: Anders Montonen <Anders.Montonen@iki.fi>
Cc: "yocto@lists.yoctoproject.org" <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] undefined reference problem persists
Date: Sun, 6 Nov 2022 09:36:48 -0800 [thread overview]
Message-ID: <cbe95fad-8ce9-3e72-2626-e1185505ede5@mistywest.com> (raw)
In-Reply-To: <0C6FEB0D-931C-4EE1-BA24-3534DB9940EC@iki.fi>
[-- Attachment #1: Type: text/plain, Size: 2272 bytes --]
Hi,
On 11/6/22 08:48, Anders Montonen wrote:
> Hi,
>
>> On 6 Nov 2022, at 18:02, Mistyron <ron.eggler@mistywest.com> wrote:
>>
>> On 11/6/22 02:26, Anders Montonen wrote:
>>> On 6 Nov 2022, at 9:45, Mistyron <ron.eggler@mistywest.com> wrote:
>>>> Hi,
>>>>
>>>> I'm working with dunfell and want to compile and install the
>>>> drivers for the Laird LWB5+ module (available from
>>>> https://github.com/LairdCP/meta-laird-cp).
>>>> I have included the path to the layer in meta-laird-cp-pre-3.4 in
>>>> my `bblayers.conf` and since I need the networkmanager and with
>>>> information from their support team (don't trust the README
>>>> apparently), I've added `lrd-networkmanager-sterling` to the
>>>> `IMAGE_INSTALL` list in `sample-image-cp-lwb5plus.bb`. When I
>>>> invoke `$ bitbake sample-image-cp-lwb5plus`, I keep getting:
>>>>
>>>> |
>>>> /usr/src/debug/lrd-networkmanager-sterling/10.4.0.10-r0/build/../lrd-network-manager-10.4.0.10/src/nmcli/common.c:904:
>>>> undefined reference to `rl_echo_signal_char'
>>>>
>>>> even though I've added `readline` to the `DEPENDS` list. Why is
>>>> this? I expected the `rl_echo_signal_char` dependency to be
>>>> resolved, any hints?
>>> Are you using meta-gplv2? That function doesn’t exist yet in the
>>> version of readline provided by that layer.
>>
>> I see, yes my project is using "meta-gplv2".
>>
>> Should removal of that layer help, or would you recommend that I
>> update the readline version within it to the latest? (and provide an
>> upstream patch to:https://github.com/lgirdk/meta-gplv2?
>
> If your project doesn’t have any special requirements about not using
> (L)GPLv3-licensed packages, then dropping meta-gplv2 is by far the
> best option.
I'll attempt to "just drop" meta-gplv2, then. However I see that there
are other dependencies on readline too, i.e. it might be easier to just
replace the existing 5.2 version in meta-gplv2 with 8.2 from here:
https://git.yoctoproject.org/poky/plain/meta/recipes-core/readline/
> The dependency on readline comes from Networkmanager’s user interfaces
> (nmcli, nmtui). If you can live without them, disabling them is also
> an alternative.
I need nmcli for configuration purposes, disabling it won't work for me.
Thanks,
Ron
[-- Attachment #2: Type: text/html, Size: 9522 bytes --]
next prev parent reply other threads:[~2022-11-06 17:36 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-06 7:45 undefined reference problem persists Ron Eggler
2022-11-06 8:14 ` [yocto] " Alexander Kanavin
2022-11-06 15:43 ` Ron Eggler
2022-11-06 8:40 ` Markus Volk
2022-11-06 15:45 ` Ron Eggler
2022-11-06 10:26 ` Anders Montonen
2022-11-06 16:02 ` Ron Eggler
2022-11-06 16:48 ` Anders Montonen
2022-11-06 17:13 ` Alexander Kanavin
2022-11-06 17:36 ` Ron Eggler [this message]
2022-11-06 18:12 ` Alexander Kanavin
2022-11-07 1:35 ` Ron Eggler
2022-11-07 8:27 ` Alexander Kanavin
2022-11-07 15:12 ` Ron Eggler
2022-11-07 15:20 ` Alexander Kanavin
2022-11-07 17:57 ` Ron Eggler
2022-11-07 19:15 ` Alexander Kanavin
2022-11-07 2:19 ` Ron Eggler
2022-11-07 8:32 ` Alexander Kanavin
2022-11-07 1:00 ` Khem Raj
2022-11-07 2:16 ` Khem Raj
2022-11-07 2:30 ` Ron Eggler
[not found] ` <17252C937E759BD8.12191@lists.yoctoproject.org>
2022-11-07 4:19 ` Ron Eggler
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=cbe95fad-8ce9-3e72-2626-e1185505ede5@mistywest.com \
--to=ron.eggler@mistywest.com \
--cc=Anders.Montonen@iki.fi \
--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 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.