aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
AgeCommit message (Collapse)Author
2017-08-01README: delete misspelled hyperlink tagOlev Kartau
This tag is misspelled so it does not work. Linking to this chapter works nevertheless, because of implicit links to chapter headings.
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-05-12refkit-init-build-env: rename to oe-init-build-envMikko Ylinen
Rename refkit-init-build-env to oe-init-build-env to align with the 'standard' build environment setup steps. This makes refkit build environment setup no different from what, e.g., poky has. Add refkit-init-build-env symlink to provide backwards compatiblity. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
2017-03-20README.rst: Small fixesSimo Kuusela
Fix a broken link, remove ".. note::" as github doesn't format it nicely and write :file:`conf/local.conf` the same way other files are written in the readme. Signed-off-by: Simo Kuusela <simo.kuusela@intel.com>
2017-03-17README: fix link to commit message guidelinesMikko Ylinen
The link pointing to wiki.openembedded.org was supposed to be pointing to commit message guidelines. Fix the link. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
2017-03-17README: fix spelling and clarity in READMEDavid B. Kinder
Fixed some spelling and grammar issues, and made clarity edits. Added link to building without docker section and link to how to install images (works within github). Clarified only linux build environment supported. Signed-off-by: David B. Kinder <david.b.kinder@intel.com> Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
2017-03-15README.rst: mention possibility to give argument to local buildOlev Kartau
This allows to build just subset of images. Without argument, target image list is parsed from CI settings and will include all images used in CI, plus test suites. Signed-off-by: Olev Kartau <olev.kartau@intel.com>
2017-02-23README: update project contribution guidelinesMikko Ylinen
This commit adds the necessary information how to participate in the project, how to file bugs, and how to contribute patches. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
2017-02-23README: update the wording about docker usageMikko Ylinen
Based on feedback, the wording that docker is a must to build the project is misleading. Make the wording softer as Docker isn't a must-have. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
2017-02-03intel-iot-refkit: initial commitMikko Ylinen
Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>