|
Installing custom yocto linux on QNX hypervisor
Hello,
Can you please guide me through the process to install custom yocto linux on qnx hypervisor.
Need to go through the process from starting dor deploying a custom linux on qnx hypervisor v2.2
Hello,
Can you please guide me through the process to install custom yocto linux on qnx hypervisor.
Need to go through the process from starting dor deploying a custom linux on qnx hypervisor v2.2
|
By
Ayush Chauhan
·
#58511
·
|
|
Re: undefined reference problem persists
Combining gpl2 and gpl3 is not an issue here. The issue is that if you
ship gpl3 items to users as a part of some product, you have an
obligation to allow them to change those items and install the
Combining gpl2 and gpl3 is not an issue here. The issue is that if you
ship gpl3 items to users as a part of some product, you have an
obligation to allow them to change those items and install the
|
By
Alexander Kanavin
·
#58510
·
|
|
Re: undefined reference problem persists
If you're shipping anything that is under gplv3 you also need to give
the recipient users a possibility to change the item under gplv3 from
the source code you have used to build it and install their
If you're shipping anything that is under gplv3 you also need to give
the recipient users a possibility to change the item under gplv3 from
the source code you have used to build it and install their
|
By
Alexander Kanavin
·
#58509
·
|
|
Re: undefined reference problem persists
I replaced replaced readline with libedit in meta-gplv2/recipes-support/gnupg/gnupg_1.4.7.bb, invoked bitbake and got:
|
I replaced replaced readline with libedit in meta-gplv2/recipes-support/gnupg/gnupg_1.4.7.bb, invoked bitbake and got:
|
|
By
Mistyron <ron.eggler@...>
·
#58508
·
|
|
Re: undefined reference problem persists
libedit is the editline library under meta-devtools: https://git.yoctoproject.org/poky/plain/meta/recipes-devtools/libedit/
I'll give this a shot!
--
RON EGGLER Firmware Engineer (he/him/his)
libedit is the editline library under meta-devtools: https://git.yoctoproject.org/poky/plain/meta/recipes-devtools/libedit/
I'll give this a shot!
--
RON EGGLER Firmware Engineer (he/him/his)
|
By
Mistyron <ron.eggler@...>
·
#58507
·
|
|
Re: undefined reference problem persists
https://www.gnu.org/licenses/rms-why-gplv3.en.html specifies:
"When we say that GPLv2 and GPLv3 are incompatible, it means there is no legal way to combine code under GPLv2 with code under GPLv3 in a
https://www.gnu.org/licenses/rms-why-gplv3.en.html specifies:
"When we say that GPLv2 and GPLv3 are incompatible, it means there is no legal way to combine code under GPLv2 with code under GPLv3 in a
|
By
Mistyron <ron.eggler@...>
·
#58506
·
|
|
Re: undefined reference problem persists
I should have said libedit and not editline
I should have said libedit and not editline
|
By
Khem Raj
·
#58505
·
|
|
Re: undefined reference problem persists
The intent is, that's it's going to be shipped (but with full access to the sources)
--
Ron
The intent is, that's it's going to be shipped (but with full access to the sources)
--
Ron
|
By
Mistyron <ron.eggler@...>
·
#58504
·
|
|
Re: undefined reference problem persists
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
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
|
By
Khem Raj
·
#58503
·
|
|
Re: undefined reference problem persists
No. You cannot 'just replace' it, as they are under different
licenses, and meta-gplv2 specifically collects versions under gpl
version 2 only.
Are you going to ship what you're working on to other
No. You cannot 'just replace' it, as they are under different
licenses, and meta-gplv2 specifically collects versions under gpl
version 2 only.
Are you going to ship what you're working on to other
|
By
Alexander Kanavin
·
#58502
·
|
|
Re: undefined reference problem persists
Hi,
On 11/6/22 08:48, Anders Montonen wrote:
I'll attempt to "just drop" meta-gplv2, then. However I see that there are other dependencies on readline too, i.e. it might
Hi,
On 11/6/22 08:48, Anders Montonen wrote:
I'll attempt to "just drop" meta-gplv2, then. However I see that there are other dependencies on readline too, i.e. it might
|
By
Mistyron <ron.eggler@...>
·
#58501
·
|
|
Re: undefined reference problem persists
I can imagine that meta-gpl2 was in fact added in the first place for
exactly that reason. NM is a red hat project, and red hat has no
concerns for those pesky embedded linux needs. There's
I can imagine that meta-gpl2 was in fact added in the first place for
exactly that reason. NM is a red hat project, and red hat has no
concerns for those pesky embedded linux needs. There's
|
By
Alexander Kanavin
·
#58500
·
|
|
Re: undefined reference problem persists
Hi,
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.
The dependency on readline comes from
Hi,
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.
The dependency on readline comes from
|
By
Anders Montonen
·
#58499
·
|
|
Re: undefined reference problem persists
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:
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:
|
By
Mistyron <ron.eggler@...>
·
#58498
·
|
|
Re: undefined reference problem persists
On 11/6/22 01:40, Markus Volk wrote:
rl_echo_signal_char is a symbol from readline per https://tiswww.case.edu/php/chet/readline/readline.html
On 11/6/22 01:40, Markus Volk wrote:
rl_echo_signal_char is a symbol from readline per https://tiswww.case.edu/php/chet/readline/readline.html
|
By
Mistyron <ron.eggler@...>
·
#58497
·
|
|
Re: undefined reference problem persists
On 11/6/22 01:14, Alexander Kanavin wrote:
Okay, yes, sorry about that, the compile output for bitbake sample-image-cp-lwb5plus looks like:
...
On 11/6/22 01:14, Alexander Kanavin wrote:
Okay, yes, sorry about that, the compile output for bitbake sample-image-cp-lwb5plus looks like:
...
|
By
Mistyron <ron.eggler@...>
·
#58496
·
|
|
Re: undefined reference problem persists
Are you using meta-gplv2? That function doesn’t exist yet in the version of readline provided by that layer.
Regards,
Anders
Are you using meta-gplv2? That function doesn’t exist yet in the version of readline provided by that layer.
Regards,
Anders
|
By
Anders Montonen
·
#58495
·
|
|
Re: undefined reference problem persists
Am So, 6. Nov 2022 um 00:45:36 -0700 schrieb Mistyron <ron.eggler@...>:
missing readline dependency ?
Am So, 6. Nov 2022 um 00:45:36 -0700 schrieb Mistyron <ron.eggler@...>:
missing readline dependency ?
|
By
Markus Volk
·
#58494
·
|
|
Re: undefined reference problem persists
It may help if you show the complete logs for configure and compile , otherwise there is not enough information in your message to diagnose the issue.
Alex
It may help if you show the complete logs for configure and compile , otherwise there is not enough information in your message to diagnose the issue.
Alex
|
By
Alexander Kanavin
·
#58493
·
|
|
undefined reference problem persists
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
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
|
By
Mistyron <ron.eggler@...>
·
#58492
·
|