meta-digi: compile 'dey-image-qt' by default for ccimx6ulsbc
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
c12afdf563
commit
aea7e88db6
|
|
@ -106,7 +106,7 @@ while read _pl _tgt; do
|
|||
done<<-_EOF_
|
||||
ccardimx28js dey-image-qt
|
||||
ccimx6sbc dey-image-qt
|
||||
ccimx6ulsbc core-image-base
|
||||
ccimx6ulsbc dey-image-qt
|
||||
ccimx6ulstarter core-image-base
|
||||
_EOF_
|
||||
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ while read _pl _var _tgt; do
|
|||
done<<-_EOF_
|
||||
ccardimx28js - e w wb web web1 dey-image-qt
|
||||
ccimx6sbc DONTBUILDVARIANTS dey-image-qt
|
||||
ccimx6ulsbc DONTBUILDVARIANTS core-image-base
|
||||
ccimx6ulsbc DONTBUILDVARIANTS dey-image-qt
|
||||
ccimx6ulstarter DONTBUILDVARIANTS core-image-base
|
||||
_EOF_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,17 @@
|
|||
Digi Embedded Yocto provides the following image recipes:
|
||||
|
||||
* core-image-base: A console-only image.
|
||||
* dey-image-qt: graphical QT image
|
||||
|
||||
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"
|
||||
|
||||
* core-image-base: a console-only image
|
||||
|
||||
Expansion of native core-image-base by including all the support for the
|
||||
target device hardware like firmware files, rootfs customizations, etc.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue