diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-07-02 16:01:29 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-03 15:08:45 -0300 |
commit | 4604b87e0f98dbcd50f4ed7670769ed0fd345b4d (patch) | |
tree | 2a02460fd4832368d6da18f984bdeab7a3aec5a4 | |
parent | 44f7b994b87dab1e2a867515244f6980b0d53e4d (diff) | |
download | meta-freescale-4604b87e0f98dbcd50f4ed7670769ed0fd345b4d.tar.gz |
linux-fslc: Bump revision 8f6a840816af
This commit merge tag 'v4.17.2' into 4.17.x+fslc and apply the
following changes on top of it:
- 8f6a840816af drm/etnaviv: replace license text with SPDX tags
- ce59f9284323 drm/etnaviv: mmuv2: support 40 bit phys address
- 0fd00862a333 drm/etnaviv: mmuv2: allocate 2nd level page tables on demand
- 06bce7f3fbea drm/etnaviv: switch MMU page tables to writecombine memory
- cc4f038f7db0 drm/etnaviv: remove register logging
- 505c2af3829b drm/etnaviv: remove cycling through MMU address space
- 119a87f31347 drm/etnaviv: correct timeout calculation
- 1758817f6728 media: coda: set colorimetry on coded queue
- d4a77abdd39c media: coda: do not try to propagate format if capture queue busy
- 6cf92dc90e58 media: coda: reuse coda_s_fmt_vid_cap to propagate format in coda_s_fmt_vid_out
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/linux/linux-fslc_4.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc_4.17.bb b/recipes-kernel/linux/linux-fslc_4.17.bb index be5e0f6a..47709df1 100644 --- a/recipes-kernel/linux/linux-fslc_4.17.bb +++ b/recipes-kernel/linux/linux-fslc_4.17.bb | |||
@@ -14,6 +14,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | |||
14 | PV = "4.17+git${SRCPV}" | 14 | PV = "4.17+git${SRCPV}" |
15 | 15 | ||
16 | SRCBRANCH = "4.17.x+fslc" | 16 | SRCBRANCH = "4.17.x+fslc" |
17 | SRCREV = "0a883adda1ba8bb1312136ce6d9cd7d54340bfbd" | 17 | SRCREV = "8f6a840816afddfff79461dd85bea3668a74a8f0" |
18 | 18 | ||
19 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" | 19 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" |