mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] cog: add option to install cogctl
Date: Fri, 23 Apr 2021 15:47:35 +0200	[thread overview]
Message-ID: <20210423134735.2557948-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210415102923.21134-2-bst@pengutronix.de>

Thanks, applied as 7eeb6bb6f1334706e8d35f592dc8b3953d2cebda.

Michael

[sent from post-receive hook]

On Fri, 23 Apr 2021 15:47:35 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> cogctl is a commandline tool to control a running cog instance via
> D-Bus.
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20210415102923.21134-2-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/cog.in b/rules/cog.in
> index ccc7362950c2..81313c636dba 100644
> --- a/rules/cog.in
> +++ b/rules/cog.in
> @@ -18,4 +18,9 @@ config COG_REMOTE_DBUS_SYSTEM_BUS
>  	bool
>  	prompt "Expose remote control interface on system bus"
>  
> +config COG_COGCTL
> +	bool
> +	select COG_REMOTE_DBUS_SYSTEM_BUS
> +	prompt "Install cogctl"
> +
>  endif
> diff --git a/rules/cog.make b/rules/cog.make
> index 445c76617246..3fd9f929a83f 100644
> --- a/rules/cog.make
> +++ b/rules/cog.make
> @@ -69,6 +69,10 @@ ifdef PTXCONF_COG_REMOTE_DBUS_SYSTEM_BUS
>  		/usr/share/dbus-1/system.d/com.igalia.Cog.conf)
>  endif
>  
> +ifdef PTXCONF_COG_COGCTL
> +	@$(call install_copy, cog, 0, 0, 0755, -, /usr/bin/cogctl)
> +endif
> +
>  	@$(call install_finish, cog)
>  
>  	@$(call touch)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


  reply	other threads:[~2021-04-23 13:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-15 10:29 [ptxdist] [PATCH 1/2] cog: add option to control cog via D-Bus system bus Bastian Krause
2021-04-15 10:29 ` [ptxdist] [PATCH 2/2] cog: add option to install cogctl Bastian Krause
2021-04-23 13:47   ` Michael Olbrich [this message]
2021-04-23 13:47 ` [ptxdist] [APPLIED] cog: add option to control cog via D-Bus system bus Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210423134735.2557948-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox