summaryrefslogtreecommitdiffstats
path: root/default.xml
blob: a32f4053e215b728575b20cee0fb1db6c4e895c7 (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

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Key
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

  <remote name="agl"
         fetch="https://gerrit.automotivelinux.org/gerrit/"
        review="https://gerrit.automotivelinux.org/gerrit/"
  />

  <remote name="yocto"
          fetch="git://git.yoctoproject.org/" />
  <remote name="openembedded"
          fetch="git://git.openembedded.org/" />

  <!-- meta-rust --> <!-- freescale bsp --> <!-- meta-amb -->
  <!-- meta-qt5  -->
  <remote name="github" fetch="https://github.com/" />

  <!-- 01.org (Intel) -->
  <remote name="01org" fetch="https://github.com/01org/" />

  <remote fetch="git://git.freescale.com/imx" name="fsl-release" />

  <default revision="master"
           remote="agl"
           sync-j="4" />

  <!-- AGL things. -->
  <project name="AGL/meta-agl" path="meta-agl" />
  <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
  <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
  <project name="AGL/meta-agl-devel" path="meta-agl-devel" />

  <!-- Yocto/OpenEmbedded things. -->
  <project name="poky" path="poky" remote="yocto" revision="krogoth" />
  <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="krogoth" />

  <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
  <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="d715f2c1d340fa38f8a9860acc73de5e14a38b75" upstream="krogoth" />

  <!-- Porter specific things. -->
  <project name="AGL/meta-renesas" path="meta-renesas" />

  <!-- MinnowBoard MAX specific things -->
  <project name="meta-intel" path="meta-intel" remote="yocto" revision="krogoth" />

  <!-- i.MX6 / e.g. wandboard specific things -->
  <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="krogoth" />
  <project name="Freescale/meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="github" revision="krogoth" />
  <!-- <project name="meta-fsl-bsp-release" path="meta-fsl-bsp-release" remote="fsl-release" revision="jethro_4.1.15-1.0.0_ga" /> To be enabled for sabre. Off due to clone time -->

  <!-- ti vayu / jacinto 6 / DRA7 -->
  <project name="meta-ti" path="meta-ti" remote="yocto" revision="krogoth" />

  <!-- iotivity -->
  <project name="meta-oic" path="meta-oic" remote="yocto" revision="1.1.1" />

  <!-- meta-amb -->
  <project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="master" />

  <!-- meta-rust -->
  <project name="konsulko/meta-rust" path="meta-rust" remote="github" revision="krogoth" />

  <!-- rpi 2 and 3 -->
  <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="krogoth" />

  <!-- DragonBoard 410c specific things -->
  <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="krogoth" />

  <!-- Image Security Analysis FrameWork (isafw) -->
  <project name="meta-security-isafw" path="meta-security-isafw" remote="01org" revision="master" />

  <!-- IoT Security layer -->
  <project name="meta-intel-iot-security" path="meta-intel-iot-security" remote="01org" revision="c5906a1553513ef192a58231700357c5f14f4ae4" />

</manifest>