mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-12-28 03:18:21 +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"
|
PACKAGE_CLASSES = "package_ipk"
|
||||||
INHERIT += "rm_work"
|
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
|
# ssh-server-dropbear
|
||||||
DISTRO_FEATURES:append := " vc4-gfx opengl "
|
DISTRO_FEATURES:append := " vc4-gfx opengl "
|
||||||
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
|
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
|
||||||
|
@ -10,6 +10,7 @@ pulseaudio-module-echo-cancel \
|
|||||||
pulseaudio-misc \
|
pulseaudio-misc \
|
||||||
i2c-tools \
|
i2c-tools \
|
||||||
mpg123
|
mpg123
|
||||||
|
libsdl2-mixer \
|
||||||
#tslib
|
#tslib
|
||||||
#tslib-tests
|
#tslib-tests
|
||||||
#tslib-calibrate
|
#tslib-calibrate
|
||||||
|
Loading…
Reference in New Issue
Block a user