|
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
·
|
|
Re: insmod - huawei E3372h kernel module
Quite an opposite. It must be defined to be exported, and to appear in
Module.symvers .
If it is NOT defined as exported (EXPORT_SYMBOL, EXPORT_SYMBOL_GPL),
it will behave as from your initial post,
Quite an opposite. It must be defined to be exported, and to appear in
Module.symvers .
If it is NOT defined as exported (EXPORT_SYMBOL, EXPORT_SYMBOL_GPL),
it will behave as from your initial post,
|
By
Zoran
·
#51923
·
|
|
Re: [meta-tensorflow][PATCH 8/25] tensorflow-estimator: 1.13 -> 2.4
Marek,
Does this happen if you use the master branch?
Hongxu, Any tips for Marek?
../Randy
>
--
# Randy MacLeod
# Wind River Linux
Marek,
Does this happen if you use the master branch?
Hongxu, Any tips for Marek?
../Randy
>
--
# Randy MacLeod
# Wind River Linux
|
By
Randy MacLeod
·
#51922
·
|
|
Re: insmod - huawei E3372h kernel module
If I think more... For driver development the Out Of (OOT) Tree driver
is a must, and so far the most efficient way is to have native tool
environment presence on the target, so the quick
If I think more... For driver development the Out Of (OOT) Tree driver
is a must, and so far the most efficient way is to have native tool
environment presence on the target, so the quick
|
By
Zoran
·
#51921
·
|
|
Yocto zeus, npm fetcher, bug
Hello,
I use yocto version 3.0.3 (zeus) and tried to install some node packages as described in the yocto manual [1].
I experienced that manipulating a sha512 checksum in a package-lock.json file does
Hello,
I use yocto version 3.0.3 (zeus) and tried to install some node packages as described in the yocto manual [1].
I experienced that manipulating a sha512 checksum in a package-lock.json file does
|
By
Zimmermann, Anthony
·
#51920
·
|
|
Re: insmod - huawei E3372h kernel module
No, no... I did not mean in the makefile to change m to y.
Please, maybe you can try to set your makefile to lookalike as these
No, no... I did not mean in the makefile to change m to y.
Please, maybe you can try to set your makefile to lookalike as these
|
By
Zoran
·
#51919
·
|
|
Re: insmod - huawei E3372h kernel module
Hi Zoran,
Thanks, I modified the Makefile:
obj-m := huawei_cdc_ncm.o
Kconfig (obj-y := huawei_cdc_ncm.o)
SRC := $(shell pwd)
all:
$(MAKE) -C $(KERNEL_SRC) M=$(SRC)
modules_install:
$(MAKE) -C
Hi Zoran,
Thanks, I modified the Makefile:
obj-m := huawei_cdc_ncm.o
Kconfig (obj-y := huawei_cdc_ncm.o)
SRC := $(shell pwd)
all:
$(MAKE) -C $(KERNEL_SRC) M=$(SRC)
modules_install:
$(MAKE) -C
|
By
Zoltan Kerenyi Nagy
·
#51918
·
|
|
Re: insmod - huawei E3372h kernel module
Hello Zoltan,
Please, try to set Kconfig (obj-y := huawei_cdc_ncm.o) to y, I guess
99.9% that the kernel compilation (actually, driver compilation) will
pass.
I think YOCTO (recipe) behaves
Hello Zoltan,
Please, try to set Kconfig (obj-y := huawei_cdc_ncm.o) to y, I guess
99.9% that the kernel compilation (actually, driver compilation) will
pass.
I think YOCTO (recipe) behaves
|
By
Zoran
·
#51917
·
|
|
#yocto #kernel
#yocto
#kernel
What would cause this “opkg” to not pull in these components ?, and how do I ensure “opkg” can find these components : “inetutils-rsh” and “inetutils-rshd” ?
Using “zeus”…,
What would cause this “opkg” to not pull in these components ?, and how do I ensure “opkg” can find these components : “inetutils-rsh” and “inetutils-rshd” ?
Using “zeus”…,
|
By
Monsees, Steven C (US)
·
#51916
·
|
|
insmod - huawei E3372h kernel module
Hi Folks,
I bitbaked a Huawei E3372h driver into the distro with this recipe file:
SUMMARY = "Huawei Stick kernel module"
LICENSE = "CLOSED"
inherit module
SRC_URI = "file://Makefile \
Hi Folks,
I bitbaked a Huawei E3372h driver into the distro with this recipe file:
SUMMARY = "Huawei Stick kernel module"
LICENSE = "CLOSED"
inherit module
SRC_URI = "file://Makefile \
|
By
Zoltan Kerenyi Nagy
·
#51915
·
|
|
Re: How to select Linux kernel version?
Hi,
So we can stop half guessing and help you can you give us the output of:
bitbake -e virtual/kernel | grep -e "^PREFERRED_PROVIDER_"
bitbake -e virtual/kernel | grep -e
Hi,
So we can stop half guessing and help you can you give us the output of:
bitbake -e virtual/kernel | grep -e "^PREFERRED_PROVIDER_"
bitbake -e virtual/kernel | grep -e
|
By
Quentin Schulz
·
#51914
·
|