xref: /OK3568_Linux_fs/yocto/build/conf/include/debug.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# For debug
2*4882a593SmuzhiyunIMAGE_INSTALL:append = " libdrm-tests strace gdb e2fsprogs e2fsprogs-resize2fs io openssh-sftp-server"
3*4882a593Smuzhiyun
4*4882a593Smuzhiyun# IMAGE_INSTALL:append = " perf"
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunIMAGE_FEATURES:append = " ssh-server-openssh"
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun# For adb
9*4882a593SmuzhiyunIMAGE_INSTALL:append = " android-tools-adbd"
10*4882a593SmuzhiyunPREFERRED_PROVIDER_android-tools-conf = "android-tools-conf-rockchip"
11*4882a593SmuzhiyunUSB_DEBUGGING_ENABLED = "1"
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun# For glmark2
14*4882a593SmuzhiyunDISTRO_FEATURES:append = " opengl"
15*4882a593SmuzhiyunIMAGE_INSTALL:append = " glmark2"
16*4882a593SmuzhiyunPACKAGECONFIG:pn-glmark2 = \
17*4882a593Smuzhiyun	"${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gles2', '', d)} \
18*4882a593Smuzhiyun	${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d)} \
19*4882a593Smuzhiyun	drm-gles2"
20