Changes between Version 6 and Version 7 of OSSIEBeagleboard_BitBake
- Timestamp:
- 11/11/10 14:26:38 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSSIEBeagleboard_BitBake
v6 v7 77 77 BBFILES += " ${OEBASE}/ossie-recipes/*/*.bb" 78 78 ... 79 INHERIT += "rm_work" # This is not necessary, but can reduce disk usage by ~4GB 80 ... 79 81 TMPDIR = ${OEBASE}/build/tmp 80 82 ... … … 107 109 First, modify the omniORB-native recipe to stage all of the necessary header files: 108 110 {{{ 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 110 112 # Add the following to the bottom of the file 111 113 TODO: what needs to be added?