xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Xenomai <xenomai@lists.linux.dev>
Cc: Florian Bezdeka <florian.bezdeka@siemens.com>
Subject: [PATCH] debian: Enable lores clock by default
Date: Wed, 9 Aug 2023 15:32:04 +0200	[thread overview]
Message-ID: <13d42c4f-ee14-4105-9fdb-ad371af50d41@siemens.com> (raw)

From: Jan Kiszka <jan.kiszka@siemens.com>

Having the goal to be generically usable, the debian package should
enable also this feature so that pSOS and VxWorks libraries can be used.
It comes at the price of a slight overhead in time conversions for
hi-res interfaces such as cobalt and alchemy.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7664bf21c1..8e984acdcc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,8 @@ CONFIG_OPTS = --prefix=/usr \
             --with-testdir=/usr/lib/xenomai/testsuite \
             --enable-lazy-setsched \
             --enable-debug=symbols \
-            --enable-dlopen-libs
+            --enable-dlopen-libs \
+            --enable-lores-clock
 
 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
 	CONFIG_OPTS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
-- 
2.35.3

             reply	other threads:[~2023-08-09 13:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-09 13:32 Jan Kiszka [this message]
2023-08-09 13:54 ` [PATCH] debian: Enable lores clock by default Florian Bezdeka
2023-08-09 14:02   ` Jan Kiszka

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=13d42c4f-ee14-4105-9fdb-ad371af50d41@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=florian.bezdeka@siemens.com \
    --cc=xenomai@lists.linux.dev \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).