Hi Gaute,
Can you check if the kernel modules are being built? You could also explicitly include all kernel modules using IMAGE_INSTALL = "kernel-modules" or specify each module using MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS. Thanks, Manju From: [email protected] [mailto:[email protected]] On Behalf Of Nilsson, Gaute Sent: Sunday, November 05, 2017 6:39 AM To: [email protected] Subject: [meta-xilinx] iptables kernel modules I have an application that needs to use iptables. The iptables recipe is located under poky/meta/recipes-extended/iptables. When I use MACHINE = "qemux86", and add IMAGE_INSTALL_append = " iptables" in my local.conf, Yocto will nicely include iptables and the corresponding kernel modules in the image. This has the desired behavior. But when I change MACHINE to "qemu-zynq7", Yocto will only include the iptables utility and not the corresponding kernel modules in the image. This will result in an error message when I run the iptables utility. meta-xilinx is the only layer that I've added to bblayers. I've tested morty, pyro, and rel-2017.x branches, but all have the same behavior. How can I get Yocto to include the kernel modules for iptables in the image for my Xilinx target?
-- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
