From: Gaël PORTAY Date: Sat, 23 Sep 2017 23:30:07 +0000 (-0400) Subject: configs/raspberrypi3_qt5we: set gpu-mem to 200 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1738808fdb73d9eb0757ef5d3005994e5268136;p=buildroot.git configs/raspberrypi3_qt5we: set gpu-mem to 200 Qt WebEngine requires more GPU memory than initial setup. This fixes crashes such as this one. #0 0x0000742c63de #1 0x0000742d0c38 #2 0x0000749d7bde #3 0x0000749e3c70 #4 0x00007530227c #5 0x000075302480 #6 0x0000752fb1e4 #7 0x00007430f878 #8 0x0000742d5fee #9 0x0000742d6f44 #10 0x0000742d721e #11 0x0000742d7ad6 #12 0x0000742d57b2 #13 0x0000742e74f6 #14 0x0000742f6a74 #15 0x0000742f41dc Received signal 6 #0 0x0000742c63de #1 0x0000742c66a0 #2 0x0000725b5d10 [end of stack trace] qml: Render process exited with code 256 (abnormal exit) Reported-by: Zoltan Gyarmati Signed-off-by: Gaël PORTAY Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/configs/raspberrypi3_qt5we_defconfig b/configs/raspberrypi3_qt5we_defconfig index 9df14c5307..8724f25a0d 100644 --- a/configs/raspberrypi3_qt5we_defconfig +++ b/configs/raspberrypi3_qt5we_defconfig @@ -47,4 +47,4 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="360M" BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi3/post-build.sh" BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi3/post-image.sh" -BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay" +BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay --gpu_mem_1024=200"