diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-03-25 12:32:00 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-03-25 12:32:00 +0100 |
commit | d199ce5147143a346b1c43a55a578b588ab60bf4 (patch) | |
tree | 477877308b77eb0ea59be10b216f5e9d7c3697af | |
parent | 620c2ac9d3ce3584ef063e761614d2b02fe23828 (diff) |
Update manifest files for marlin branch
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ie5d69ebf1fe1d42933764ca06b99f33d81356482
-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 ee491ba7..632c7d67 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="marlin"/> <!-- CORE --> diff --git a/default.xml b/default.xml index f8cce0a2..2c18d90c 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="marlin"/> <!-- CORE --> |