meta-digi: update conf-notes after images rework

https://jira.digi.com/browse/DEL-2196

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-02-04 19:56:54 +01:00
parent e64abf4d17
commit 5d123f8594
2 changed files with 14 additions and 12 deletions

View File

@ -1,11 +1,12 @@
Digi Embedded Yocto provides two target images:
Digi Embedded Yocto provides the following image recipes:
* dey-image-minimal: command line busybox-based image
* dey-image-qt: graphical QT image
This image does not support the X11 window system so in order to build
it you need to add the following line to the project's conf/local.conf:
By default the image is X11-based so it provides a full SATO theme
desktop environment.
To compile the image for the framebuffer (instead of X11) add the
following line to the project's conf/local.conf:
DISTRO_FEATURES_remove = "x11"
* dey-image-graphical: graphical X11-based image with SATO theme

View File

@ -1,11 +1,12 @@
Digi Embedded Yocto provides two target images:
Digi Embedded Yocto provides the following image recipes:
* dey-image-minimal: command line busybox-based image
* dey-image-qt: graphical QT image
This image does not support the X11 window system so in order to build
it you need to add the following line to the project's conf/local.conf:
By default the image is X11-based so it provides a full SATO theme
desktop environment.
To compile the image for the framebuffer (instead of X11) add the
following line to the project's conf/local.conf:
DISTRO_FEATURES_remove = "x11"
* dey-image-graphical: graphical X11-based image with SATO theme