From e7b4350e0b1d98712a62efc99f446dc6bc10f6f2 Mon Sep 17 00:00:00 2001 From: Patrick Bellasi Date: Wed, 2 Mar 2016 01:16:55 +0100 Subject: [PATCH] submodules: track mainline devlib repository This patch updates the tracked devlib repository to be the official one available on github. This should foster the mainlining of patches and new features for devlib. Signed-off-by: Patrick Bellasi --- .gitmodules | 3 +-- libs/devlib | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2efb7fc06..3fb1c5b1c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,6 @@ [submodule "libs/devlib"] path = libs/devlib - url = https://github.com/derkling/devlib.git - branch = devlib-next + url = https://github.com/ARM-Software/devlib.git [submodule "libs/trappy"] path = libs/trappy url = https://github.com/ARM-Software/trappy.git diff --git a/libs/devlib b/libs/devlib index 95aaa2662..91f4f97a0 160000 --- a/libs/devlib +++ b/libs/devlib @@ -1 +1 @@ -Subproject commit 95aaa2662e8e7a6639b7aa273acec7d90971976d +Subproject commit 91f4f97a0b44ab76da0c0214cb86815f969ab465 -- GitLab