From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 07 Oct 2021 12:24:07 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQZL-0006lb-9Z for lore@lore.pengutronix.de; Thu, 07 Oct 2021 12:24:07 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQZK-00025S-SA; Thu, 07 Oct 2021 12:24:06 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mYQUP-0004u3-C8; Thu, 07 Oct 2021 12:19:01 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQUO-0005zq-QP; Thu, 07 Oct 2021 12:19:00 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mYQUO-00GTeR-NO; Thu, 07 Oct 2021 12:19:00 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 7 Oct 2021 12:19:00 +0200 Message-Id: <20211007101900.3927184-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210916142625.1742431-1-christian.melki@t2data.com> References: <20210916142625.1742431-1-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] weston: Add kiosk shell install rule. X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 6cddd150d0d2cb384f08ea0f3d252055fc05b3f7. Michael [sent from post-receive hook] On Thu, 07 Oct 2021 12:19:00 +0200, Christian Melki wrote: > Seems the kiosk shell was forgotten about during installation. > Defined, built but never installed? > Add install rule. > > Signed-off-by: Christian Melki > Message-Id: <20210916142625.1742431-1-christian.melki@t2data.com> > Reviewed-by: Michael Tretter > Signed-off-by: Michael Olbrich > > diff --git a/rules/weston.make b/rules/weston.make > index 2bd11b4ef00e..716c990e7c36 100644 > --- a/rules/weston.make > +++ b/rules/weston.make > @@ -161,6 +161,9 @@ endif > ifdef PTXCONF_WESTON_IVISHELL > @$(call install_lib, weston, 0, 0, 0644, weston/ivi-shell) > endif > +ifdef PTXCONF_WESTON_SHELL_KIOSK > + @$(call install_lib, weston, 0, 0, 0644, weston/kiosk-shell) > +endif > ifdef PTXCONF_WESTON_SYSTEMD > @$(call install_lib, weston, 0, 0, 0644, weston/systemd-notify) > endif _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de