diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-02-04 13:03:52 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-02-04 13:03:52 +0100 |
commit | d91fb43ea8120e20959e053d368d14d0b539d83d (patch) | |
tree | b3dc1774ed144f89a0485df3e91397aa499f16b9 | |
parent | f0d0351b04a77f928eabe2a08de5ad98c8aefc0c (diff) |
Change repo manifest to use the octopus branch
This prepares the release of Optimistic Octopus.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I25b81ba36ac7ecb2153125da1fb4a3b7e127ce7a
-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 2c3d6b64..95ed1f9d 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="octopus"/> <!-- CORE --> diff --git a/default.xml b/default.xml index d6b5d3fb..3f6d6ef0 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="octopus"/> <!-- CORE --> |