|
Re: insmod - huawei E3372h kernel module
> insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko
> insmod: can't insert '/lib/modules/4.10.0/extra/huawei_cdc_ncm.ko': unknown symbol in module, or unknown parameter
On my target (Pocket
> insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko
> insmod: can't insert '/lib/modules/4.10.0/extra/huawei_cdc_ncm.ko': unknown symbol in module, or unknown parameter
On my target (Pocket
|
By
Zoran
·
#51944
·
|
|
Re: insmod - huawei E3372h kernel module
No success :-(
insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko
insmod: can't insert '/lib/modules/4.10.0/extra/huawei_cdc_ncm.ko': unknown symbol in module, or unknown parameter
--
Zolee
No success :-(
insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko
insmod: can't insert '/lib/modules/4.10.0/extra/huawei_cdc_ncm.ko': unknown symbol in module, or unknown parameter
--
Zolee
|
By
Zoltan Kerenyi Nagy
·
#51943
·
|
|
rebuild issues using sstate mirror
Hi Folks,
i did some research on building a custom yocto image using gatesgarth branch. The testcase was building an image on one machine and rebuild it on another using sstate mirror.
I encountered
Hi Folks,
i did some research on building a custom yocto image using gatesgarth branch. The testcase was building an image on one machine and rebuild it on another using sstate mirror.
I encountered
|
By
Markus Volk
·
#51942
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
If you go into ${WORKDIR} of your recipe (tmp/work/<arch>/<recipe name>),
what is the path to libopentok.*.so?
Quentin
If you go into ${WORKDIR} of your recipe (tmp/work/<arch>/<recipe name>),
what is the path to libopentok.*.so?
Quentin
|
By
Quentin Schulz
·
#51941
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
On Fri, Jan 8, 2021 at 01:26 AM, Quentin Schulz wrote:
Hi,
On Fri, Jan 08, 2021 at 01:19:51AM -0800, Vijay Rakesh Munganda wrote:
Hi Paul Barker,
No, ${WORKDIR}/tokbox directory is empty, it is not
On Fri, Jan 8, 2021 at 01:26 AM, Quentin Schulz wrote:
Hi,
On Fri, Jan 08, 2021 at 01:19:51AM -0800, Vijay Rakesh Munganda wrote:
Hi Paul Barker,
No, ${WORKDIR}/tokbox directory is empty, it is not
|
By
Vijay Rakesh Munganda
·
#51939
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
On Fri, Jan 8, 2021 at 01:28 AM, Paul Barker wrote:
Hi Paul Barker,
No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can only see it in the downloads directory.
I'm Yocto Project
On Fri, Jan 8, 2021 at 01:28 AM, Paul Barker wrote:
Hi Paul Barker,
No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can only see it in the downloads directory.
I'm Yocto Project
|
By
Vijay Rakesh Munganda
·
#51938
·
|
|
Re: insmod - huawei E3372h kernel module
Hi,
I managed to bitbake with these:
http://paste.ubuntu.com/p/4W2525MQDj/
http://paste.ubuntu.com/p/VT3zyhy7h2/
I'm very curious how it behaves on the hardware
--
Zolee
Hi,
I managed to bitbake with these:
http://paste.ubuntu.com/p/4W2525MQDj/
http://paste.ubuntu.com/p/VT3zyhy7h2/
I'm very curious how it behaves on the hardware
--
Zolee
|
By
Zoltan Kerenyi Nagy
·
#51937
·
|
|
Re: insmod - huawei E3372h kernel module
Hi,
Makefile:huawei_cdc_ncm-y := huawei_cdc_ncm.o obj-m += huawei_cdc_ncm.oKDIR ?= /lib/modules/`uname -r`/buildall: make -C $(KDIR) M=$(PWD) modulesclean: make -C $(KDIR) M=$(PWD)
Hi,
Makefile:huawei_cdc_ncm-y := huawei_cdc_ncm.o obj-m += huawei_cdc_ncm.oKDIR ?= /lib/modules/`uname -r`/buildall: make -C $(KDIR) M=$(PWD) modulesclean: make -C $(KDIR) M=$(PWD)
|
By
Zoltan Kerenyi Nagy
·
#51936
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
<vijayrakeshmunganda@...> wrote:
What I mean is, do you see the file
"libopentok_linux_llvm_arm64-2.18.1.tgz" itself under ${WORKDIR}? i.e.
has it been copied instead of extracted?
Also, please
<vijayrakeshmunganda@...> wrote:
What I mean is, do you see the file
"libopentok_linux_llvm_arm64-2.18.1.tgz" itself under ${WORKDIR}? i.e.
has it been copied instead of extracted?
Also, please
|
By
Paul Barker
·
#51935
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Hi,
S = "${WORKDIR}/libopentok_linux_llvm_arm64"
This is the root directory of your archive and should be used for `S`
Cheers,
Quentin
Hi,
S = "${WORKDIR}/libopentok_linux_llvm_arm64"
This is the root directory of your archive and should be used for `S`
Cheers,
Quentin
|
By
Quentin Schulz
·
#51934
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Hi Paul Barker,
No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can only see it in the downloads directory.
I'm Yocto Project Dunfell version.
Thanks,
Vijay Rakesh.
Hi Paul Barker,
No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can only see it in the downloads directory.
I'm Yocto Project Dunfell version.
Thanks,
Vijay Rakesh.
|
By
Vijay Rakesh Munganda
·
#51933
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
<vijayrakeshmunganda@...> wrote:
Does the .tgz file get placed in ${WORKDIR} without being extracted?
Also, which Yocto Project version/branch are you using?
Thanks,
--
Paul Barker
Konsulko
<vijayrakeshmunganda@...> wrote:
Does the .tgz file get placed in ${WORKDIR} without being extracted?
Also, which Yocto Project version/branch are you using?
Thanks,
--
Paul Barker
Konsulko
|
By
Paul Barker
·
#51932
·
|
|
Re: How to select Linux kernel version?
Hi Jupiter,
[...]
[...]
Not sure this will fly nicely (the kernel headers being older than your
kernel).
Otherwise ok.
And here we have the winner :)
You don't have a 5.10 linux-yocto recipe so
Hi Jupiter,
[...]
[...]
Not sure this will fly nicely (the kernel headers being older than your
kernel).
Otherwise ok.
And here we have the winner :)
You don't have a 5.10 linux-yocto recipe so
|
By
Quentin Schulz
·
#51931
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Hi Zoran,
Thanks for the reply. The reason behind CMakeLists.txt does not appear is because tgz file is getting extracted into the source folder, it is empty when I checked. My recipe is unable to
Hi Zoran,
Thanks for the reply. The reason behind CMakeLists.txt does not appear is because tgz file is getting extracted into the source folder, it is empty when I checked. My recipe is unable to
|
By
Vijay Rakesh Munganda
·
#51930
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Just maybe... This web pointer can help
Just maybe... This web pointer can help
|
By
Zoran
·
#51929
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Anyone, please suggest.
Thanks,
Vijay Rakesh
Anyone, please suggest.
Thanks,
Vijay Rakesh
|
By
Vijay Rakesh Munganda
·
#51928
·
|
|
Re: How to select Linux kernel version?
Thanks Quentin, here are results:
$ bitbake -e virtual/kernel | grep -e
Thanks Quentin, here are results:
$ bitbake -e virtual/kernel | grep -e
|
By
JH
·
#51927
·
|
|
Suggestions on improvements
Hello everyone,
I'm trying to improve the Yocto Project's license tracing based on a proof-of concept implementation of linking sources with SPDX headers to output files by Richard at
Hello everyone,
I'm trying to improve the Yocto Project's license tracing based on a proof-of concept implementation of linking sources with SPDX headers to output files by Richard at
|
By
Meh Mbeh Ida Delphine <idadelm@...>
·
#51926
·
|
|
Re: [meta-tensorflow][PATCH 8/25] tensorflow-estimator: 1.13 -> 2.4
Hi Marek,
Is it:
A) Comes from master and is a problem on dunfell or
B) it is reproducible on the master branch?
Given that you said:
I suspect it's A only. Right?
What are your small
Hi Marek,
Is it:
A) Comes from master and is a problem on dunfell or
B) it is reproducible on the master branch?
Given that you said:
I suspect it's A only. Right?
What are your small
|
By
Randy MacLeod
·
#51925
·
|
|
Re: [meta-tensorflow][PATCH 8/25] tensorflow-estimator: 1.13 -> 2.4
HI Randy,
<randy.macleod@...> wrote:
Yes this comes from master branch.
BR,
marek
--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko -
HI Randy,
<randy.macleod@...> wrote:
Yes this comes from master branch.
BR,
marek
--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko -
|
By
Marek Belisko
·
#51924
·
|