Changes between Version 27 and Version 28 of CSPFL_OpenEmbedded

Show
Ignore:
Author:
hardert (IP: 67.169.210.177)
Timestamp:
11/05/09 20:53:44 (3 weeks ago)
Comment:

More clarifications

Legend:

Unmodified
Added
Removed
Modified
  • CSPFL_OpenEmbedded

    v27 v28  
    7171The 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. 
    7272 
    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. 
     73In addition, you should configure the BB_NUMBER_THREADS, PARALLEL_MAKE, and ASSUME_PROVIDED variables 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. These should usually be set relative to the number of CPUs available on your system. 
     74 
     75Finally, 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. 
    7476 
    7577== Setup the build environment ==