From c90aaaaadd76bb3f916e887489806d6ade520e8e Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Mon, 11 Jul 2016 12:19:42 +0200 Subject: [PATCH] ccimx6ulstarter: update conf-notes.txt for core-image-base support Signed-off-by: Isaac Hermida --- sdk/config/ccimx6ulstarter/conf-notes.txt | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/sdk/config/ccimx6ulstarter/conf-notes.txt b/sdk/config/ccimx6ulstarter/conf-notes.txt index d8fa34f70..6756fcb41 100644 --- a/sdk/config/ccimx6ulstarter/conf-notes.txt +++ b/sdk/config/ccimx6ulstarter/conf-notes.txt @@ -1,12 +1,6 @@ Digi Embedded Yocto provides the following image recipes: - * 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.