|
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
·
|
|
Re: How to select Linux kernel version?
Thanks kapllaj.
Yes I use imx6ull, I've looked those config files, nothing set to run 4.19.
I setup PREFERRED_PROVIDER_virtual/kernel = "linux-yocto", I have to
say, it has been running for a year
Thanks kapllaj.
Yes I use imx6ull, I've looked those config files, nothing set to run 4.19.
I setup PREFERRED_PROVIDER_virtual/kernel = "linux-yocto", I have to
say, it has been running for a year
|
By
JH
·
#51913
·
|
|
Re: How to select Linux kernel version?
Hi, it actually shouldn't be that hard to set the kernel.
IMX_DEFAULT_KERNEL is a variable that sets the kernel name (the recipe) and not the version. I don't know on which yocto version you are
Hi, it actually shouldn't be that hard to set the kernel.
IMX_DEFAULT_KERNEL is a variable that sets the kernel name (the recipe) and not the version. I don't know on which yocto version you are
|
By
kapllaj.elvis@...
·
#51912
·
|
|
Unable to extract tar file
#dunfell
#yocto
Hi All,
I'm trying to install the Tokbox library into the build, but the tar file is not getting extracted into the folder. Here is my recipe code, kindly please help me where I went
Hi All,
I'm trying to install the Tokbox library into the build, but the tar file is not getting extracted into the folder. Here is my recipe code, kindly please help me where I went
|
By
Vijay Rakesh Munganda
·
#51911
·
|
|
Re: How to select Linux kernel version?
Thanks kapllaj,
It has linux-imx and ${IMX_DEFAULT_KERNEL}, but I could not find what
is defined for ${IMX_DEFAULT_KERNEL}
I defined IMX_DEFAULT_KERNEL = "5.10.%" in local.conf, still download
Thanks kapllaj,
It has linux-imx and ${IMX_DEFAULT_KERNEL}, but I could not find what
is defined for ${IMX_DEFAULT_KERNEL}
I defined IMX_DEFAULT_KERNEL = "5.10.%" in local.conf, still download
|
By
JH
·
#51910
·
|
|
[meta-selinux][PATCH 17/17] semodule-utils: upgrade to 3.1 (20200710)
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/selinux/semodule-utils_3.0.bb | 7 -------
recipes-security/selinux/semodule-utils_3.1.bb | 7 +++++++
2 files changed, 7
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/selinux/semodule-utils_3.0.bb | 7 -------
recipes-security/selinux/semodule-utils_3.1.bb | 7 +++++++
2 files changed, 7
|
By
Yi Zhao
·
#51909
·
|
|
[meta-selinux][PATCH 16/17] selinux-gui: upgrade to 3.1 (20200710)
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/selinux/selinux-gui_3.0.bb | 7 -------
recipes-security/selinux/selinux-gui_3.1.bb | 7 +++++++
2 files changed, 7 insertions(+),
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/selinux/selinux-gui_3.0.bb | 7 -------
recipes-security/selinux/selinux-gui_3.1.bb | 7 +++++++
2 files changed, 7 insertions(+),
|
By
Yi Zhao
·
#51908
·
|
|
[meta-selinux][PATCH 15/17] selinux-sandbox: upgrade to 3.1 (20200710)
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/selinux/selinux-sandbox_3.0.bb | 7 -------
recipes-security/selinux/selinux-sandbox_3.1.bb | 7 +++++++
2 files changed, 7
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/selinux/selinux-sandbox_3.0.bb | 7 -------
recipes-security/selinux/selinux-sandbox_3.1.bb | 7 +++++++
2 files changed, 7
|
By
Yi Zhao
·
#51907
·
|
|
[meta-selinux][PATCH 14/17] selinux-dbus: upgrade to 3.1 (20200710)
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/selinux/selinux-dbus_3.0.bb | 7 -------
recipes-security/selinux/selinux-dbus_3.1.bb | 7 +++++++
2 files changed, 7
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/selinux/selinux-dbus_3.0.bb | 7 -------
recipes-security/selinux/selinux-dbus_3.1.bb | 7 +++++++
2 files changed, 7
|
By
Yi Zhao
·
#51906
·
|
|
[meta-selinux][PATCH 13/17] selinux-python: upgrade to 3.1 (20200710)
Refresh patch:
fix-sepolicy-install-path.patch
Signed-off-by: Yi Zhao <yi.zhao@...>
---
.../selinux-python/fix-sepolicy-install-path.patch | 12 ++++++------
Refresh patch:
fix-sepolicy-install-path.patch
Signed-off-by: Yi Zhao <yi.zhao@...>
---
.../selinux-python/fix-sepolicy-install-path.patch | 12 ++++++------
|
By
Yi Zhao
·
#51905
·
|
|
[meta-selinux][PATCH 12/17] restorecond: upgrade to 3.1 (20200710)
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/selinux/restorecond.inc | 14 +++++++++++++-
recipes-security/selinux/restorecond_3.0.bb | 7 -------
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/selinux/restorecond.inc | 14 +++++++++++++-
recipes-security/selinux/restorecond_3.0.bb | 7 -------
|
By
Yi Zhao
·
#51904
·
|