summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/rmc/rmc.bb
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-08-30 14:03:09 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-08-31 09:09:21 -0500
commit8c30999f1f0c50597be01ed9cb8541def05cd700 (patch)
tree940d6bca8c2da33d4d5b8f14c6016a65466d113a /common/recipes-bsp/rmc/rmc.bb
parenta2221d6dd18095a7e872bb194ec840467db09f52 (diff)
downloadmeta-intel-8c30999f1f0c50597be01ed9cb8541def05cd700.tar.gz
rmc: Update rmc project SRCREV
New changes in the upstream rmc project captured by this SRCREV: 2e38d05 Merge branch 'rmc-dev' (Aug 30 2016) a1a4a26 Makefile: remove static linking in Linux build b22169a doc: update README file 29e943d Merge branch 'rmc-dev' (Aug 24 2016) fc2fb1e rmc: fix allocating buffer issue in read_file() (32 bit) 38b0553 rmc: fix wrong error message 7ee67a0 test: Provide test scripts and sample data Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-bsp/rmc/rmc.bb')
-rw-r--r--common/recipes-bsp/rmc/rmc.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-bsp/rmc/rmc.bb b/common/recipes-bsp/rmc/rmc.bb
index d77ad31a..9b87dd5b 100644
--- a/common/recipes-bsp/rmc/rmc.bb
+++ b/common/recipes-bsp/rmc/rmc.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2"
14 14
15SRC_URI = "git://git.yoctoproject.org/rmc" 15SRC_URI = "git://git.yoctoproject.org/rmc"
16 16
17SRCREV = "9bc0f645729bb41e050395fbfac170fca351b3b8" 17SRCREV = "2e38d056f86c0457f3a5ca7ef848545bbb190e47"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20