diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-08-11 19:05:23 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-08-11 19:05:23 -0400 |
commit | 59ce39084ea1f580b0d40ecb8056a92573027a94 (patch) | |
tree | a25cce239c32ed8c06330b9de399c919808e4569 | |
parent | e346328d1ecf0e33da4b6eeaa30215aed5562b90 (diff) |
Update manifests to point at needlefish branch
Update default.xml and default-floating.xml to point at the needlefish
branch instead of master.
Bug-AGL: SPEC-4523
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ied21918ccaa1ab8c8a1c6f5ffdead8b6045bb56b
-rw-r--r-- | default-floating.xml | 2 | ||||
-rw-r--r-- | default.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/default-floating.xml b/default-floating.xml index 6b9dbb46..17115aee 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="needlefish"/> <!-- CORE --> diff --git a/default.xml b/default.xml index e511f5f0..aa9e4a72 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="needlefish"/> <!-- CORE --> |