1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-09 18:39:47 +02:00

fix: add missing dev package to sdk

This commit is contained in:
DanyLE 2023-07-22 11:48:49 +02:00
parent d9727faf43
commit def162a82a
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
# ssh-server-dropbear
DISTRO_FEATURES:append := " vc4-gfx opengl "
DISTRO_FEATURES:remove = " x11 wayland vulkan "
TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev "
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
MACHINE ?= "raspberrypi0-2w-64"

View File

@ -19,7 +19,6 @@ IMAGE_INSTALL:append = "libcurl \
libdrm \
libgbm \
libgles2 \
libgles3 \
libegl-mesa \
libglapi \
libudev \