From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package: add jimtcl support
Date: Sun, 1 May 2011 18:43:14 +0200 [thread overview]
Message-ID: <20110501164314.GE1212@game.jcrosoft.org> (raw)
In-Reply-To: <87vcxuv2c6.fsf@macbook.be.48ers.dk>
> Jean-Christophe> + default BR2_TARGET_JIMTCL_GIT
> Jean-Christophe> + help
> Jean-Christophe> + Select the specific jimtcl version you want to use
> Jean-Christophe> +
> Jean-Christophe> +config BR2_TARGET_JIMTCL_GIT
> Jean-Christophe> + bool "Official git"
> Jean-Christophe> +
> Jean-Christophe> +config BR2_TARGET_JIMTCL_GIT_CUSTOM
> Jean-Christophe> + bool "Custom"
>
> Is there really a need to support anything else than 0.70? We prefer to
> only have 1 version as that simplified implementation and testing.
I do use the the HEAD personally
but the 0.70 is the last release I see project still using the previous one
I do use the custom git it offen as download from China or 3G is slow
And for dev I really like to be able to build my target from my own tree
I do not known yet how to implement it but, I get in my mind the idea to add
for the scm the same idea as for http download, the mirror mecanism
When you work offline or on slow internet network it's really good
>
> Jean-Christophe> +#############################################################
> Jean-Christophe> +#
> Jean-Christophe> +# jimtcl
> Jean-Christophe> +#
> Jean-Christophe> +#############################################################
> Jean-Christophe> +JIMTCL_VERSION:=$(call qstrip,$(BR2_TARGET_JIMTCL_VERSION))
> Jean-Christophe> +JIMTCL_SITE_METHOD:=git
>
> Please use ' = ' rather than ':=' unless you have a special need for the
> direct expansion.
>
> Jean-Christophe> +DL_TOOLS_DEPENDENCIES += git
>
> That's handled automatically.
>
> Jean-Christophe> +JIMTCL_INSTALL_STAGING = YES
> Jean-Christophe> +JIMTCL_INSTALL_TARGET = NO
>
> Why no installation on target?
no need of it for openocd we just link link to it staticly
>
> Jean-Christophe> +
> Jean-Christophe> +OPENOCD_AUTORECONF = YES
>
> This is JIMTCL, not OPENOCD.
>
> Jean-Christophe> +
> Jean-Christophe> +JIMTCL_INSTALL_STAGING_OPT= DESTDIR=$(STAGING_DIR)/usr install
>
> Does it really use autotools and have broken DESTDIR support?
yeah the --prefix is ignore, even if you pass --prefix=/usr it will install in
/include
Best Regards,
J.
next prev parent reply other threads:[~2011-05-01 16:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-30 13:42 [Buildroot] [PATCH 1/2] package: add jimtcl support Jean-Christophe PLAGNIOL-VILLARD
2011-04-30 13:42 ` [Buildroot] [PATCH 2/2] package: add openocd support Jean-Christophe PLAGNIOL-VILLARD
2011-05-01 16:20 ` Peter Korsgaard
2011-05-01 16:45 ` Jean-Christophe PLAGNIOL-VILLARD
2011-05-01 12:35 ` [Buildroot] [PATCH 1/2] package: add jimtcl support Jean-Christophe PLAGNIOL-VILLARD
2011-05-01 15:59 ` Peter Korsgaard
2011-05-01 16:43 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2011-05-01 17:49 ` Peter Korsgaard
2011-05-02 5:41 ` Jean-Christophe PLAGNIOL-VILLARD
2011-05-02 6:44 ` Thomas Petazzoni
2011-05-02 15:47 ` Jean-Christophe PLAGNIOL-VILLARD
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=20110501164314.GE1212@game.jcrosoft.org \
--to=plagnioj@jcrosoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox