From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Fillod Stephane <stephane.fillod@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Flattened linux tree and CVS
Date: Mon, 26 Mar 2007 19:09:56 +0200 [thread overview]
Message-ID: <4607FE64.4000803@domain.hid> (raw)
In-Reply-To: <0B45E93C5FF65740AEAE690BF3848B7A4AB010@domain.hid>
Fillod Stephane wrote:
> Hi,
>
> For those who have to cope with flat handling of a linux tree in CVS,
> and thus never really liked the prepare-kernel.sh approach (which is
> fine in other cases), here is some linux/Makefile sugar that can
> certainly
> be improved:
>
> ifdef XENO_TAG
> xenotagspec = -r $(XENO_TAG)
> endif
>
> xeno_checkout:
> @cd $(srctree)/drivers && cvs checkout $(xenotagspec) -P \
> -d xenomai $(XENO_CVS_PATH)/ksrc/drivers
> @cd $(srctree)/include && cvs checkout $(xenotagspec) -P \
> -d xenomai $(XENO_CVS_PATH)/include
> @cd $(srctree)/include/asm-generic && cvs checkout
> $(xenotagspec) -P \
> -d xenomai
> $(XENO_CVS_PATH)/include/asm-generic
> @cd $(srctree)/include/asm-$(ARCH) && cvs checkout
> $(xenotagspec) -P \
> -d xenomai
> $(XENO_CVS_PATH)/include/asm-powerpc
> @cd $(srctree)/kernel && cvs checkout $(xenotagspec) -P \
> -d xenomai $(XENO_CVS_PATH)/ksrc
> @cd $(srctree)/arch/$(ARCH) && cvs checkout $(xenotagspec) -P \
> -d xenomai
> $(XENO_CVS_PATH)/ksrc/arch/powerpc
>
>
> Rem: replace powerpc by whatever you see fit.
>
> The variable XENO_CVS_PATH *must* be defined for this work:
>
> make xeno_checkout XENO_CVS_PATH=some/where/over/the/rainbow/xenomai
>
> This will mix linux and xenomai CVS trees, without links, and let you
> do any cvs action like update, commit, tag, etc. against appropriate
> CVS modules.
>
> Of course, the "flat" kernel must have been patched beforehand with
> adeos-ipipe patch, and also with the following fragments:
>
> cat xenomai/scripts/Kconfig.frag >> init/Kconfig # + edit
> echo "drivers-\$(CONFIG_XENOMAI) += arch/$linux_arch/xenomai/" >>
> arch/$linux_arch/Makefile
> echo "obj-\$(CONFIG_XENOMAI) += xenomai/" >> drivers/Makefile
> echo "obj-\$(CONFIG_XENOMAI) += xenomai/" >> kernel/Makefile
>
> Rem: this is for linux kernel 2.6, and not for the faint of heart.
> Maybe a "prepare-kernel.sh --patch-only-for-those-pesky-cvs-users"
> would come handy :-)
>
> Comments are welcome.
I guess everyone has his recipe, mine is to use the --enable-linux-build
option of Xenomai configure script.
--
Gilles Chanteperdrix
prev parent reply other threads:[~2007-03-26 17:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-26 11:56 [Xenomai-help] Flattened linux tree and CVS Fillod Stephane
2007-03-26 17:09 ` Gilles Chanteperdrix [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=4607FE64.4000803@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=stephane.fillod@domain.hid \
--cc=xenomai@xenomai.org \
/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.