blob: 2c168b7e19b8fe44d93e997ce4f12d29f59cb7fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#------------------------------------------------------
# freesmartphone.org Console Image Recipe
#------------------------------------------------------
require fso-image.bb
IMAGE_INSTALL = "\
${BASE_INSTALL} \
${AUDIO_INSTALL} \
${TOOLS_INSTALL} \
${PYTHON_INSTALL} \
frameworkd \
"
|