Hi Sophie, On Tuesday 20 May 2014 15:31:13 CARAYOL Sophie wrote: > I get this patch on the web, then I put it in the patches directory. I > suppose I have to add the file name in the 'series' file but how to > "config/<yourplatform>/patches/linux-<yourversion>/" : is it with 'ptxdist > platformconfig' command then menu 'Linux Kernel' ?
I'm not sure if I understand your question correctly. "configs/<yourplatform>/patches/linux-<yourversion>/" is a filesystem path inside of your PTXdist project. I don't know the name of your platform, that is why the <yourplatform> placeholder exist. And I also do not know your Linux kernel version, that is why I wrote "<yourversion>". After adding the patch, just force PTXdist to apply it to the source tree by: $ ptxdist clean kernel $ ptxdist extract kernel Just adding patches may fail when trying to apply them to a different source tree. Keep this in mind. Maybe you need to adapt the patches first. Regards, Juergen -- Pengutronix e.K. | Juergen Borleis | Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
