<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->


<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Thanks Thomas, I just tried that command and it still does not implement my patch. When I execute the command “make linux-dirclean linux” I see text that says
 “>>> linux custom Download additional patches” is this supposed to indicate it found my patch? I’m guessing that I have the patch file named wrong as I have read it needs to match exactly what is trying to be patched but I don’t know if it should be named
 linux-custom (that’s the folder name in output->build->) should it be named the same as the custom kernel tarball (linux-3.10.4-July302014)?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Thomas De Schampheleire [via Buildroot (busybox)] [mailto:ml-node+<a href="/user/SendEmail.jtp?type=node&node=78154&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>]
<br>
<b>Sent:</b> Thursday, August 28, 2014 11:36 AM<br>
<b>To:</b> Charles Stahl<br>
<b>Subject:</b> Re: Custom kernal patch not being run<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi Charles, <br>
<br>
buildrootcharles <<a href="/user/SendEmail.jtp?type=node&node=78153&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>> schreef:
<o:p></o:p></p>
<div>
<p class="MsoNormal"><br>
>I am trying to figure out how to create and have buildroot deploy a custom <br>
>kernel patch (on my system only). I currently have my buildroot configured <br>
>to  build a custom kernel from a tarball I have saved locally on my machine <br>
>(filename Linux-3.10.4-July302014.tar.gz), I have created a patch file <br>
>(named Linux-patch.patch) with the following content: <br>
> <br>
>*** /home/MSC/SVN_BuildRoot/output/build/linux-custom/net/ipv4/ipconfig.c <br>
>2014-07-22 14:45:55.000000000 -0700 <br>
>--- /home/MSC/SVN_BuildRoot/board/ep4502/linux-patches/ipconfig.c 2014-08-28 <br>
>10:00:33.824586558 -0700 <br>
>*************** <br>
>*** 89,96 **** <br>
>   <br>
>  /* Define the friendly delay before and after opening net devices */ <br>
>  #define CONF_POST_OPEN 10 /* After opening: 10 msecs */ <br>
>! #ifdef CONFIG_MACH_AT91SAM9G45_EP4502VBB <br>
>! #define CONF_CARRIER_TIMEOUT 12000 /* Wait for carrier timeout */ <br>
>  #else <br>
>  #define CONF_CARRIER_TIMEOUT 120000 /* Wait for carrier timeout */ <br>
>  #endif <br>
>--- 89,96 ---- <br>
>   <br>
>  /* Define the friendly delay before and after opening net devices */ <br>
>  #define CONF_POST_OPEN 10 /* After opening: 10 msecs */ <br>
>! #ifdef CONFIG_MACH_AT91SAM9G45_EP4502MSC <br>
>! #define CONF_CARRIER_TIMEOUT 30000 /* Wait for carrier timeout */ <br>
>  #else <br>
>  #define CONF_CARRIER_TIMEOUT 120000 /* Wait for carrier timeout */ <br>
>  #endif <br>
> <br>
>I have specified the directory where the patch resides in the <br>
>BR2_LINUX_KERNEL_PATCH="/home/patchdirectory/" <br>
>whenever I run make Linux-rebuild it never seems to find my patch, do I have <br>
>it named wrong?  can anyone help, I've been stuck on this for nearly 2 days? <br>
>thanks. <br>
> <o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
linux-rebuild will not reapply patches. <br>
Try <br>
make linux-dirclean linux <br>
<br>
Best regards, <br>
Thomas <br>
<br>
_______________________________________________ <br>
buildroot mailing list <br>
<a href="/user/SendEmail.jtp?type=node&node=78153&i=1" target="_top" rel="nofollow" link="external">[hidden email]</a>
<br>
<a href="http://lists.busybox.net/mailman/listinfo/buildroot" target="_top" rel="nofollow" link="external">http://lists.busybox.net/mailman/listinfo/buildroot</a><br>
<br>
<o:p></o:p></p>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="1" width="100%" noshade="" style="color:#CCCCCC" align="center">
</div>
<div>
<div>
<p class="MsoNormal"><b><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#444444">If you reply to this email, your message will be added to the discussion below:<o:p></o:p></span></b></p>
</div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#444444"><a href="http://buildroot-busybox.2317881.n4.nabble.com/Custom-kernal-patch-not-being-run-tp78152p78153.html" target="_top" rel="nofollow" link="external">http://buildroot-busybox.2317881.n4.nabble.com/Custom-kernal-patch-not-being-run-tp78152p78153.html</a>
<o:p></o:p></span></p>
</div>
<div style="margin-top:4.8pt">
<p class="MsoNormal" style="line-height:18.0pt"><span style="font-size:8.5pt;font-family:"Tahoma","sans-serif";color:#666666">To unsubscribe from Custom kernal patch not being run,
<a href="" target="_top" rel="nofollow" link="external">
click here</a>.<br>
<a href="http://buildroot-busybox.2317881.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" target="_top" rel="nofollow" link="external"><span style="font-size:7.0pt;font-family:"Times New Roman","serif"">NAML</span></a>
<o:p></o:p></span></p>
</div>
</div>




<pre>

This transmission may contain sensitive, confidential and/or privileged
information. The sender does not waive any privilege or confidentiality in the
event of an inadvertent transmission to an unauthorized recipient. In the event
of such a transmission, please kindly contact the sender and delete all copies of
email. It is the recipient's responsibility to check this email and any
attachments for viruses. Mercury Security and the sender accept no responsibility
whatsoever for any loss suffered as a result of a virus entering the recipient's
computer system. Thank you.</pre>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://buildroot-busybox.2317881.n4.nabble.com/Custom-kernal-patch-not-being-run-tp78152p78154.html">RE: Custom kernal patch not being run</a><br/>
Sent from the <a href="http://buildroot-busybox.2317881.n4.nabble.com/">Buildroot (busybox) mailing list archive</a> at Nabble.com.<br/>