|
Adding backported driver to the kernel
#kernel
Probably you have two packages that provides that Kernel module. Kernel's default one via kernel-module-split BBClass, and yours with your recipe. Try telling Yocto you have your own runtime provider
Probably you have two packages that provides that Kernel module. Kernel's default one via kernel-module-split BBClass, and yours with your recipe. Try telling Yocto you have your own runtime provider
|
By
Daniel
· #59218
·
|
|
Adding backported driver to the kernel
#kernel
Hi, I built cfg80211 driver externally and added it as a recipe to the system: KERNEL_MODULE_AUTOLOAD += "cfg80211" install -m 755 ${S}/cfg80211.ko ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}
Hi, I built cfg80211 driver externally and added it as a recipe to the system: KERNEL_MODULE_AUTOLOAD += "cfg80211" install -m 755 ${S}/cfg80211.ko ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}
|
By
Adrian
· #59215
·
|
|
Include Driver in my imx-image
#sdk
#yocto
#imx8
#kirkstone
#kernel
You can add a kernel config fragment disabling/enabling needed drivers during build and you can either build them into kernel proper or as kernel modules. If you build them as kmods then you have to a
You can add a kernel config fragment disabling/enabling needed drivers during build and you can either build them into kernel proper or as kernel modules. If you build them as kmods then you have to a
|
By
Khem Raj
· #59142
·
|
|
Include Driver in my imx-image
#sdk
#yocto
#imx8
#kirkstone
#kernel
Hello List, I am making kernel yocto image for imx8mplus. But according to my project requirement i need different audio driver rather then default which comes with this linux image. I am able to see
Hello List, I am making kernel yocto image for imx8mplus. But according to my project requirement i need different audio driver rather then default which comes with this linux image. I am able to see
|
By
Nikita Gupta
· #59141
·
|
|
How to apply Rt patch in Raspberry-pi image?
#raspberrypi
#yocto
#patch
#dunfell
#kernel
Hello all, I have created a basic image of raspberry pi4 with the help of yocto. That is only a bootable image nothing else there (rpi-basic-image). Now I wanted to apply Rt-patch in that. I searched
Hello all, I have created a basic image of raspberry pi4 with the help of yocto. That is only a bootable image nothing else there (rpi-basic-image). Now I wanted to apply Rt-patch in that. I searched
|
By
Nikita Gupta
· #58048
·
|
|
Extra files to kernel module package
#kernel
This was asked a while back with no answer that I could find, but I am running into the same issue where I can't use FILES:${PN} - to get a kernel udev source file into my build and am wondering if an
This was asked a while back with no answer that I could find, but I am running into the same issue where I can't use FILES:${PN} - to get a kernel udev source file into my build and am wondering if an
|
By
bgctkd@...
· #57274
·
|
|
Two DSI ports and only one fb0
#yocto
#kernel
I am working on a BSP build using Yocto. My physical board has two DSI ports to which panels are connected. Both are 4-lane DSI panels. Panels are defined in device tree and they are initialized and l
I am working on a BSP build using Yocto. My physical board has two DSI ports to which panels are connected. Both are 4-lane DSI panels. Panels are defined in device tree and they are initialized and l
|
By
...
· #56380
·
|
|
Adding DKMS support to yocto build project
#dunfell
#kernel
Hi Rayaan, Currently DKMS is not supported in Yocto/OE and there are no imminent plans to change that. See the discussion on the topic at https://lists.openembedded.org/g/openembedded-core/message/159
Hi Rayaan, Currently DKMS is not supported in Yocto/OE and there are no imminent plans to change that. See the discussion on the topic at https://lists.openembedded.org/g/openembedded-core/message/159
|
By
Josef Holzmayr
· #56142
·
|
|
Adding DKMS support to yocto build project
#dunfell
#kernel
Good day, I am new to yocto and in need of assistance please. Could someone please assist me with getting DKMS included in my build. my platform is: stm32mp1
Good day, I am new to yocto and in need of assistance please. Could someone please assist me with getting DKMS included in my build. my platform is: stm32mp1
|
By
rayaan@...
· #56141
·
|
|
LINUX_VERSION_EXTENSION has no effect
#dunfell
#yocto
#kernel
Bruce, It's an honor to get help from the author himself! I'm starting to understand why they have this: do_configure_prepend() { cp "${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG}" "${B}/.config" || b
Bruce, It's an honor to get help from the author himself! I'm starting to understand why they have this: do_configure_prepend() { cp "${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG}" "${B}/.config" || b
|
By
mrkozmic@...
· #55009
·
|
|
LINUX_VERSION_EXTENSION has no effect
#dunfell
#yocto
#kernel
Bruce, I just realized that I replied only to you and not to the group. Hope it is ok that I post your answer here.
Bruce, I just realized that I replied only to you and not to the group. Hope it is ok that I post your answer here.
|
By
mrkozmic@...
· #55008
·
|
|
LINUX_VERSION_EXTENSION has no effect
#dunfell
#yocto
#kernel
Assuming what you are using as a kernel recipe is linux-yocto based, the code that is adding the CONFIG_LOCALVERSION is a task that runs after do_configure. So just running -c configure, it shouldn't
Assuming what you are using as a kernel recipe is linux-yocto based, the code that is adding the CONFIG_LOCALVERSION is a task that runs after do_configure. So just running -c configure, it shouldn't
|
By
Bruce Ashfield
· #55006
·
|
|
LINUX_VERSION_EXTENSION has no effect
#dunfell
#yocto
#kernel
I have defined LINUX_VERSION_EXTENSION in my kernel recipe. I have no CONFIG_LOCALVERSION or CONFIG_LOCALVERSION_AUTO defined in my defconfig After i run bitbake -c kernel_configme <my kernel recipe>
I have defined LINUX_VERSION_EXTENSION in my kernel recipe. I have no CONFIG_LOCALVERSION or CONFIG_LOCALVERSION_AUTO defined in my defconfig After i run bitbake -c kernel_configme <my kernel recipe>
|
By
mrkozmic@...
· #55003
·
|
|
kernel debugging in yocto image
#linux
#make
#yocto
#cmake
#kernel
Hi, I have been working on the audio driver. I am trying to access codec driver (TLV320AIC3104) connected to iMX8M over I2C3 and SAI2 lines. While checking for modprobe and modinfo of i2c driver, I'm
Hi, I have been working on the audio driver. I am trying to access codec driver (TLV320AIC3104) connected to iMX8M over I2C3 and SAI2 lines. While checking for modprobe and modinfo of i2c driver, I'm
|
By
Amrun Nisha.R
· #54915
·
|
|
Issue baking a new layer for a custom kernel
#kernel
ensure that you are using same release branches for all layer repos generally RDEPENDS and RRECOMMENDS should be replaced with RDEPENDS_<pkgname> etc.
ensure that you are using same release branches for all layer repos generally RDEPENDS and RRECOMMENDS should be replaced with RDEPENDS_<pkgname> etc.
|
By
Khem Raj
· #54632
·
|
|
Issue baking a new layer for a custom kernel
#kernel
Hi Group, I am trying to add a new layer for a custom RTOS which supports RISCV32 architecture. When i run bitbake i bumped into following error: " ERROR: /home/gitee-ohos/ohos/AllScenariosOS/sources/
Hi Group, I am trying to add a new layer for a custom RTOS which supports RISCV32 architecture. When i run bitbake i bumped into following error: " ERROR: /home/gitee-ohos/ohos/AllScenariosOS/sources/
|
By
...
· #54629
·
|
|
Build multiple drivers wit one recipe
#kernel
#linux
I am developing a pair of driver modules that share some functionality. Thus it would be convenient for the source files of the drivers to share a directory with the source files of the shared functio
I am developing a pair of driver modules that share some functionality. Thus it would be convenient for the source files of the drivers to share a directory with the source files of the shared functio
|
By
...
· #54472
·
|
|
TLV320AIC3104: tlv320aic3104
#kernel
#yocto
Hi Alexandre, Thanks for your guidance. I have updated my device tree with dummy codec as linux. Still the sound card is not properly added. When i tried to verify that using aplay, i got error messag
Hi Alexandre, Thanks for your guidance. I have updated my device tree with dummy codec as linux. Still the sound card is not properly added. When i tried to verify that using aplay, i got error messag
|
By
Amrun Nisha.R
· #53972
·
|
|
TLV320AIC3104: tlv320aic3104
#kernel
#yocto
Hello, To support that, you will have to write your own card driver or at least write a device tree sound node with a dummy codec as Linux will not be configuring it. See https://bootlin.com/pub/confe
Hello, To support that, you will have to write your own card driver or at least write a device tree sound node with a dummy codec as Linux will not be configuring it. See https://bootlin.com/pub/confe
|
By
Alexandre Belloni
· #53930
·
|
|
TLV320AIC3104: tlv320aic3104
#kernel
#yocto
Hi, I am using tlv320aic3104 in one of my project, The hardware is wired in such a way that the I2C lines from tlv320aic3104 is connected to a separate microprocessor which performs the init. The SAI
Hi, I am using tlv320aic3104 in one of my project, The hardware is wired in such a way that the I2C lines from tlv320aic3104 is connected to a separate microprocessor which performs the init. The SAI
|
By
Amrun Nisha.R
· #53929
·
|