Skip to content

99. Known issues

vraevsky edited this page Jul 31, 2017 · 12 revisions

Known issues

Krogoth

Build Environment

⚠️ These fixes must be applied only if the build ran into them

  • chromium gcc-6
$: git -C sources/meta-browser checkout 393d2aa15da21ffa532c3cd77d8cb91de997cd31
  • lzop gcc-6
$: git -C sources/meta-compulab cherry-pick 8ede5fef9575246480af94808d1f60658aaff6a3
  • No real function for mknod
$: git -C sources/meta-compulab cherry-pick d44a09a8be848a56c7670c4b416382b41e2542d3
  • mesa fetch issue
$: git -C sources/meta-compulab cherry-pick a999f3c92d8613f5f6c585bf729c46f101beae3f
  • mozjs fetch issue
$: git -C sources/meta-compulab cherry-pick 2087d68cdfe29a0346f20952808145f818730fdb

Post Deploy imx-imxvpu failure

Symptoms

  • gst-play framebuffer != NULL' failed
gst-play-1.0: ../imxvpuapi/imxvpuapi_vpulib.c:2349: imx_vpu_dec_mark_framebuffer_as_displayed: Assertion `framebuffer != NULL' failed.
Aborted
  • google-chrome hw acceleration does not work

Fix

$: rpm -e gstreamer1.0-plugins-imx-meta-0.12.2-r0.cl_som_imx6
$: rpm -e gstreamer1.0-plugins-imx-imxvpu
Clone this wiki locally