From 5c0da5e5a944b19e3f33c88d761c1ed63c8fc68b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 15 May 2019 16:28:58 +0200 Subject: x-window-simple-app: create common inc file and rename recipe Pull out common code so that the bb file only contains information about the application which is to be started. Rename the recipe so that one knows what is going to be started. Signed-off-by: Max Krummenacher --- recipes-images/images/qt5-x11-image.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes-images/images') diff --git a/recipes-images/images/qt5-x11-image.bb b/recipes-images/images/qt5-x11-image.bb index 9a2a911..b0d9ce5 100644 --- a/recipes-images/images/qt5-x11-image.bb +++ b/recipes-images/images/qt5-x11-image.bb @@ -3,7 +3,7 @@ SUMMARY_append_apalis-tk1-mainline = " (Mainline)" DESCRIPTION = "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 +# recipes-graphics/x-window-simple-app/x-window-qtsmarthome and # https://developer.toradex.com/knowledge-base/how-to-autorun-application-at-the-start-up-in-linux#X11_with_One_User_Application # for how this is done. @@ -136,8 +136,7 @@ GSTREAMER_append_tegra124 = " \ IMAGE_INSTALL_QT5 = " \ packagegroup-qt5 \ liberation-fonts \ - qtsmarthome \ - x-window-simple-app \ + x-window-qtsmarthome \ " IMAGE_INSTALL_append_tegra124 = " \ -- cgit v1.2.3