diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2021-11-24 15:43:25 +0100 |
---|---|---|
committer | Gary Bisson <gary.bisson@boundarydevices.com> | 2021-11-24 15:52:48 +0100 |
commit | 8b811b97a9962629f1fe341b82ed86dcc1242873 (patch) | |
tree | 195a5b1047bd41d7b94f90021b1cfdd3a1377984 | |
parent | 6a8d364469bd3827571336b6167bd029eeb71dbb (diff) | |
download | meta-freescale-8b811b97a9962629f1fe341b82ed86dcc1242873.tar.gz |
devregs: bump revision to dcc3e3f2
Changelog:
dcc3e3f clarify project license to be GPLv2
ed28469 devregs_imx8mm.dat: add mipi csi regs
2c92a1d scripts: add rough idea of a technical reference parser
05a0313 devregs: add fancy color mode
d713004 devregs: add imx8mm to fixit manual list
Update the license in the recipe now that it has been clarified.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
-rw-r--r-- | recipes-devtools/devregs/devregs_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb index 59328ab3..2bee7b8b 100644 --- a/recipes-devtools/devregs/devregs_git.bb +++ b/recipes-devtools/devregs/devregs_git.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | DESCRIPTION = "i.MX Register tool" | 1 | DESCRIPTION = "i.MX Register tool" |
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "GPL-1" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" |
5 | 5 | ||
6 | SRCREV = "d5f6223027f4d6ae71bd5d432f5611486e0e6074" | 6 | SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" |
7 | SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" |
8 | 8 | ||
9 | PV = "1.0+${SRCPV}" | 9 | PV = "1.0+${SRCPV}" |