diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-12-23 12:11:57 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:00:50 +0700 |
commit | 6bc5d406b367e06fe3e173b13da26b097857a745 (patch) | |
tree | 444aac3e606f8147f5b0887fa5e7555735cc8643 /meta-rcar-gen3/recipes-kernel | |
parent | c7bf6dd5e219a9066f31debf177e23abe28f13a5 (diff) |
rcar-gen3: kernel-module-qos: Update SRCREV to follow latest version
This commit updates QoS driver SRCREV for following fix:
[qos_drv]
- Feedback of static analysis tool result.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/kernel-module-qos/kernel-module-qos.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/kernel-module-qos/kernel-module-qos.bb b/meta-rcar-gen3/recipes-kernel/kernel-module-qos/kernel-module-qos.bb index 50435cf..7c5bb98 100644 --- a/meta-rcar-gen3/recipes-kernel/kernel-module-qos/kernel-module-qos.bb +++ b/meta-rcar-gen3/recipes-kernel/kernel-module-qos/kernel-module-qos.bb @@ -16,7 +16,7 @@ PR = "r0" QOS_DRV_URL = "git://github.com/renesas-rcar/qos_drv.git" BRANCH = "rcar-gen3" -SRCREV = "8ed0bb832bfb092a83d19ca4b0a1b0b44ed60ad9" +SRCREV = "b9db16535f73ae2a276cf0e9addcd6b2cb13c263" SRC_URI = "${QOS_DRV_URL};branch=${BRANCH}" |