Skip to content

Commit

Permalink
manifest: Update manifest to scarthgap
Browse files Browse the repository at this point in the history
  • Loading branch information
psaavedra committed Dec 17, 2024
1 parent 9ff4303 commit f0bcb5c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 35 deletions.
35 changes: 0 additions & 35 deletions manifest-nanbield.xml

This file was deleted.

32 changes: 32 additions & 0 deletions manifest-scarthgap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default sync-j="2"/>

<remote fetch="https://git.openembedded.org/" name="oe"/>
<remote fetch="https://git.yoctoproject.org/git/" name="yocto"/>
<remote fetch="https://github.com" name="github"/>
<remote fetch="https://github.com/Freescale" name="freescale"/>
<remote fetch="https://github.com/Igalia" name="igalia"/>
<remote fetch="https://gitlab.com" name="gitlab"/>
<remote fetch="http://code.qt.io/yocto" name="qt"/>

<project remote="oe" revision="scarthgap" name="meta-openembedded" path="sources/meta-openembedded"/>

<project remote="yocto" revision="scarthgap" name="poky" path="sources/poky"/>
<project remote="yocto" revision="scarthgap" name="meta-security" path="sources/meta-security"/>

<project remote="yocto" revision="scarthgap" name="meta-raspberrypi" path="sources/meta-raspberrypi"/>
<project remote="yocto" revision="scarthgap" name="meta-virtualization" path="sources/meta-virtualization"/>

<project remote="github" revision="scarthgap" name="kraj/meta-clang.git" path="sources/meta-clang"/>

<project remote="freescale" revision="scarthgap" name="meta-freescale" path="sources/meta-freescale"/>
<project remote="freescale" revision="scarthgap" name="meta-freescale-3rdparty" path="sources/meta-freescale-3rdparty"/>
<project remote="freescale" revision="scarthgap" name="meta-freescale-distro" path="sources/meta-freescale-distro"/>

<project remote="igalia" revision="main" name="meta-webkit.git" path="sources/meta-webkit"/>

<project remote="igalia" revision="main" name="meta-wpe-image.git" path="sources/meta-wpe-image">
<copyfile src="scripts/setup-environment" dest="setup-environment"/>
</project>
</manifest>

0 comments on commit f0bcb5c

Please sign in to comment.