Note This repo is no longer supported; please use https://github.com/IntelRealSense/meta-intel-realsense going forward. All changes from this repo are now fully incorporated into the new location.
This layer adds the packages necessary for adding support for Intel® RealSense™ cameras via librealsense to your Yocto distribution.
- Yocto Poky 1.8 (fido)
- Yocto Poky 2.0 (Jethro)
- Yocto Poky 2.1 (Krogoth)
- Yocto Poky 2.2 (Morty)
- Wind River IDP 3.X
This layer depends on packages provided by the following layers:
meta-openembedded
[http://cgit.openembedded.org/meta-openembedded/]
- Checkout the branch which corresponds with your version of Yocto (e.g.
morty
) - Add the
meta-intel-realsense
layer toconf/bblayers.conf
in yourbuild
directory
BBLAYERS += "path/to/meta-intel-realsense"
- Add dependency layers to
conf/bblayers.conf
in yourbuild
directory
BBLAYERS += "path/to/meta-openembedded/meta-oe"
- Create a new
conf/auto.conf
file in yourbuild
directory with the following contents
require include/intel-librealsense.inc
- If you are building an image with a graphical desktop you can add the following to
conf/auto.conf
CORE_IMAGE_EXTRA_INSTALL += "librealsense-graphical-examples"
- Checkout the branch which corresponds to your version of Wind River IDP (e.g.
idp_3.x
) - Include the following in your project configure command
--with-layer=/path/to/meta-intel-librealsense
--with-package=librealsense,librealsense-examples
This project is Copyright (C) 2015 Intel Corporation. Please see the LICENSE file for more information.