From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/5 v4] package/xenomai: add support to download from a custom Hg tree
Date: Wed, 11 Mar 2020 23:45:44 +0100 [thread overview]
Message-ID: <20200311224544.GG705@scaer> (raw)
In-Reply-To: <7f614e18-61fa-8c3d-d0bb-4f7406ed1d52@gmail.com>
Romain, All,
On 2020-03-11 23:35 +0100, Romain Naour spake thusly:
> Le 14/01/2020 ? 21:55, Yann E. MORIN a ?crit?:
> > Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> > Cc: Jan Kiszka <jan.kiszka@siemens.com>
> > Cc: Romain Naour <romain.naour@gmail.com>
> > Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
> > ---
> > package/xenomai/Config.in | 8 ++++++--
> > package/xenomai/xenomai.mk | 3 +++
> > 2 files changed, 9 insertions(+), 2 deletions(-)
> >
> > diff --git a/package/xenomai/Config.in b/package/xenomai/Config.in
> > index 452b452039..114aec3968 100644
> > --- a/package/xenomai/Config.in
> > +++ b/package/xenomai/Config.in
> > @@ -61,12 +61,16 @@ config BR2_PACKAGE_XENOMAI_CUSTOM_TARBALL
> > config BR2_PACKAGE_XENOMAI_CUSTOM_GIT
> > bool "Custom Git repository"
> >
> > +config BR2_PACKAGE_XENOMAI_CUSTOM_HG
> > + bool "Custom Mercurial repository"
>
> I'm not sure it is worth the effort to support mercurial and svn download for
> xenomai.
>
> Who want to use a different VCS than the upsream project ?
Some people import stuff into their company-wide Mercurial repositories... ;-)
I am totally fine with dropping that, but we do have it for the
kernel, so if we want to be at par with all those packages that may use
custom versions, let's be consistent and offer the same set of options.
Regards,
Yann E. MORIN.
> User may just want to easily cherry-pick patches it their custom git repository :)
>
> Best regards,
> Romain
>
> > +
> > endchoice
> >
> > config BR2_PACKAGE_XENOMAI_REPOSITORY
> > string "URL of custom repository"
> > - default "https://gitlab.denx.de/Xenomai/xenomai.git"
> > - depends on BR2_PACKAGE_XENOMAI_CUSTOM_GIT
> > + default "https://gitlab.denx.de/Xenomai/xenomai.git" if BR2_PACKAGE_XENOMAI_CUSTOM_GIT
> > + depends on BR2_PACKAGE_XENOMAI_CUSTOM_GIT \
> > + || BR2_PACKAGE_XENOMAI_CUSTOM_HG
> >
> > config BR2_PACKAGE_XENOMAI_VERSION
> > string "Custom Xenomai version" if !BR2_PACKAGE_XENOMAI_LATEST_VERSION
> > diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk
> > index 11c69000df..e2a89cfeb9 100644
> > --- a/package/xenomai/xenomai.mk
> > +++ b/package/xenomai/xenomai.mk
> > @@ -12,6 +12,9 @@ XENOMAI_SITE = $(patsubst %/,%,$(dir $(XENOMAI_TARBALL)))
> > else ifeq ($(BR2_PACKAGE_XENOMAI_CUSTOM_GIT),y)
> > XENOMAI_SITE = $(call qstrip,$(BR2_PACKAGE_XENOMAI_REPOSITORY))
> > XENOMAI_SITE_METHOD = git
> > +else ifeq ($(BR2_PACKAGE_XENOMAI_CUSTOM_HG),y)
> > +XENOMAI_SITE = $(call qstrip,$(BR2_PACKAGE_XENOMAI_REPOSITORY))
> > +XENOMAI_SITE_METHOD = hg
> > else
> > XENOMAI_SOURCE = xenomai-$(XENOMAI_VERSION).tar.bz2
> > XENOMAI_SITE = http://xenomai.org/downloads/xenomai/stable
> >
>
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2020-03-11 22:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-14 20:55 [Buildroot] [PATCH 0/5 v4] package/xenomai: add alternate download locations (branch yem/xenomai-custom) Yann E. MORIN
2020-01-14 20:55 ` [Buildroot] [PATCH 1/5 v4] package/xenomai: move the version setting to Kconfig Yann E. MORIN
2020-03-11 22:09 ` Romain Naour
2020-01-14 20:55 ` [Buildroot] [PATCH 2/5 v4] package/xenomai: add support to download a custom tarball Yann E. MORIN
2020-01-14 20:55 ` [Buildroot] [PATCH 3/5 v4] package/xenomai: add support to download from a custom git tree Yann E. MORIN
2020-01-14 20:55 ` [Buildroot] [PATCH 4/5 v4] package/xenomai: add support to download from a custom Hg tree Yann E. MORIN
2020-03-11 22:35 ` Romain Naour
2020-03-11 22:45 ` Yann E. MORIN [this message]
2020-01-14 20:55 ` [Buildroot] [PATCH 5/5 v4] package/xenomai: add support to download from a custom svn tree Yann E. MORIN
2020-01-16 7:10 ` [Buildroot] [PATCH 0/5 v4] package/xenomai: add alternate download locations (branch yem/xenomai-custom) Jan Kiszka
2020-06-24 21:27 ` Thomas Petazzoni
2020-06-25 19:59 ` Yann E. MORIN
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=20200311224544.GG705@scaer \
--to=yann.morin.1998@free.fr \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox