scue@Link:/home/work/ltib$ ./ltib --help

This script is used to manage the building of BSPs with common target
root filesystems. Normally the system default are what you need. However, if you need to fine
tune some of the setup parameters, edit the file .ltibrc in this directory,
alternatively you may use a common .ltibrc file by placing one in your home
directory. ltib [-m <mode>] [options....]
Where:
--mode|m
Where mode is either:
prep just prep the package
scbuild rpmbuild -bc --short-circuit
scinstall rpmbuild -bi --short-circuit
scdeploy does an scinstall followed by an install to the rootfs
patchmerge generate and merge a patch (requires -p <pkg>)
clean clean/uninstall target packages
distclean full cleanup, removes nearly everything
listpkgs list packages (alphanumeric)
listpkgseula list package names and licenses
listpkgstw list packages in twiki format
listpkgscsv list packages in a format for import into spreadsheet
listpkgsbuild list enabled packages in build order
release make a binary release iso image
trelease make a non-distributable test iso release
config configure selected platform (no build)
selectype sub-platform selection (no build)
shell enter ltib shell mode (sets up spoofing etc)
addsrpms import srpms into ltib (semi-automatic)
--rootn|R : Root context number ( is the primary and implicit)
--pkg|p : operate on this package only
--configure|c : run the interactive configuration and build
--selectype : run the sub-platform configuration and build
--preconfig : configuration file to build from (defaults to .config)
--profile : profile file. This is used to select an alternate
set of userspace packages, this is saved and used
on later runs of ltib (e.g config/profiles/max.config)
--rcfile|r <f>: use this resource file
--batch|b : batch mode, assume yes to all questions
--force|f : force rebuilds even if they are up to date
--reinstall|e : re-install rpms (but don't force rebuild)
--erase|E : remove (erase) rpm
--nodeps|n : turn off install/uninstall dependency checks
--conflicts|k : don't force install rpms that have file conflicts
--keepsrpms|s : keep the srpms after the build (deleted by default)
--verbose|v : more output
--dry-run|d : mostly a dry run (calls to system are just echos)
--continue|C : try to continue on package build errors (autobuilds)
--version|V : print the application version and quit
--noredir|N : do not redirect any output
--deploy|D : run the deploy scripts even if build is up to date
--no-deploy : disabled deployment (even with -p <pkg>
--dlonly : just download the packages only
--dltest : test that the BSP's packages are available
--external : check against external staging repositories
--leavesrc|l : leave the sources unpacked (only valid for pkg mode)
--sticky : Make the selected root number sticky
--no-sticky : Remove root stickiness
--hostcf : (re)configure/build/install the host support package set
--enabled : use with package listings
--ignorelock : use if you really want to ignore any locks (careful!)
--fullbsp : used with -m release to copy additional content
--no-sudo : don't check sudo, work around for broken sudo (fc9)
--help|h : help on usage

〖Linux〗ltib的使用帮助的更多相关文章

  1. ltib学习抄录

    linux -- LTIB学习笔记 一 安装篇二 运行篇三 修改工具包 四 编译新的内核 ---------相关资料------------------------------------------ ...

  2. Linux 驱动开发

    linux驱动开发总结(一) 基础性总结 1, linux驱动一般分为3大类: * 字符设备 * 块设备 * 网络设备 2, 开发环境构建: * 交叉工具链构建 * NFS和tftp服务器安装 3, ...

  3. 〖Linux〗Debian 7.1.0 Wheezy使用ltib报错的解决办法

    报错内容: scue@Link:/home/work/ltib$ ./ltib Processing platform: Phytec board with the NXP LPC32XX SoC = ...

  4. linux定制

    http://cc.bingj.com/cache.aspx?q=OpenEmbedded+clfs&d=4706495287069596&mkt=zh-CN&setlang= ...

  5. LTIB常用命令3

    http://blog.csdn.net/junht/article/details/7656540 LTIB 中的包 4.3.1  查看哪些包是使能的,并且可以安装 在配置ltib之前,您可以在一个 ...

  6. LTIB常用命令2

    LTIB 编译配置选项 根据说明文档,ltib 可以通过以下的命令配置: * <verbatim># ./ltib</verbatim>          安装后第一次运行,采 ...

  7. LTIB常用命令1

    下面再写一点ltib的常用命令参数吧,虽然觉得对其编译内核和文件系统流程有了一定了解,但是对其命令参数用过的还不是很多,可以说是不甚了解,下面介绍一些,希望有用: 首先一个比较有用的命令参数就是hel ...

  8. [Freescale]E9学习笔记-LTIB总结

    转自:http://blog.csdn.net/wl_haanel/article/details/6231353   写在前面        符号'##'后面语句均为注释        需要做的操作 ...

  9. [Freescale]E9学习笔记-LTIB安装配置

    转自:http://blog.csdn.net/girlkoo/article/details/44535979 LTIB: Linux Target Image Builder Freescale提 ...

随机推荐

  1. bzoj 1211: [HNOI2004]树的计数 -- purfer序列

    1211: [HNOI2004]树的计数 Time Limit: 10 Sec  Memory Limit: 162 MB Description 一个有n个结点的树,设它的结点分别为v1, v2, ...

  2. 如何解决IIS7上传文件大小限制,.NET 上传文件后 找不到目录解决

    IIS7 默认文件上传大小是30M,那么超过30M的文件就无法上传了,那么就需要对IIS的配置文件进行修改. 在实际应用中往往会出现上传文件太大,无法上传的情况,那是因为IIS对上传文件大小有限制,I ...

  3. li 标签中放a 标签,文字垂直居中

    <ul style="float:left"><li class="lili"> <a href="Left.aspx? ...

  4. 微信小程序导航栏,下面内容滑动,上册导航栏跟着滑动,内容随着导航栏滑动

    16.类似微信导航栏滑动.png 今日头条导航栏,下面滑动上面跟着滑动 index.wxml <swiper class="content" style="heig ...

  5. 前后端常用通讯方式-- ajax 、websocket

    一.前后端常用通讯方式 1. ajax  浏览器发起请求,服务器返回数据,服务器不能主动返回数据,要实现实时数据交互只能是ajax轮询(让浏览器隔个几秒就发送一次请求,然后更新客户端显示.这种方式实际 ...

  6. POJ 1286 Necklace of Beads(Polya简单应用)

    Necklace of Beads 大意:3种颜色的珠子,n个串在一起,旋转变换跟反转变换假设同样就算是同一种,问会有多少种不同的组合. 思路:正规学Polya的第一道题,在楠神的带领下,理解的还算挺 ...

  7. Cascode MOSFET increases boost regulator's input- and output-voltage ranges

    Targeting use in portable-system applications that require raising a battery's voltage to a higher l ...

  8. ubuntu上安装systemtap

    http://www.cnblogs.com/hdflzh/archive/2012/07/25/2608910.html

  9. JavaScript面向对象编程指南(第2版)》读书笔记

    一.对象 1.1 获取属性值的方式 water = { down: false } console.log(water.down) // false console.log(water['down'] ...

  10. 用10张图来看机器学习Machine learning in 10 pictures

    I find myself coming back to the same few pictures when explaining basic machine learning concepts. ...