From: sikor6 at gmail.com <sikor6@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] xenomai: enable SMP in configuration options
Date: Tue, 21 Mar 2017 00:33:49 +0100 [thread overview]
Message-ID: <20170320233349.14057-3-sikor6@gmail.com> (raw)
In-Reply-To: <20170320233349.14057-1-sikor6@gmail.com>
From: Pawel Sikora <sikor6@gmail.com>
Add --enable-smp to XENOMAI_CONF_OPTS, so kernel and xenomai
userpace libs both support it.
Signed-off-by: Pawel Sikora <sikor6@gmail.com>
---
package/xenomai/xenomai.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk
index 28875b944..37ec68526 100644
--- a/package/xenomai/xenomai.mk
+++ b/package/xenomai/xenomai.mk
@@ -21,7 +21,7 @@ XENOMAI_INSTALL_STAGING = YES
XENOMAI_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-user
XENOMAI_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) install-user
-XENOMAI_CONF_OPTS += --includedir=/usr/include/xenomai/ --disable-doc-install
+XENOMAI_CONF_OPTS += --includedir=/usr/include/xenomai/ --disable-doc-install --enable-smp
define XENOMAI_REMOVE_DEVFILES
for i in xeno-config xeno-info wrap-link.sh ; do \
--
2.12.0
next prev parent reply other threads:[~2017-03-20 23:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-20 23:33 [Buildroot] [PATCH 1/3] xenomai: bump version to 3.0.3 sikor6 at gmail.com
2017-03-20 22:40 ` Thomas Petazzoni
2017-03-20 23:17 ` Paweł Sikora
2017-03-21 8:57 ` Arnout Vandecappelle
2017-03-21 9:19 ` Thomas Petazzoni
2017-03-21 17:39 ` Pawel Sikora
2017-03-20 23:33 ` [Buildroot] [PATCH 2/3] remove: 0001-bfin-remove-inline-keyword.patch sikor6 at gmail.com
2017-03-21 9:05 ` Arnout Vandecappelle
2017-03-21 15:53 ` Pawel Sikora
2017-03-20 23:33 ` sikor6 at gmail.com [this message]
2017-03-21 9:08 ` [Buildroot] [PATCH 3/3] xenomai: enable SMP in configuration options Arnout Vandecappelle
2017-03-21 15:57 ` Pawel Sikora
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=20170320233349.14057-3-sikor6@gmail.com \
--to=sikor6@gmail.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.