From 657e2f45e7b3fccb6c8c149638cd5e59202069d1 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Mon, 24 May 2021 12:58:11 +0200 Subject: [PATCH] repo.yml: Add balena-yocto-scripts upstream source This allows to add nested changelogs from the balena-yocto-scripts repository from version >= 1.14.1 Change-type: patch Changelog-entry: Add balena-yocto-scripts upstream source Signed-off-by: Alex Gonzalez --- repo.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repo.yml b/repo.yml index 8b2772a..ff4ebbf 100644 --- a/repo.yml +++ b/repo.yml @@ -5,4 +5,6 @@ upstream: - repo: 'meta-resin' url: 'http://github.com/resin-os/meta-resin' - repo: 'meta-balena' - url: 'http://github.com/balena-os/meta-balena' \ No newline at end of file + url: 'http://github.com/balena-os/meta-balena' + - repo: 'balena-yocto-scripts' + url: 'http://github.com/balena-os/balena-yocto-scripts'