From aea7e88db657a1dfa67507c588e0a3baaa6567fd Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 27 Sep 2016 11:50:56 +0200 Subject: [PATCH] meta-digi: compile 'dey-image-qt' by default for ccimx6ulsbc Signed-off-by: Javier Viguera --- sdk/build-github.sh | 2 +- sdk/build.sh | 2 +- sdk/config/ccimx6ulsbc/conf-notes.txt | 13 ++++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/sdk/build-github.sh b/sdk/build-github.sh index e544b1cf3..a61e472ac 100755 --- a/sdk/build-github.sh +++ b/sdk/build-github.sh @@ -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_ diff --git a/sdk/build.sh b/sdk/build.sh index 99c09da3f..91109fc94 100755 --- a/sdk/build.sh +++ b/sdk/build.sh @@ -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_ diff --git a/sdk/config/ccimx6ulsbc/conf-notes.txt b/sdk/config/ccimx6ulsbc/conf-notes.txt index 6756fcb41..c6c1bf9fb 100644 --- a/sdk/config/ccimx6ulsbc/conf-notes.txt +++ b/sdk/config/ccimx6ulsbc/conf-notes.txt @@ -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. +