-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imx-6.6.36-2.1.0.xml: Add xml manifest [YOCIMX-8186]
Signed-off-by: Jun Zhu <junzhu@nxp.com>
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<manifest> | ||
|
||
<default revision="scarthgap" sync-j="4"/> | ||
|
||
<remote name="yp" fetch="https://git.yoctoproject.org"/> | ||
<remote name="oe" fetch="https://github.com/openembedded"/> | ||
<remote name="kraj" fetch="https://github.com/kraj"/> | ||
|
||
<remote name="community" fetch="https://github.com/Freescale"/> | ||
<remote name="ossystems" fetch="https://github.com/OSSystems"/> | ||
<remote name="qt" fetch="https://github.com/YoeDistro"/> | ||
<remote name="timesys" fetch="https://github.com/TimesysGit"/> | ||
|
||
<remote name="imx" fetch="https://github.com/nxp-imx"/> | ||
<remote name="imx-support" fetch="https://github.com/nxp-imx-support"/> | ||
|
||
<project name="poky" remote="yp" path="sources/poky" revision="f43f393ef0246b7bee6eed8bcf8271cf2b8cdf40" upstream="scarthgap"/> | ||
<project name="meta-openembedded" remote="oe" path="sources/meta-openembedded" revision="80e01188fa822d87d301ee71973c462d7a865493" upstream="scarthgap"/> | ||
<project name="meta-clang" remote="kraj" path="sources/meta-clang" revision="fe561f41aef0cff9e6f96730ab59f28dca2eb682" upstream="scarthgap"/> | ||
|
||
<project name="fsl-community-bsp-base" remote="community" path="sources/base" revision="84df0b1ff416c6739472f7f7eadff04fa90d38f6" upstream="scarthgap"> | ||
<linkfile dest="README" src="README"/> | ||
<linkfile dest="setup-environment" src="setup-environment"/> | ||
</project> | ||
<project name="meta-freescale" remote="community" path="sources/meta-freescale" revision="0f8091c63dd8805610c09b08409bc58492a3b16f" upstream="scarthgap"/> | ||
<project name="meta-freescale-3rdparty" remote="community" path="sources/meta-freescale-3rdparty" revision="6c063450d464eb2f380443c7d9af1b94ce9b9d75" upstream="scarthgap"/> | ||
<project name="meta-freescale-distro" remote="community" path="sources/meta-freescale-distro" revision="b9d6a5d9931922558046d230c1f5f4ef6ee72345" upstream="scarthgap"/> | ||
|
||
<project name="meta-arm" remote="yp" path="sources/meta-arm" revision="1b85bbb4cab9658da3cd926c62038b8559c5c64e" upstream="scarthgap"/> | ||
<project name="meta-qt6" remote="qt" path="sources/meta-qt6" revision="dc13e1bfda4a4757a08c2d6673bc4bac012c4a80" upstream="6.7.0" /> | ||
<project name="meta-browser" remote="ossystems" path="sources/meta-browser" revision="dc31889c0899971def535dc1c040edf18bc16691" /> | ||
<project name="meta-security" remote="yp" path="sources/meta-security" revision="11ea91192d43d7c2b0b95a93aa63ca7e73e38034" upstream="scarthgap"/> | ||
<project name="meta-timesys" remote="timesys" path="sources/meta-timesys" revision="4dc3f4bdfde4a86904b6e1a3d58df4696e7a63fa" upstream="scarthgap"/> | ||
<project name="meta-virtualization" remote="yp" path="sources/meta-virtualization" revision="6a80f140e387621f62964209a2e07d3bcfb125ce" upstream="scarthgap"/> | ||
|
||
<project name="meta-imx" remote="imx" path="sources/meta-imx" revision="refs/tags/rel_imx_6.6.36_2.1.0" upstream="scarthgap-6.6.36-2.1.0"> | ||
<linkfile src="tools/imx-setup-release.sh" dest="imx-setup-release.sh"/> | ||
<linkfile src="README" dest="README-IMXBSP"/> | ||
</project> | ||
<project name="meta-nxp-connectivity" remote="imx" path="sources/meta-nxp-connectivity" revision="refs/tags/rel_imx_6.6.36-2.1.0" upstream="imx_matter_2024_q2-post" /> | ||
<project name="meta-nxp-demo-experience" remote="imx-support" path="sources/meta-nxp-demo-experience" revision="8fd7154c05b716e9635279047f65785399432d88" upstream="scarthgap-6.6.36-2.1.0" /> | ||
|
||
</manifest> |