首页 > 其他 > 详细

buildroot 重新编译 package

时间:2017-01-16 19:51:48      阅读:330      评论:0      收藏:0      [点我收藏+]
/*************************************************************************
 *                   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).

 

buildroot 重新编译 package

原文:http://www.cnblogs.com/zengjfgit/p/6290719.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!