<p dir="ltr"><br>
Op 22-jul.-2013 00:11 schreef "Peter Korsgaard" <<a href="mailto:jacmet@uclibc.org">jacmet@uclibc.org</a>> het volgende:<br>
><br>
> >>>>> "Thomas" == Thomas De Schampheleire <<a href="mailto:patrickdepinguin%2Bbuildroot@gmail.com">patrickdepinguin+buildroot@gmail.com</a>> writes:<br>
><br>
>  Thomas> Although the configuration options for custom repository locations and<br>
>  Thomas> versions are very similar between the linux and uboot packages, there are<br>
>  Thomas> some minor differences. This patch lines up both packages.<br>
><br>
>  Thomas> Signed-off-by: Thomas De Schampheleire <<a href="mailto:thomas.de.schampheleire@gmail.com">thomas.de.schampheleire@gmail.com</a>><br>
><br>
>  Thomas> ---<br>
>  Thomas> Note: one remaining difference is that there are help texts in linux for<br>
>  Thomas> options BR2_LINUX_KERNEL_CUSTOM_GIT and BR2_LINUX_KERNEL_CUSTOM_HG. I<br>
>  Thomas> didn't add them to uboot because it seems a bit redundant, but if you<br>
>  Thomas> prefer we can line this up as well (either add help texts to uboot or<br>
>  Thomas> remove them from linux).<br>
><br>
>  Thomas>  boot/uboot/Config.in |  5 +++++<br>
>  Thomas>  linux/Config.in      |  2 +-<br>
>  Thomas>  2 files changed, 6 insertions(+), 1 deletions(-)<br>
><br>
>  Thomas> diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in<br>
>  Thomas> --- a/boot/uboot/Config.in<br>
>  Thomas> +++ b/boot/uboot/Config.in<br>
>  Thomas> @@ -70,6 +70,11 @@ config BR2_TARGET_UBOOT_CUSTOM_REPO_URL<br>
><br>
>  Thomas>  config BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION<br>
>  Thomas>        string "Custom repository version"<br>
>  Thomas> +      default "HEAD" if BR2_TARGET_UBOOT_CUSTOM_GIT<br>
>  Thomas> +      default "tip" if BR2_TARGET_UBOOT_CUSTOM_HG<br>
>  Thomas> +      help<br>
>  Thomas> +        Revision to use in the typical format used by Git/Mercurial<br>
>  Thomas> +        E.G. a sha id, a tag, branch, ..<br>
><br>
> As mentioned for the linux change, I prefer to drop the defaults,<br>
> otherwise it looks good.</p>
<p dir="ltr">Thanks for the feedback. I'll update and send a new set, hopefully later this week.</p>
<p dir="ltr">Best regards,<br>
Thomas<br>
</p>