From b06f5ab6895d1342d76ed85fde804fafb2ea573c Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 10 Jun 2016 22:10:20 +0200 Subject: [PATCH 1/2] Update elf2flt git repository location The elf2flt git repository has been moved to GitHub. Updated the script accordingly. Signed-off-by: Martin Lund --- scripts/build/binutils/binutils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh index edaf8187..65a2dcce 100644 --- a/scripts/build/binutils/binutils.sh +++ b/scripts/build/binutils/binutils.sh @@ -25,7 +25,7 @@ do_binutils_get() { CT_GetCustom "elf2flt" "${CT_ELF2FLT_CUSTOM_VERSION}" \ "${CT_ELF2FLT_CUSTOM_LOCATION}" else - CT_GetGit elf2flt "${CT_ELF2FLT_GIT_CSET}" http://cgit.openadk.org/cgi/cgit/elf2flt.git + CT_GetGit elf2flt "${CT_ELF2FLT_GIT_CSET}" https://github.com/uclinux-dev/elf2flt.git fi fi } From e4a21f634dc2ff526369c8835e87da32017e2087 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 14 Jun 2016 07:53:21 +0200 Subject: [PATCH 2/2] Update elf2flt default cset --- config/binutils/binutils.in.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2 index 3dafb0f2..336098b2 100644 --- a/config/binutils/binutils.in.2 +++ b/config/binutils/binutils.in.2 @@ -29,7 +29,7 @@ if ELF2FLT_GIT config ELF2FLT_GIT_CSET string prompt "git cset" - default "454b6b415a31959661406bdfbd9dad22229367bf" + default "9dbc458c6122c495bbdec8dc975a15c9d39e5ff2" help Enter the git changeset to use.