buildroot 重新編譯 package


/*************************************************************************
 *                   buildroot 重新編譯 package 
 * 說明:
 *     修改了buildroot中的busybox,但不知道要怎么重新編譯,記錄一下資料。
 *
 *                                      2017-1-16 深圳 南山平山村 曾劍鋒
 ************************************************************************/

一、參考文檔:
    1. buildroot重新編譯package
        http://bbs.chinaunix.net/thread-3759058-1-1.html
    2. Chapter 5. Understanding how to rebuild packages
        http://free-electrons.com/~thomas/buildroot/manual/html/ch05.html

二、操作方法介紹:
For packages relying on Buildroot packages infrastructures (see this section ??? for details), the following stamp files are relevant:
    1. output/build/packagename-version/.stamp_configured. If removed, Buildroot will trigger the recompilation of the package from the configuration step (execution of ./configure).
    2. output/build/packagename-version/.stamp_built. If removed, Buildroot will trigger the recompilation of the package from the compilation step (execution of make).

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM