From 194f13ece4e5292ba3c39c93e2e2aafe12567e6a Mon Sep 17 00:00:00 2001
From: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Date: Thu, 28 Apr 2022 15:37:57 +0200
Subject: [PATCH] Part two of the update to YP kirkstone

With the changes now in the master repositories,
we can change completely over.

Bug-AGL: SPEC-4343
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I93b1cf3400b01dad4587dcc51239cd62727faa90
---
 default-floating.xml | 2 +-
 default.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/default-floating.xml b/default-floating.xml
index 5dea9b55..1afb344a 100644
--- a/default-floating.xml
+++ b/default-floating.xml
@@ -12,7 +12,7 @@
   <remote name="openembedded" fetch="https://git.openembedded.org/" />
 
   <!-- defaults -->
-  <default remote="agl" sync-j="4" revision="next"/>
+  <default remote="agl" sync-j="4" revision="master"/>
 
 
   <!-- CORE -->
diff --git a/default.xml b/default.xml
index 5db87bcf..39b5b7ee 100644
--- a/default.xml
+++ b/default.xml
@@ -12,7 +12,7 @@
   <remote name="openembedded" fetch="https://git.openembedded.org/" />
 
   <!-- defaults -->
-  <default remote="agl" sync-j="4" revision="next"/>
+  <default remote="agl" sync-j="4" revision="master"/>
 
 
   <!-- CORE -->
-- 
2.16.6