From 119ce7c0724fff64c331fe6b1c94403a0d885b62 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 18 Oct 2016 16:50:55 -0700 Subject: images: change summary to a common pattern We use the image summary as image name for the Toradex Easy Installer. Since we might end up in a list of images of other operating systems and maybe even other companies, make sure to mention Toradex and Linux. While at it use a common summary pattern across all image recipes. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- recipes-images/images/angstrom-lxde-image.bb | 3 +-- recipes-images/images/angstrom-qt-x11-image.bb | 3 +-- recipes-images/images/angstrom-qt5-x11-image.bb | 3 ++- recipes-images/images/console-trdx-image.bb | 3 +-- recipes-images/images/qt4e-demo-image.bb | 3 +-- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb index c50bc79..f61beb5 100644 --- a/recipes-images/images/angstrom-lxde-image.bb +++ b/recipes-images/images/angstrom-lxde-image.bb @@ -1,5 +1,4 @@ -#Angstrom image -SUMMARY = "Image based on the LXDE desktop" +SUMMARY = "Toradex Embedded Linux Demo with LXDE" LICENSE = "MIT" diff --git a/recipes-images/images/angstrom-qt-x11-image.bb b/recipes-images/images/angstrom-qt-x11-image.bb index d98d8d6..88cfce1 100644 --- a/recipes-images/images/angstrom-qt-x11-image.bb +++ b/recipes-images/images/angstrom-qt-x11-image.bb @@ -1,5 +1,4 @@ -#Angstrom image -SUMMARY = "Image based on qt4-x11-free" +SUMMARY = "Toradex Embedded Linux Qt4 Demo With X11" LICENSE = "MIT" diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb index e814a76..2eca848 100644 --- a/recipes-images/images/angstrom-qt5-x11-image.bb +++ b/recipes-images/images/angstrom-qt5-x11-image.bb @@ -1,4 +1,5 @@ -SUMMARY = "Qt5 demo image with X11 backend" +SUMMARY = "Toradex Embedded Linux Qt5 Demo With X11" + # after the boot systemd starts X and then a qt5 application # check recipes-qt/qt5/qt5-x11-free-systemd.bb for the systemd service # responsible for this diff --git a/recipes-images/images/console-trdx-image.bb b/recipes-images/images/console-trdx-image.bb index edabd25..998f562 100644 --- a/recipes-images/images/console-trdx-image.bb +++ b/recipes-images/images/console-trdx-image.bb @@ -1,5 +1,4 @@ -#Angstrom image -SUMMARY = "Image booting to a console" +SUMMARY = "Toradex Embedded Linux Console Demo" LICENSE = "MIT" diff --git a/recipes-images/images/qt4e-demo-image.bb b/recipes-images/images/qt4e-demo-image.bb index e31142d..e0b9ddd 100644 --- a/recipes-images/images/qt4e-demo-image.bb +++ b/recipes-images/images/qt4e-demo-image.bb @@ -1,5 +1,4 @@ -#Angstrom image -SUMMARY = "Image based on qt4e-demo-image.bb" +SUMMARY = "Toradex Embedded Linux Qt4 Demo With QWS" LICENSE = "MIT" -- cgit v1.2.3