aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <texier.pj2@gmail.com>2021-07-14 16:54:44 +0200
committerKhem Raj <raj.khem@gmail.com>2021-07-16 08:58:27 -0700
commit1860045b86838b70248bf61e85e0ca3143150b9a (patch)
treefa3a22451da85c8634e6437784ba35ec8686ec98
parent7f9fcfab67de6729ac47bfb826c55c7ae1721dce (diff)
downloadmeta-openembedded-contrib-1860045b86838b70248bf61e85e0ca3143150b9a.tar.gz
spitools: upgrade 0.8.7 -> 1.0.0
This includes the following changes: f5d8795 [RELEASE] 1.0.0. eaa6f35 [RELEASE] 1.0.0. fe6ffcb [DEV] Add license mention in `--version` display. f9edc7d [DEV] Support all configuration options in `spi-pipe`. 18f6b23 [DEV] Support SPI mode option in `spi-pipe` 8c6e7f7 [DEV] support `--bits` config option in `spi-pipe`. Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/spitools/spitools_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb
index cde26df498..bb41a33c14 100644
--- a/meta-oe/recipes-support/spitools/spitools_git.bb
+++ b/meta-oe/recipes-support/spitools/spitools_git.bb
@@ -4,9 +4,9 @@ AUTHOR = "Christophe BLAESS"
LICENSE="GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381"
-BPV = "0.8.7"
+BPV = "1.0.0"
PV = "${BPV}"
-SRCREV = "67937230d70ad87c23c7116a72df83577e309f6f"
+SRCREV = "f5d87954bd9e13689481700105efe2f42199d364"
S = "${WORKDIR}/git"