From 8d095e10025387f2e155a779a2b76f7019bf1b9c Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 14 Aug 2014 11:40:34 +0100 Subject: [PATCH] README.md: add repo instructions Signed-off-by: Brendan Le Foll --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b12d7e0..bbf1b93 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,19 @@ Supported Boards * [Galileo Rev D](../master/docs/galileorevd.md) * [Galileo Rev H](../master/docs/galileorevh.md) +Installing on your board +======== + +See the section below on compiling or use our repository to install on an +eglibc based yocto poky image that supports opkg. Adding this repository is as +simple as: + +``` bash +echo "src mraa-upm http://iotdk.intel.com/repos/1.1/intelgalactic" > /etc/opkg/mraa-upm.conf +opkg update +opkg install mraa +``` + Compiling =========