hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# For debug
IMAGE_INSTALL:append = " libdrm-tests strace gdb e2fsprogs e2fsprogs-resize2fs io perf openssh-sftp-server"
 
IMAGE_FEATURES:append = " ssh-server-openssh"
 
# For adb
IMAGE_INSTALL:append = " android-tools-adbd"
PREFERRED_PROVIDER_android-tools-conf = "android-tools-conf-rockchip"
USB_DEBUGGING_ENABLED = "1"
 
# For glmark2
DISTRO_FEATURES:append = " opengl"
IMAGE_INSTALL:append = " glmark2"
PACKAGECONFIG:pn-glmark2 = \
   "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gles2', '', d)} \
   ${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d)} \
   drm-gles2"