1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-05 08:39:48 +02:00

build for zero2 64

This commit is contained in:
DanyLE 2023-07-07 11:14:16 +02:00
parent daefedaef6
commit 0ee41d5890

View File

@ -19,7 +19,7 @@ EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
# ssh-server-dropbear
DISTRO_FEATURES:append := " vc4-gfx opengl "
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
MACHINE ?= "raspberrypi4-64"
MACHINE ?= "raspberrypi0-2w-64"
WKS_FILE="rpi.wks.in"
ROOT_HOME = "/root"