diff options
author | Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> | 2017-02-16 09:48:27 +0700 |
---|---|---|
committer | Khiem Nguyen <khiem.nguyen.xt@renesas.com> | 2017-03-23 14:56:07 +0700 |
commit | aa056245460d8fa989ff6b3b4125f5292d705e06 (patch) | |
tree | fcb0fa6e89495a2900167c2c13e7783584f81fba /meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb | |
parent | 3613b2780a6b5d5d70ea6802be5060a8214cbdb5 (diff) |
rcar-gen3: linux-renesas: Update BSP to v3.5.2 and change coding style
This commit updates version of Linux BSP v3.5.1 -> v3.5.2
to fix following issues:
[v3.5.2]
- Display driver [H/W Restriction No.54]
+ In R-Car H3 WS1.x, distortion appears on the screen,
when IPMMU is enabled.
But this problem is fixed with R-Car H3 WS2.0.
- Video Capture driver
+ Fix remove procedure.
- Add board Salvator-XS and H3 WS 2.0 support.
It also modifies the linux-renesas_4.9.bb to change the way common files
are included.
There is no difference in kernel config files of Salvator-X, H3ULCB and
M3ULCB so far.
Hence, we only need to install one file to avoid confusion.
Change-Id: I145e0a7696f97fe1841a8a213c51c5685ada0290
Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb index c6d944d..eb25dba 100644 --- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb @@ -3,12 +3,12 @@ DESCRIPTION = "Linux kernel for the R-Car Generation 3 based board" require include/avb-control.inc require recipes-kernel/linux/linux-yocto.inc -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/${MACHINE}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/:" COMPATIBLE_MACHINE = "salvator-x|h3ulcb|m3ulcb" RENESAS_BSP_URL = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git" -BRANCH = "v4.9/rcar-3.5.1" -SRCREV = "13e7680774d9103bb2685635238bcf577a52ff96" +BRANCH = "v4.9/rcar-3.5.2" +SRCREV = "d4f12792cd97457e13ea4a77b4aa9fb3c28875fe" SRC_URI = "${RENESAS_BSP_URL};protocol=git;nocheckout=1;branch=${BRANCH}" |