From 6deaef275c48ab7bb2ac826145d11dea20e756c3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 8 Aug 2022 18:08:31 +0200 Subject: torizoncore: fix sha after master branch rewrite meta-toradex-torizon has its master branch reworked so that the older git hash no longer exists. Fix the repo sync step by providing current head of master. Fixes: | $ ../bin/repo sync | error.GitError: Cannot fetch meta-toradex-torizon update-ref: fatal: 6054c5e5df22c7e3c9b25ac865417695ebe1eca3^0: not a valid SHA1 Signed-off-by: Max Krummenacher --- torizoncore/default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torizoncore/default.xml b/torizoncore/default.xml index 6ced946..8691c65 100644 --- a/torizoncore/default.xml +++ b/torizoncore/default.xml @@ -11,7 +11,7 @@ - + -- cgit v1.2.3