root/ossiedev/branches/jawil06/recipes/ossie-images/ossie-console-image.bb @ 10641

Revision 10641, 323 bytes (checked in by jawil06, 2 years ago)

Modifying OE images

Line 
1require recipes/images/console-image.bb
2
3IMAGE_INSTALL += "task-ossie \
4        python-compile \
5        python-compiler \
6        python-ctypes \
7        python-dev \
8        python-debugger \
9        python-stringold \
10        omniorb \
11        omniorb-dev \
12        omniorbpy \
13        boost \
14        boost-dev \
15        bzip2 \
16        alsa-lib \
17        alsa-lib-dev"
18
19export IMAGE_BASENAME = "ossie-console-image"
Note: See TracBrowser for help on using the browser.