summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-01-05 11:33:52 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-01-22 09:53:10 -0200
commite8bf572105866c4c40715ddd418cac86d1222562 (patch)
tree04607222d68a0eb0100b622e9ffff21cc5f3f9cd
parente45b4f86ae5b6ac8a5f422476c63d402683be003 (diff)
downloadmeta-fsl-arm-e8bf572105866c4c40715ddd418cac86d1222562.tar.gz
devregs: Add recipe
This includes the Boundary Devices' devregs tool which allows for reading and writting of registers using /dev/mem. It currently has support for i.MX51, i.MX53, i.MX6Q and i.MX6DL SoC families but other SoCs can be easily added including extra .dat files. Change-Id: Ic04a90e7d1db8d87f43f5574792aa73885f16d66 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
-rw-r--r--recipes-devtools/devregs/devregs_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb
new file mode 100644
index 0000000..3bac55a
--- /dev/null
+++ b/recipes-devtools/devregs/devregs_git.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "i.MX Register tool"
2SECTION = "devel"
3LICENSE = "GPL-1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
5
6SRCREV = "34ed402b92920864b89e0fd1e76bae3aa340baaa"
7SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=http"
8
9PV = "1.0+${SRCPV}"
10
11S = "${WORKDIR}/git"
12
13inherit autotools