]> code.ossystems Code Review - meta-freescale.git/commitdiff
devregs: Add recipe
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 5 Jan 2015 13:33:52 +0000 (11:33 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 6 Jan 2015 18:06:05 +0000 (16:06 -0200)
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>
meta-fsl-arm/recipes-devtools/devregs/devregs_git.bb [new file with mode: 0644]

diff --git a/meta-fsl-arm/recipes-devtools/devregs/devregs_git.bb b/meta-fsl-arm/recipes-devtools/devregs/devregs_git.bb
new file mode 100644 (file)
index 0000000..3bac55a
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "i.MX Register tool"
+SECTION = "devel"
+LICENSE = "GPL-1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
+
+SRCREV = "34ed402b92920864b89e0fd1e76bae3aa340baaa"
+SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=http"
+
+PV = "1.0+${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+inherit autotools