liri-base-image: re-add

liri is not yet starting but we are working on it

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-12-22 15:56:51 +01:00
parent d3c9bdef55
commit 565e1a19cd

View File

@@ -0,0 +1,14 @@
require recipes-image/console/console-net-image.bb
require recipes-image/include/x11-base.inc
export IMAGE_BASENAME = "liri-base-image"
IMAGE_INSTALL += " \
${X11_BASE_INSTALL} \
sddm \
\
liri-world \
"
# reenable graphical target
IMAGE_FEATURES += "x11-base"