From bce0e9c901242fd98deaede6d829a6cffa11cd8c Mon Sep 17 00:00:00 2001 From: Scott Murray <scott.murray@konsulko.com> Date: Sun, 17 Mar 2024 13:12:40 -0400 Subject: [PATCH] Update default manifests for Quillback branch Set the default branch to quillback in the default manifests. Bug-AGL: SPEC-5080 Change-Id: I8612453a46db3f0d6b6546744d5ed5540861f039 Signed-off-by: Scott Murray <scott.murray@konsulko.com> --- 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 c8398885..5355f392 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="master"/> + <default remote="agl" sync-j="4" revision="quillback"/> <!-- CORE --> diff --git a/default.xml b/default.xml index 8268894d..a8566a7a 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="master"/> + <default remote="agl" sync-j="4" revision="quillback"/> <!-- CORE --> -- 2.16.6