Hi,
I have extracted a poky build of Linux Kernel from SDK 2.0 for the board T1040. I have been able to successfully cross-compile it and run it on the platform. However I now want to update a driver in the poky build, specifically in /driver/net.
I want to add an updated version of the driver found in the Linux Kernel 4.14. I tried directly replacing an updated version of driver but I am not able to make it
The following is the log when I try to do that
architech@architech:~/work_ins/linux-4.1.y-modified/linux-qoriq_2/4.1-r0/git$ make menuconfig
scripts/kconfig/mconf Kconfig
net/irda/Kconfig:95: can't open file "drivers/net/irda/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2