Changes between Version 6 and Version 7 of OSSIEBeagleboard_BitBake

Show
Ignore:
Timestamp:
11/11/10 14:26:38 (3 years ago)
Author:
jawil06
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSSIEBeagleboard_BitBake

    v6 v7  
    7777BBFILES += " ${OEBASE}/ossie-recipes/*/*.bb" 
    7878... 
     79INHERIT += "rm_work" # This is not necessary, but can reduce disk usage by ~4GB 
     80... 
    7981TMPDIR = ${OEBASE}/build/tmp 
    8082... 
     
    107109First, modify the omniORB-native recipe to stage all of the necessary header files: 
    108110{{{ 
    109 $ vim $OEHOME/openembedded/recipes/omniorb/omniorb_4.1.4.bb 
     111$ vim $OEHOME/openembedded/recipes/omniorb/omniorb_4.1.4.bb # Use your favorite text-editor 
    110112# Add the following to the bottom of the file 
    111113TODO: what needs to be added?