mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
disable readonly fs
This commit is contained in:
parent
b31f541a24
commit
7e38bbf202
@ -15,7 +15,8 @@ LAYERSERIES_COMPAT_meta-rpi-diya = "mickledore"
|
||||
PACKAGE_CLASSES = "package_ipk"
|
||||
INHERIT += "rm_work"
|
||||
|
||||
EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
|
||||
EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear "
|
||||
# disable readonly fs read-only-rootfs
|
||||
# ssh-server-dropbear
|
||||
DISTRO_FEATURES:append := " vc4-gfx opengl "
|
||||
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
|
||||
|
@ -10,6 +10,7 @@ pulseaudio-module-echo-cancel \
|
||||
pulseaudio-misc \
|
||||
i2c-tools \
|
||||
mpg123
|
||||
libsdl2-mixer \
|
||||
#tslib
|
||||
#tslib-tests
|
||||
#tslib-calibrate
|
||||
|
Loading…
Reference in New Issue
Block a user