speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OpenEmbedded recipe


From: Otavio Salvador
Subject: OpenEmbedded recipe
Date: Thu, 5 Jun 2014 10:39:21 -0300

Hello,

We've been working in the recipe for the OpenEmbedded and I'd like to
split it more in sub-packages as this is critical when using it in
embedded systems.

The current package split I have is detailed below:

packages-split
??? python3-speech-dispatcher
?   ??? usr
?       ??? lib
?           ??? python3.3
?               ??? site-packages
?                   ??? speechd
?                   ?   ??? client.py
?                   ?   ??? __init__.py
?                   ?   ??? paths.py
?                   ?   ??? __pycache__
?                   ?   ??? _test.py
?                   ??? speechd_config
?                       ??? config.py
?                       ??? __init__.py
?                       ??? paths.py
?                       ??? __pycache__
??? speech-dispatcher
?   ??? etc
?   ?   ??? speech-dispatcher
?   ?       ??? clients
?   ?       ?   ??? emacs.conf
?   ?       ?   ??? gnome-speech.conf
?   ?       ??? modules
?   ?       ?   ??? cicero.conf
?   ?       ?   ??? dtk-generic.conf
?   ?       ?   ??? epos-generic.conf
?   ?       ?   ??? espeak.conf
?   ?       ?   ??? espeak-generic.conf
?   ?       ?   ??? espeak-mbrola-generic.conf
?   ?       ?   ??? festival.conf
?   ?       ?   ??? flite.conf
?   ?       ?   ??? ibmtts.conf
?   ?       ?   ??? ivona.conf
?   ?       ?   ??? llia_phon-generic.conf
?   ?       ?   ??? pico-generic.conf
?   ?       ?   ??? swift-generic.conf
?   ?       ??? speechd.conf
?   ??? usr
?       ??? bin
?       ?   ??? spd-conf
?       ?   ??? spd-say
?       ?   ??? spdsend
?       ?   ??? speech-dispatcher
?       ??? lib
?       ?   ??? libspeechd.so.2 -> libspeechd.so.2.4.0
?       ?   ??? libspeechd.so.2.4.0
?       ?   ??? speech-dispatcher
?       ?       ??? spd_pulse.so
?       ??? share
?           ??? sounds
?           ?   ??? speech-dispatcher
?           ?       ??? dummy-message.wav
?           ?       ??? test.wav
?           ??? speech-dispatcher
?               ??? conf
?                   ??? clients
?                   ?   ??? emacs.conf
?                   ?   ??? gnome-speech.conf
?                   ??? modules
?                   ?   ??? cicero.conf
?                   ?   ??? dtk-generic.conf
?                   ?   ??? epos-generic.conf
?                   ?   ??? espeak.conf
?                   ?   ??? espeak-generic.conf
?                   ?   ??? espeak-mbrola-generic.conf
?                   ?   ??? festival.conf
?                   ?   ??? flite.conf
?                   ?   ??? ibmtts.conf
?                   ?   ??? ivona.conf
?                   ?   ??? llia_phon-generic.conf
?                   ?   ??? pico-generic.conf
?                   ?   ??? swift-generic.conf
?                   ??? speechd.conf
??? speech-dispatcher-module-cicero
?   ??? usr
?       ??? lib
?           ??? speech-dispatcher-modules
?               ??? sd_cicero
??? speech-dispatcher-module-dummy
?   ??? usr
?       ??? lib
?           ??? speech-dispatcher-modules
?               ??? sd_dummy
??? speech-dispatcher-module-espeak
?   ??? usr
?       ??? lib
?           ??? speech-dispatcher-modules
?               ??? sd_espeak
??? speech-dispatcher-module-festival
?   ??? usr
?       ??? lib
?           ??? speech-dispatcher-modules
?               ??? sd_festival
??? speech-dispatcher-module-generic
?   ??? usr
?       ??? lib
?           ??? speech-dispatcher-modules
?               ??? sd_generic


As I am new to the project I'd like some feedback on how we can move
the configuration files (where those should be) and how to split the
client support code.

Please share your views on this.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


reply via email to

[Prev in Thread] Current Thread [Next in Thread]