-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
layer.conf: add honister and kirkstone to compatible release branches
* manifest: Replace OSSystems/meta-gstreamer1.0.git with psaavedra/meta-gstreamer1.0.git because the first one still doesn't support honister * ci: update .gitlab-ci.yml tasks to honister * ci: Add the honister Yocto release manifest Signed-off-by: Pablo Saavedra <[email protected]>
- Loading branch information
Showing
4 changed files
with
73 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?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/Igalia" name="igalia"/> | ||
<remote fetch="https://gitlab.com" name="gitlab"/> | ||
<remote fetch="http://code.qt.io/yocto" name="qt"/> | ||
|
||
<project remote="oe" revision="honister" name="meta-openembedded" path="sources/meta-openembedded"/> | ||
<project remote="oe" revision="honister" name="meta-python2" path="sources/meta-python2"/> | ||
|
||
<project remote="yocto" revision="honister" name="poky" path="sources/poky"/> | ||
<project remote="yocto" revision="master" name="meta-raspberrypi" path="sources/meta-raspberrypi"/> | ||
|
||
<project remote="github" revision="psaavedra/add_honister" name="psaavedra/meta-gstreamer1.0.git" path="sources/meta-gstreamer1.0"/> | ||
|
||
<project remote="qt" revision="upstream/honister" name="meta-qt5.git" path="sources/meta-qt5"/> | ||
|
||
<project remote="igalia" revision="main" name="meta-webkit.git" path="sources/meta-webkit"/> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?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/Igalia" name="igalia"/> | ||
<remote fetch="https://gitlab.com" name="gitlab"/> | ||
<remote fetch="http://code.qt.io/yocto" name="qt"/> | ||
|
||
<project remote="oe" revision="master" name="meta-openembedded" path="sources/meta-openembedded"/> | ||
<project remote="oe" revision="master" name="meta-python2" path="sources/meta-python2"/> | ||
|
||
<project remote="yocto" revision="master" name="poky" path="sources/poky"/> | ||
<project remote="yocto" revision="master" name="meta-raspberrypi" path="sources/meta-raspberrypi"/> | ||
|
||
<project remote="github" revision="psaavedra/add_kirkstone" name="psaavedra/meta-gstreamer1.0.git" path="sources/meta-gstreamer1.0"/> | ||
|
||
<project remote="qt" revision="upstream/master" name="meta-qt5.git" path="sources/meta-qt5"/> | ||
|
||
<project remote="igalia" revision="main" name="meta-webkit.git" path="sources/meta-webkit"/> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters