aboutsummaryrefslogtreecommitdiffstats
path: root/meta-refkit-extra
AgeCommit message (Collapse)Author
2017-10-17Merge pull request #320 from Arthil/rock_paper_scissorsMikko Ylinen
meta-refkit-extra: add rps-demo
2017-10-13meta-refkit-extra: add rps-demoChristian da Costa
Add the Rock Paper Scissors computer vision demo to meta-refkit-extra layer. Signed-off-by: Christian da Costa <christian.da.costa@intel.com>
2017-10-06darknet: added a new package.Ismo Puustinen
Darknet is an open source neural network framework written in C. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-08-14hdf5: updated version from 1.8.18 to 1.8.19.Ismo Puustinen
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-08-14caffe: updated to latest opencl branch HEAD.Ismo Puustinen
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-08-14lmdb: updated version from 0.9.16 to 0.9.21.Ismo Puustinen
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-08-14python3-protobuf: updated version from 3.1.0 to 3.3.0.Ismo Puustinen
2017-08-14python3-pillow: updated version from 4.0.0 to 4.1.1.Ismo Puustinen
Also update license file checksum: a clarifying word "MIT-like" was added to the license. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-08-14python3-imageio: updated version from 2.1.2 to 2.2.0.Ismo Puustinen
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-06-28Add bluetooth speaker demo for refkit extra layerJaska Uimonen
Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
2017-06-28Add acpi tables for Intel 570xJaska Uimonen
Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
2017-06-21meta-iotqa: move refkit-ros-tests from meta-refkit-extraDmitry Rozhkov
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-06-16meta-refkit-extra: add packages for ROS and uArm Metal demoDmitry Rozhkov
Also include a HOWTO doc on how to set up the demo. Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-06-16meta-refkit-extra: add ROS helloworld example packageDmitry Rozhkov
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-05-23intel-iot-refkit: move content into meta-refkit-core/computervision/gateway ↵Patrick Ohly
layers The intention is to make it simpler for other projects to use content from intel-iot-refkit without having to use the entire distro. This first commit is good enough to keep building the refkit distro and just moves files around without modifying them. Further work is needed to make the individual pieces also functional stand-alone. Separate profile layers get introduced and define their dependencies, because then existing tooling (layer index, Toaster, yocto-compat-layer.py) will be able to set up a project using them together with these dependencies. The meta-refkit-core layer is meant to be more flexible and does not enforce the use of any layers besides OE-core. At the moment there are probably still parse errors (due to .bbappends) or build errors (missing dependencies) when layers are missing. This will be addressed separately on a case-by-case basis. The meta-refkit distro layer is meant to have just a minimal distro configuration file which includes files from the other layers, plus the project-specific content: - local.conf and bblayers.conf samples - the "supported recipes" list, which gets maintained for the distro and not individually for each layer - selftests which depend on the exact project configuration This new approach gets documented in the doc/introduction.rst file, in addition to explaining a bit more the benefit of using the intel-iot-refkit and its distro as-is. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
2017-04-28extras: move Boost package config to configuration file.Ismo Puustinen
Do not have Boost PACKAGE_CONFIG variable set in a .bbappend file, because adding or removing layers should not affect the build result. Have the configuration setting instead in layer's distro config file. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-04-27extras: added computer vision demo documentation.Ismo Puustinen
Added documentation for setting up pyrealsense and Caffe demos. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-04-27extras: security flags for computer vision demos.Ismo Puustinen
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-04-27extras: add caffe etc. to supported recipes.Ismo Puustinen
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-04-27python3-pyrealsense: add new package.Ismo Puustinen
Pyrealsense contains Python bindings for librealsense. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-04-27recipes-convnet: import caffe and its dependencies.Ismo Puustinen
The recipes are originally from (non-maintained) meta-convnet layer. Patch Caffe to compile the Python bindings with Python 3. Also change the image IO libary away from scipy-image, so that we don't have full matplotlib and graphical environment as runtime dependencies. Then add custom demo scripts. Many recipes are updated and customized. They probably don't work properly in anything else than 64-bit x86 environment. Also add package with a pretrained imagenet model. The model is a pretrained deep learning network for classifying based on the imagenet database. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-04-27python3-protobuf: add a new package.Ismo Puustinen
The protobuf package didn't compile Python bindings. Add a new package which does that. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-04-27python3-imageio: add a new package.Ismo Puustinen
ImageIO is a Python library for doing basic I/O operations for images. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-04-27python3-pillow: new package.Ismo Puustinen
Pillow is a fork of PIL, Python Imaging Library. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2017-04-27meta-refkit-extra: add new layer.Ismo Puustinen
Add meta-refkit-extra layer for storing demos and extra content. Have the layer initially in disabled state. Also add initial configuration. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>