* [Xenomai] packaging question: no kernel dependencies?
@ 2013-02-16 7:22 Michael Haberler
2013-02-16 12:20 ` Gilles Chanteperdrix
0 siblings, 1 reply; 2+ messages in thread
From: Michael Haberler @ 2013-02-16 7:22 UTC (permalink / raw)
To: xenomai
I'm working to debian-package linuxcnc with Xenomai userland RT threads.
AFAICT building requires only the userland support package, but for instance not the kernel headers. The way I read http://www.xenomai.org/documentation/xenomai-2.6/html/README.INSTALL/#_feature_conflict_resolution it is safe to rely on runtime detection of feature compatibility.
goof prevention question: Is it safe to wrap such a package without explicit references to some kernel version?
- Michael
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Xenomai] packaging question: no kernel dependencies?
2013-02-16 7:22 [Xenomai] packaging question: no kernel dependencies? Michael Haberler
@ 2013-02-16 12:20 ` Gilles Chanteperdrix
0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2013-02-16 12:20 UTC (permalink / raw)
To: Michael Haberler; +Cc: xenomai
On 02/16/2013 08:22 AM, Michael Haberler wrote:
> I'm working to debian-package linuxcnc with Xenomai userland RT
> threads.
>
> AFAICT building requires only the userland support package, but for
> instance not the kernel headers. The way I read
> http://www.xenomai.org/documentation/xenomai-2.6/html/README.INSTALL/#_feature_conflict_resolution
> it is safe to rely on runtime detection of feature compatibility.
>
> goof prevention question: Is it safe to wrap such a package without
> explicit references to some kernel version?
Yes, the only thing which defines the kernel/user ABI, is the branch you
are using, so, for instance, you can keep a kernel patched with 2.6.1,
and upgrade user-space to 2.6.2.1. And you will get a runtime error if
you try running a kernel patched with 2.5.6 with a 2.6.2.1 user-space.
--
Gilles.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-16 12:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-16 7:22 [Xenomai] packaging question: no kernel dependencies? Michael Haberler
2013-02-16 12:20 ` Gilles Chanteperdrix
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.