summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-08-08Add the tutorials for alexa-led demo.HEADmasterAmanda Brindle
Update the README with instructions for building an image with alexa-led. Signed-off-by: Amanda Brindle <amanda.r.brindle@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-08-08Add meta-alexa-led layer for demo filesMatthew Hansen
Signed-off-by: Amanda Brindle <amanda.r.brindle@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-08-08Move meta-alexa-demo top level to meta-alexapiMatthew Hansen
Makes room for specific demo layers. Signed-off-by: Amanda Brindle <amanda.r.brindle@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-06-26README: change meta-alexa to meta-alexa-demoCalifornia Sullivan
This isn't the definitive "Alexa" layer, so the name was changed to alexa-demo. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-06-26README: Add myself as the maintainerCalifornia Sullivan
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-06-16LICENSE: Add fileCalifornia Sullivan
Explains that the metadata is MIT licensed unless otherwise noted. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-06-16recipes-connectivity: workaround libmtp failureCalifornia Sullivan
This recipe in meta-openembedded seems to have broken. This isn't a proper fix, but it solves the issue for us without adverse effects at runtime. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-06-16README: Add some useful informationCalifornia Sullivan
Update dependencies and provide a quick walkthrough. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-06-16Add start-stop-daemon to alexa clientCalifornia Sullivan
2017-06-16alexa-client_git.bb: Rename and update recipeCalifornia Sullivan
The recipe is now named alexapi, to match the upstream project name. Add a mechanism in recipe to deploy a pre-built config file, and three patches to make configuration smoother on first boot. One patch fixes a grep command to not use perl regex, as we don't support that. Another patch modifies the configuration script to set several defaults that make more sense for a Yocto Project based distro. The third patch changes the default sound device in the config template to "default" instead of some device on the RPI. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-06-16recipes-multimedia: add vlc bbappend to enable playing MP3 filesCalifornia Sullivan
Add "mad" to the PACKAGECONFIG so that VLC can play MP3s. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-06-16recipes-devtools: Add a bunch of python recipesCalifornia Sullivan
AlexaPi is dependent on a number of python libraries, many not available in meta-openembedded or OE-core. Add recipes for them. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-02-27Initial commit. Set up layer and add simple recipe that copies alexa src to ↵California Sullivan
/opt.