summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-09-26 18:34:30 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-09-27 13:48:27 +0200
commit734ec781c02bc668ede6025eaff8472e0632eb5e (patch)
treeb9e578d630ef2e35413980df1ee8495ba7da9c56
parent6f532dc3ca0fc121af47907fa98026392815d8f9 (diff)
defconfig: puma: Enable OpenGL.
This patch enables OpenGL (via libmali) on Puma and enables kmscube and glmark2 to demonstrate OpenGL. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--configs/puma-rk3399_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
index 30da717b1d..22a951323c 100644
--- a/configs/puma-rk3399_defconfig
+++ b/configs/puma-rk3399_defconfig
@@ -29,6 +29,8 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="rockchip/rk3399-puma"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
+BR2_PACKAGE_ROCKCHIP=y
+BR2_PACKAGE_RK3399=y
BR2_PACKAGE_BZIP2=y
BR2_PACKAGE_GZIP=y
BR2_PACKAGE_UNRAR=y
@@ -51,6 +53,10 @@ BR2_PACKAGE_SED=y
BR2_PACKAGE_TREE=y
BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y
BR2_PACKAGE_E2TOOLS=y
+BR2_PACKAGE_GLMARK2=y
+BR2_PACKAGE_KMSCUBE=y
+BR2_PACKAGE_LIBMALI=y
+BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y
BR2_PACKAGE_DEVMEM2=y
BR2_PACKAGE_DFU_UTIL=y
BR2_PACKAGE_HDPARM=y