mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-02-13 13:22:47 +01:00
fix: add missing dev package to sdk
This commit is contained in:
parent
d9727faf43
commit
def162a82a
@ -19,6 +19,7 @@ EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
|
|||||||
# ssh-server-dropbear
|
# ssh-server-dropbear
|
||||||
DISTRO_FEATURES:append := " vc4-gfx opengl "
|
DISTRO_FEATURES:append := " vc4-gfx opengl "
|
||||||
DISTRO_FEATURES:remove = " x11 wayland vulkan "
|
DISTRO_FEATURES:remove = " x11 wayland vulkan "
|
||||||
|
TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev "
|
||||||
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
|
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
|
||||||
MACHINE ?= "raspberrypi0-2w-64"
|
MACHINE ?= "raspberrypi0-2w-64"
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@ IMAGE_INSTALL:append = "libcurl \
|
|||||||
libdrm \
|
libdrm \
|
||||||
libgbm \
|
libgbm \
|
||||||
libgles2 \
|
libgles2 \
|
||||||
libgles3 \
|
|
||||||
libegl-mesa \
|
libegl-mesa \
|
||||||
libglapi \
|
libglapi \
|
||||||
libudev \
|
libudev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user