All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ron Eggler <ron.eggler@mistywest.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Anders Montonen <Anders.Montonen@iki.fi>,
	"yocto@lists.yoctoproject.org" <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] undefined reference problem persists
Date: Sun, 6 Nov 2022 18:30:45 -0800	[thread overview]
Message-ID: <5456d059-7709-efd8-80b9-abb57ef43c6e@mistywest.com> (raw)
In-Reply-To: <CAMKF1son6juOfbvEbcaXTb5uFyL2jB2hzgkTyXJFocRhgFtaCA@mail.gmail.com>


On 11/6/22 18:16, Khem Raj wrote:
> On Sun, Nov 6, 2022 at 5:00 PM Khem Raj <raj.khem@gmail.com> wrote:
>> On Sun, Nov 6, 2022 at 8:02 AM 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 ?
>>>
>> you can also look into replacing readline with editline and see if
>> this would work for your package needs. That will be one less package
>> needed from meta-gpl2
> I should have said libedit and not editline
libedit is the editline library under meta-devtools: 
https://git.yoctoproject.org/poky/plain/meta/recipes-devtools/libedit/
I'll give this a shot!
>
>>> Thanks!
>>> Ron
>>>
>>>
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>> Links: You receive all messages sent to this group.
>>> You automatically follow any topics you start or reply to.
>>> View/Reply Online (#58498): https://lists.yoctoproject.org/g/yocto/message/58498
>>> Mute This Topic: https://lists.yoctoproject.org/mt/94840876/1997914
>>> Group Owner: yocto+owner@lists.yoctoproject.org
>>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>>
-- 
RON EGGLER Firmware Engineer (he/him/his) www.mistywest.com


  reply	other threads:[~2022-11-07  2:30 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
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 [this message]
     [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=5456d059-7709-efd8-80b9-abb57ef43c6e@mistywest.com \
    --to=ron.eggler@mistywest.com \
    --cc=Anders.Montonen@iki.fi \
    --cc=raj.khem@gmail.com \
    --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.