Update TODO
[vuplus_bitbake] / doc / COMMANDS
1 oebuild.sh has several commands. Some of them call functions in
2 bin/build/oebuild.sh (or in one of the oeclasses, if the *.oe build file
3 contains the "inherited ..." keyword).
4
5 Here is a list of what command calls what shell function.
6
7 The column "cd'd to this dir" specifies to which directory you have been
8 cd'd into before the function get's called.
9
10
11 oebuild   cd'd to  function in    
12 command   this dir oebuild.sh    task
13 ------------------------------------------------------------------------
14 clean     -        -             clean all, except downloaded files
15 mrproper  -        -             clean all, including downloaded files
16 fetch                            fetch the sources
17                    do_nofetch()  notify user on how fetch the sources
18 unpack    WORKDIR  do_unpack()   unpack sources, create source directory
19 patch     S        do_patch()    unpack and apply patches
20 compile   S        do_compile()  cross-compile
21 stage     S        do_stage()    copy headers and libraries
22 install   S        do_install()  create image ready to be packaged