summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerard Salvatella <gerard.salvatella@toradex.com>2018-12-06 11:42:27 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2018-12-18 16:23:13 +0100
commit21ff40ad44c9bc979c3897f754a47d3415f530fe (patch)
tree3f36ea5b3c154af5c88de486f3a2b354942a3eda
parentaa24df222ed4ae1500675920c8a3cd6a7704a19e (diff)
recipes-images: images: update image description
Tezi now shows the image description more prominently. Update the standard image descriptions using DESCRIPTION. Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-images/images/angstrom-lxde-image.bb1
-rw-r--r--recipes-images/images/angstrom-lxqt-image.bb1
-rw-r--r--recipes-images/images/angstrom-qt-x11-image.bb1
-rw-r--r--recipes-images/images/angstrom-qt5-x11-image.bb1
-rw-r--r--recipes-images/images/console-tdx-image.bb1
5 files changed, 5 insertions, 0 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb
index b509771..d412518 100644
--- a/recipes-images/images/angstrom-lxde-image.bb
+++ b/recipes-images/images/angstrom-lxde-image.bb
@@ -1,5 +1,6 @@
SUMMARY = "Toradex Embedded Linux Demo with LXDE"
SUMMARY_append_apalis-tk1-mainline = " (Mainline)"
+DESCRIPTION = "Angstrom-based image with the LXDE desktop environment"
LICENSE = "MIT"
diff --git a/recipes-images/images/angstrom-lxqt-image.bb b/recipes-images/images/angstrom-lxqt-image.bb
index df9dfa8..f3bf8ec 100644
--- a/recipes-images/images/angstrom-lxqt-image.bb
+++ b/recipes-images/images/angstrom-lxqt-image.bb
@@ -1,5 +1,6 @@
SUMMARY = "Toradex Embedded Linux Demo with LXQT"
SUMMARY_append_apalis-tk1-mainline = " (Mainline)"
+DESCRIPTION = "Angstrom-based image with the LXQT desktop environment"
LICENSE = "MIT"
diff --git a/recipes-images/images/angstrom-qt-x11-image.bb b/recipes-images/images/angstrom-qt-x11-image.bb
index 0ac3d56..9841434 100644
--- a/recipes-images/images/angstrom-qt-x11-image.bb
+++ b/recipes-images/images/angstrom-qt-x11-image.bb
@@ -1,5 +1,6 @@
SUMMARY = "Toradex Embedded Linux Qt4 Demo With X11"
SUMMARY_append_apalis-tk1-mainline = " (Mainline)"
+DESCRIPTION = "Angstrom-based image with the Qt4 Framework and the X11 server"
LICENSE = "MIT"
diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb
index 6557eeb..71a55c0 100644
--- a/recipes-images/images/angstrom-qt5-x11-image.bb
+++ b/recipes-images/images/angstrom-qt5-x11-image.bb
@@ -1,5 +1,6 @@
SUMMARY = "Toradex Embedded Linux Qt5 Demo With X11"
SUMMARY_append_apalis-tk1-mainline = " (Mainline)"
+DESCRIPTION = "Angstrom-based image with the Qt5 Framework and the X11 server"
# after the boot systemd starts X and then a qt5 application, check
# recipes-graphics/x-window-simple-app/x-window-simple-app and
diff --git a/recipes-images/images/console-tdx-image.bb b/recipes-images/images/console-tdx-image.bb
index 50d9a48..29245d3 100644
--- a/recipes-images/images/console-tdx-image.bb
+++ b/recipes-images/images/console-tdx-image.bb
@@ -1,5 +1,6 @@
SUMMARY = "Toradex Embedded Linux Console Demo"
SUMMARY_append_apalis-tk1-mainline = " (Mainline)"
+DESCRIPTION = "Angstrom-based image without graphical interface"
LICENSE = "MIT"