All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leon Anavi <leon@anavi.org>
To: yocto@yoctoproject.org
Subject: [meta-raspberrypi][PATCH 1/2] python-rtimu: Add recipe to support RTIMULib
Date: Sun, 20 Dec 2015 22:53:16 +0200	[thread overview]
Message-ID: <1450644797-13141-1-git-send-email-leon@anavi.org> (raw)

RTIMULib is a C++ and Python library that makes it easy to use
9-dof and 10-dof IMUs with embedded Linux systems. Python
module for Raspberry Pi Sense HAT depends on it.

Python module python-rtimu uses the source code from the
GitHub repository of RPi-Distro.

Signed-off-by: Leon Anavi <leon@anavi.org>
---
 recipes-devtools/python/python-rtimu_git.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 recipes-devtools/python/python-rtimu_git.bb

diff --git a/recipes-devtools/python/python-rtimu_git.bb b/recipes-devtools/python/python-rtimu_git.bb
new file mode 100644
index 0000000..9d2f249
--- /dev/null
+++ b/recipes-devtools/python/python-rtimu_git.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "RTIMULib is a C++ and Python library that makes it easy to use 9-dof and 10-dof IMUs with embedded Linux systems"
+HOMEPAGE = "https://github.com/RPi-Distro/RTIMULib/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e"
+
+SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master "
+SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
+
+S = "${WORKDIR}/git/Linux/python/"
+
+inherit setuptools
-- 
2.5.0



             reply	other threads:[~2015-12-20 20:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-20 20:53 Leon Anavi [this message]
2015-12-20 20:53 ` [meta-raspberrypi][PATCH 2/2] python-sense-hat: Add recipe to support Raspberry Pi Sense HAT Leon Anavi
2015-12-20 21:43   ` Khem Raj
2015-12-20 22:00     ` Leon Anavi
2015-12-20 22:01       ` Khem Raj
2015-12-20 22:19         ` Leon Anavi
2016-01-07 15:14           ` Leon Anavi
2016-01-11 10:08 ` [meta-raspberrypi][PATCH 1/2] python-rtimu: Add recipe to support RTIMULib Andrei Gherzan
2016-01-11 11:45   ` Leon Anavi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450644797-13141-1-git-send-email-leon@anavi.org \
    --to=leon@anavi.org \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.