Buildroot not able to recognize if package name did not start with BR2_PACKAGE and it will not compile the package. Thus, change the i2c kernel module package to BR2_PACKAGE_I2C. Signed-off-by: Mohamad Noor Alim Hussin <mnalim@efinixinc.com>main...
Provide kernel version explicitly before the%kernel_module_packagecall to work around problem 1.: Raw %global kernel_version 5.14.0-2.el9.%{_target_cpu} %kernel_module_package ... Supply the correct definition for the%kernel_sourcemacro after the%kernel_module_packagecall to work around probl...
sudo apt install make gcc file bzip2 build-essential wget cpio python unzip rsync bc git clone https://github.com/buildroot/buildroot cd buildroot git checkout 2017.2 make BR2_EXTERNAL="$(pwd)/../kernel_module" qemu_x86_64_defconfig echo ' BR2_PACKAGE_KERNEL_MODULE=y BR2_TARGET_...
This is a repository for making udmabuf kernel module debian package. Udmabuf is a Linux device driver that allocates contiguous memory blocks in the kernel space as DMA buffers and makes them available from the user space. For details of udmabuf, please refer to following URL. ...
Description of problem: # grep -A 2 ' start)' /etc/init.d/isicom start) echo -n $"Loading PLX (isicom) modules... " /sbin/modprobe isicom # /sbin/modprobe isicom FATAL: Module isicom not found. The kernel module needed to use the isicom package does not seem to be available ...
#16560: Don't build openswan kernel module unless CONFIG_PACKAGE_kmod-openswan is set ---+--- Reporter: anonymous | Owner: developers Type: defect | Status: new Priority: normal | Milestone: Chaos Calmer (trunk) Component: packages | Version: Trunk Resolution: | Keywords: ---+--- Commen...
#16560: Don't build openswan kernel module unless CONFIG_PACKAGE_kmod-openswan is set ---+--- Reporter: anonymous | Owner: developers Type: defect | Status: closed Priority: normal | Milestone: Chaos Calmer (trunk) Component: packages | Version: Trunk Resolution: obsolete | Keywords: ---+...
Provide kernel version explicitly before the%kernel_module_packagecall to work around problem 1.: Raw %global kernel_version 5.14.0-2.el9.%{_target_cpu} %kernel_module_package ... Supply the correct definition for the%kernel_sourcemacro after the%kernel_module_packagecall to work around probl...
I have a custom kernel module recipe that worked in PetaLinux 2021.2 (recipe included near the bottom of this post). In PetaLinux 2021.2, it successfully generates a package `kernel-module-u-dma-buf-5.10.0-xilinx-v2021.2-git-r0.0.zynqmp_generic.rpm`...
In PetaLinux 2021.2, it successfully generates a package `kernel-module-u-dma-buf-5.10.0-xilinx-v2021.2-git-r0.0.zynqmp_generic.rpm` that contains: $ rpm -qlpv ./build/tmp/deploy/rpm/zynqmp_generic/kernel-module-u-dma-buf-5.10.0-xili...