aboutsummaryrefslogtreecommitdiff
path: root/git-mirrors.yml
blob: 2f7a3cde983201ce3b12b768404597a5e95bb857 (plain)
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
# The default.xml manifest defines all the git repositories needed to build
# the LMP. That file points at mirrored copies of each repository living on
# source.foundries.io. This file describes the origin of each of these mirrors
# so that subscribers understand where the code comes from and internal
# mirroring services know what to track.

meta-96boards:
  url: "https://github.com/96boards/meta-96boards"

meta-freescale-3rdparty:
  url: "https://github.com/Freescale/meta-freescale-3rdparty"

meta-freescale:
  url: "https://git.yoctoproject.org/git/meta-freescale"

meta-intel:
  url: "https://git.yoctoproject.org/git/meta-intel"

meta-raspberrypi:
  url: "https://git.yoctoproject.org/git/meta-raspberrypi"

meta-virtualization:
  url: "https://git.yoctoproject.org/git/meta-virtualization"

meta-yocto:
  url: "https://git.yoctoproject.org/git/meta-yocto"

meta-qcom:
  url: "https://github.com/ndechesne/meta-qcom"

bitbake:
  url: "https://github.com/openembedded/bitbake"

meta-openembedded:
  url: "https://github.com/openembedded/meta-openembedded"

openembedded-core:
  url: "https://github.com/openembedded/openembedded-core"

meta-linaro:
  url: "https://git.linaro.org/openembedded/meta-linaro"

meta-riscv:
  url: "https://github.com/riscv/meta-riscv"

# These are repositories needed to produce the OTA community edition server/client
ota-community-edition:
  url: "https://github.com/advancedtelematic/ota-community-edition"
  interval-minutes: 1440
ota-campainger:
  url: "https://github.com/advancedtelematic/campaigner"
  interval-minutes: 1440
ota-device-registry:
  url: "https://github.com/advancedtelematic/ota-device-registry"
  interval-minutes: 1440
ota-director:
  url: "https://github.com/advancedtelematic/director"
  interval-minutes: 1440
ota-dockerfiles:
  url: "https://github.com/advancedtelematic/dockerfiles"
  interval-minutes: 1440
ota-libats:
  url: "https://github.com/advancedtelematic/libats"
  interval-minutes: 1440
ota-plus-server:
  url: "https://github.com/advancedtelematic/ota-plus-server"
  interval-minutes: 1440
ota-treehub:
  url: "https://github.com/advancedtelematic/treehub"
  interval-minutes: 1440
ota-tuf:
  url: "https://github.com/advancedtelematic/ota-tuf"
  interval-minutes: 1440
ota-web-events:
  url: "https://github.com/advancedtelematic/web-events"
  interval-minutes: 1440

aktualizr:
  url: "https://github.com/advancedtelematic/aktualizr"
  interval-minutes: 1440