diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-01-05 11:33:52 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-01-06 16:06:05 -0200 |
| commit | ef46edaa3d27436a02be81214d8012aa4e49722e (patch) | |
| tree | 56660f3df76c17ec15d0a3e31658f380159ecc07 /meta-fsl-arm | |
| parent | 2083edd4c7cebd36b597941bd0429d8a2fd37141 (diff) | |
| download | meta-freescale-ef46edaa3d27436a02be81214d8012aa4e49722e.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>
Diffstat (limited to 'meta-fsl-arm')
| -rw-r--r-- | meta-fsl-arm/recipes-devtools/devregs/devregs_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 index 000000000..3bac55a47 --- /dev/null +++ b/meta-fsl-arm/recipes-devtools/devregs/devregs_git.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DESCRIPTION = "i.MX Register tool" | ||
| 2 | SECTION = "devel" | ||
| 3 | LICENSE = "GPL-1" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" | ||
| 5 | |||
| 6 | SRCREV = "34ed402b92920864b89e0fd1e76bae3aa340baaa" | ||
| 7 | SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=http" | ||
| 8 | |||
| 9 | PV = "1.0+${SRCPV}" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit autotools | ||
