From d3349df12c34112243f2f1fc1e1c3fc735bb788b Mon Sep 17 00:00:00 2001 From: DanyLE Date: Thu, 27 Jul 2023 09:19:35 +0200 Subject: [PATCH] add tool to sdk --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 0981caf..fe164f8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -19,7 +19,7 @@ EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs " # ssh-server-dropbear DISTRO_FEATURES:append := " vc4-gfx opengl wayland " DISTRO_FEATURES:remove = " x11 vulkan " -TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev wayland-native wayland-protocols-native " +TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev wayland-protocols-native " # DISTRO_FEATURES:append := " vc4-gfx opengl directfb " MACHINE ?= "raspberrypi0-2w-64"