-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdefault.xml
More file actions
92 lines (80 loc) · 2.39 KB
/
default.xml
File metadata and controls
92 lines (80 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default sync-j="2"/>
<remote name="yocto" fetch="https://git.yoctoproject.org"/>
<remote name="oe" fetch="https://github.com/openembedded"/>
<remote name="qt6" fetch="https://code.qt.io/yocto"/>
<remote name="karo" fetch="https://github.com/karo-electronics"/>
<remote name="rauc" fetch="https://github.com/rauc"/>
<remote name="stm" fetch="https://github.com/STMicroelectronics"/>
<project
name="meta-openembedded"
remote="oe"
path="layers/meta-openembedded"
revision="3c293e14492f01e22a64004e2330fb620c27578a"
upstream="scarthgap"
/>
<project
name="meta-qt6"
remote="qt6"
path="layers/meta-qt6"
revision="ce16ade17bd9d689e62a5d21344ddb1c67b447e8"
upstream="6.8.0"
/>
<project
name="meta-rauc"
remote="rauc"
path="layers/meta-rauc"
revision="8f35e94b406ef9ec466a6125971b40f51ae139eb"
upstream="scarthgap"
/>
<project
name="meta-st-stm32mp"
remote="stm"
path="layers/meta-st/meta-st-stm32mp"
revision="b73bad826ff491d009cf46514ad63c02a3dd242f"
upstream="scarthgap"
/>
<project
name="meta-st-stm32mp-tsn-swch"
remote="stm"
path="layers/meta-st/meta-st-stm32mp-tsn-swch"
revision="e7e6b5b457a89f1aecf015b363ef4bffac1713ae"
upstream="scarthgap"
/>
<project
name="poky"
remote="karo"
path="layers/poky"
revision="refs/tags/KARO-2025-10-30"
upstream="scarthgap-update"
/>
<project
name="meta-karo"
remote="karo"
path="layers/meta-karo"
revision="refs/tags/KARO-2026-06-02"
upstream="scarthgap"
/>
<project
name="meta-karo-distro"
remote="karo"
path="layers/meta-karo-distro"
revision="refs/tags/KARO-2026-06-02"
upstream="scarthgap"
/>
<project
name="karo-base"
remote="karo"
path="layers/base"
revision="refs/tags/KARO-2026-05-28"
upstream="scarthgap"
>
<linkfile src="handle-eula.sh" dest="handle-eula.sh"/>
<linkfile src="karo-setup-release.sh" dest="karo-setup-release.sh"/>
<linkfile src="setup-environment" dest="setup-environment"/>
<linkfile src="README" dest="README"/>
<copyfile src="devcontainer/devcontainer.json" dest=".devcontainer/devcontainer.json"/>
<copyfile src="devcontainer/Dockerfile" dest=".devcontainer/Dockerfile"/>
</project>
</manifest>