mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v2] schedtool: add package
Date: Fri, 12 Oct 2012 09:37:25 +0200	[thread overview]
Message-ID: <20121012073725.GD10236@pengutronix.de> (raw)
In-Reply-To: <84D7328F545A4040B6CE2CB7BE091E937AAB47@exchange.Neuberger.local>

On Mon, Oct 01, 2012 at 01:22:15PM +0200, Wolf Erik wrote:
> 
> Signed-off-by: Erik Wolf <erik.wolf@neuberger.net>
> ---

Thanks, applied.

Michael

>  rules/schedtool.in   |    7 ++++++
>  rules/schedtool.make |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 68 insertions(+)
>  create mode 100644 rules/schedtool.in
>  create mode 100644 rules/schedtool.make
> 
> diff --git a/rules/schedtool.in b/rules/schedtool.in
> new file mode 100644
> index 0000000..0a814f5
> --- /dev/null
> +++ b/rules/schedtool.in
> @@ -0,0 +1,7 @@
> +## SECTION=shell_and_console
> +
> +config SCHEDTOOL
> +	tristate
> +	prompt "schedtool"
> +	help
> +	  schedtool can be used to query or alter a process' scheduling policy under linux
> diff --git a/rules/schedtool.make b/rules/schedtool.make
> new file mode 100644
> index 0000000..eb8f437
> --- /dev/null
> +++ b/rules/schedtool.make
> @@ -0,0 +1,61 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2012 by Martin Wagner <martin.wagner@neuberger.net>
> +#
> +# See CREDITS for details about who has contributed to this project.
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_SCHEDTOOL) += schedtool
> +
> +#
> +# Paths and names
> +#
> +SCHEDTOOL_VERSION	:= 1.3.0
> +SCHEDTOOL_MD5		:= 0d968f05d3ad7675f1f33ef1f6d0a3fb
> +SCHEDTOOL		:= schedtool-$(SCHEDTOOL_VERSION)
> +SCHEDTOOL_SUFFIX	:= tar.bz2
> +SCHEDTOOL_URL		:= http://freequaos.host.sk/schedtool/$(SCHEDTOOL).$(SCHEDTOOL_SUFFIX)
> +SCHEDTOOL_SOURCE	:= $(SRCDIR)/$(SCHEDTOOL).$(SCHEDTOOL_SUFFIX)
> +SCHEDTOOL_DIR		:= $(BUILDDIR)/$(SCHEDTOOL)
> +SCHEDTOOL_LICENSE	:= GPLv2
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +SCHEDTOOL_CONF_TOOL	:= NO
> +SCHEDTOOL_MAKE_ENV	:= $(CROSS_ENV) CPPFLAGS="$(CROSS_CFLAGS) $(CROSS_CPPFLAGS)"
> +SCHEDTOOL_MAKE_OPT	:= CC=$(CROSS_CC)
> +SCHEDTOOL_INSTALL_OPT	:= DESTPREFIX=/usr install
> +
> +
> +$(STATEDIR)/schedtool.prepare:
> +	@$(call targetinfo)
> +	@$(call touch)
> +
> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/schedtool.targetinstall:
> +	@$(call targetinfo)
> +
> +	@$(call install_init, schedtool)
> +	@$(call install_fixup, schedtool,PRIORITY,optional)
> +	@$(call install_fixup, schedtool,SECTION,base)
> +	@$(call install_fixup, schedtool,AUTHOR,"Martin Wagner <martin.wagner@neuberger.net>")
> +	@$(call install_fixup, schedtool,DESCRIPTION,missing)
> +
> +	@$(call install_copy, schedtool, 0, 0, 0755, -, /usr/bin/schedtool)
> +
> +	@$(call install_finish, schedtool)
> +
> +	@$(call touch)
> +
> +# vim: syntax=make
> -- 
> 1.7.10.4 
>  
>  
> Mit freundlichen Grüßen
>  
> i.A. Erik Wolf
> Hardwareentwicklung 
>  
> Neuberger Gebäudeautomation GmbH
> Oberer Kaiserweg 6
> 91541 Rothenburg o.d.T.
>  
> Telefon:  +49 9861 402-542
> Telefax:  +49 9861 402-533
> E-Mail:   erik.wolf@neuberger.net
> Internet: www.neuberger.net
>  
> Handelsregister: AG Ansbach HRB 4933
> Sitz: Rothenburg ob der Tauber
> Geschäftsführer: Klaus Lenkner
> Ust.IdNr. DE 271 188 426
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2012-10-12  7:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-01 11:22 Wolf Erik
2012-10-12  7:37 ` Michael Olbrich [this message]

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=20121012073725.GD10236@pengutronix.de \
    --to=m.olbrich@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