Changes between Version 26 and Version 27 of CSPFL_OpenEmbedded
- Timestamp:
- 11/05/09 20:50:16 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSPFL_OpenEmbedded
v26 v27 71 71 The OE variable sets the base !OpenEmbedded directory, DL_DIR is where downloaded files are placed, OE_DIR is the location of the OSWALD OE repository directory, and OVERLAY_DIR is the OSWALD OE overlay repository directory. 72 72 73 You should probably also configure the BB_NUMBER_THREADS, PARALLEL_MAKE, and ASSUME_PROVIDED specifically for your environment. BB_NUMBER_THREADS defines the maximum number of tasks that bitbake can run simultaneously while PARALLEL_MAKE defines the number of threads used by make to parallelize the build process. Finally, ASSUME_PROVIDED defines packages available on the host system which are used by OE so they don't need to be built within the OE environment. If you don't recognize any of the package names you should consider commenting out that part of the config file so OE builds everything. 74 73 75 == Setup the build environment == 74 76 101 103 }}} 102 104 105 A more simplistic setup is to just set the BBPATH variable as seen in the script above in your shell's init file. 106 103 107 Don't forget to change the paths as necessary for your setup. 104 108 109 113 {{{ 110 114 #!sh 111 $ bitbake oswald-image115 $ bitbake radix-image 112 116 }}} 113 117 144 148 145 149 == Set the BBPATH variable == 146 For the simplest setup, you can just export the BBPATH variable in your shell of choice oryou can use a script similar to the one found above.150 For the simplest setup, you can just export the BBPATH variable in your shell of choice. Otherwise, you can use a script similar to the one found above. 147 151 148 152 == Starting building == 149 If you setup the environment correctly, you should be able to start building the standard oswaldimage or other packages.153 If you setup the environment correctly, you should be able to start building the standard Radix image or other packages. 150 154 151 155 ----
