diff options
-rw-r--r-- | conf/bblayers.conf.bbb.sample | 2 | ||||
-rw-r--r-- | conf/bblayers.conf.emulator.sample | 2 | ||||
-rw-r--r-- | conf/bblayers.conf.fsl.sample | 2 | ||||
-rw-r--r-- | conf/bblayers.conf.rpi.sample | 2 | ||||
-rw-r--r-- | conf/bblayers.conf.sample | 2 | ||||
-rw-r--r-- | conf/bblayers.conf.ti.sample | 2 | ||||
-rw-r--r-- | conf/bblayers.conf.tibidabo.sample | 1 | ||||
-rw-r--r-- | conf/bblayers.conf.toradex.sample | 2 | ||||
-rw-r--r-- | scripts/manifest.xml | 5 | ||||
-rw-r--r-- | scripts/manifest_dizzy.xml | 6 |
10 files changed, 26 insertions, 0 deletions
diff --git a/conf/bblayers.conf.bbb.sample b/conf/bblayers.conf.bbb.sample index f7374a0..d4ffbc4 100644 --- a/conf/bblayers.conf.bbb.sample +++ b/conf/bblayers.conf.bbb.sample | |||
@@ -34,6 +34,8 @@ BBLAYERS ?= " \ | |||
34 | ${BSPDIR}/sources/meta-beagleboard/common-bsp \ | 34 | ${BSPDIR}/sources/meta-beagleboard/common-bsp \ |
35 | ${BSPDIR}/sources/meta-ti \ | 35 | ${BSPDIR}/sources/meta-ti \ |
36 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 36 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
37 | ${BSPDIR}/sources/meta-qt5 \ | ||
38 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ | ||
37 | ${BSPDIR}/sources/meta-b2qt \ | 39 | ${BSPDIR}/sources/meta-b2qt \ |
38 | ${BSPDIR}/sources/meta-b2qt/meta-ti-extras \ | 40 | ${BSPDIR}/sources/meta-b2qt/meta-ti-extras \ |
39 | ${BSPDIR}/sources/meta-b2qt/meta-beagleboard-extras \ | 41 | ${BSPDIR}/sources/meta-b2qt/meta-beagleboard-extras \ |
diff --git a/conf/bblayers.conf.emulator.sample b/conf/bblayers.conf.emulator.sample index c961b9f..43ce7d3 100644 --- a/conf/bblayers.conf.emulator.sample +++ b/conf/bblayers.conf.emulator.sample | |||
@@ -32,6 +32,8 @@ BBLAYERS ?= " \ | |||
32 | ${BSPDIR}/sources/poky/meta \ | 32 | ${BSPDIR}/sources/poky/meta \ |
33 | ${BSPDIR}/sources/poky/meta-yocto \ | 33 | ${BSPDIR}/sources/poky/meta-yocto \ |
34 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 34 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
35 | ${BSPDIR}/sources/meta-qt5 \ | ||
36 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ | ||
35 | ${BSPDIR}/sources/meta-b2qt \ | 37 | ${BSPDIR}/sources/meta-b2qt \ |
36 | " | 38 | " |
37 | BBLAYERS_NON_REMOVABLE ?= " \ | 39 | BBLAYERS_NON_REMOVABLE ?= " \ |
diff --git a/conf/bblayers.conf.fsl.sample b/conf/bblayers.conf.fsl.sample index c867cda..dd84362 100644 --- a/conf/bblayers.conf.fsl.sample +++ b/conf/bblayers.conf.fsl.sample | |||
@@ -34,6 +34,8 @@ BBLAYERS ?= " \ | |||
34 | ${BSPDIR}/sources/meta-fsl-arm \ | 34 | ${BSPDIR}/sources/meta-fsl-arm \ |
35 | ${BSPDIR}/sources/meta-fsl-arm-extra \ | 35 | ${BSPDIR}/sources/meta-fsl-arm-extra \ |
36 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 36 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
37 | ${BSPDIR}/sources/meta-qt5 \ | ||
38 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ | ||
37 | ${BSPDIR}/sources/meta-b2qt \ | 39 | ${BSPDIR}/sources/meta-b2qt \ |
38 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ | 40 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ |
39 | " | 41 | " |
diff --git a/conf/bblayers.conf.rpi.sample b/conf/bblayers.conf.rpi.sample index adc0e68..0866e3e 100644 --- a/conf/bblayers.conf.rpi.sample +++ b/conf/bblayers.conf.rpi.sample | |||
@@ -33,6 +33,8 @@ BBLAYERS ?= " \ | |||
33 | ${BSPDIR}/sources/poky/meta-yocto \ | 33 | ${BSPDIR}/sources/poky/meta-yocto \ |
34 | ${BSPDIR}/sources/meta-raspberrypi \ | 34 | ${BSPDIR}/sources/meta-raspberrypi \ |
35 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 35 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
36 | ${BSPDIR}/sources/meta-qt5 \ | ||
37 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ | ||
36 | ${BSPDIR}/sources/meta-b2qt \ | 38 | ${BSPDIR}/sources/meta-b2qt \ |
37 | ${BSPDIR}/sources/meta-b2qt/meta-raspberrypi-extras \ | 39 | ${BSPDIR}/sources/meta-b2qt/meta-raspberrypi-extras \ |
38 | " | 40 | " |
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index d01c12a..f306303 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample | |||
@@ -38,6 +38,8 @@ BBLAYERS ?= " \ | |||
38 | ${BSPDIR}/sources/meta-raspberrypi \ | 38 | ${BSPDIR}/sources/meta-raspberrypi \ |
39 | ${BSPDIR}/sources/meta-toradex \ | 39 | ${BSPDIR}/sources/meta-toradex \ |
40 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 40 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
41 | ${BSPDIR}/sources/meta-qt5 \ | ||
42 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ | ||
41 | ${BSPDIR}/sources/meta-b2qt \ | 43 | ${BSPDIR}/sources/meta-b2qt \ |
42 | ${BSPDIR}/sources/meta-b2qt/meta-ti-extras \ | 44 | ${BSPDIR}/sources/meta-b2qt/meta-ti-extras \ |
43 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ | 45 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ |
diff --git a/conf/bblayers.conf.ti.sample b/conf/bblayers.conf.ti.sample index df762a1..7fc2d6b 100644 --- a/conf/bblayers.conf.ti.sample +++ b/conf/bblayers.conf.ti.sample | |||
@@ -33,6 +33,8 @@ BBLAYERS ?= " \ | |||
33 | ${BSPDIR}/sources/poky/meta-yocto \ | 33 | ${BSPDIR}/sources/poky/meta-yocto \ |
34 | ${BSPDIR}/sources/meta-ti \ | 34 | ${BSPDIR}/sources/meta-ti \ |
35 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 35 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
36 | ${BSPDIR}/sources/meta-qt5 \ | ||
37 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ | ||
36 | ${BSPDIR}/sources/meta-b2qt \ | 38 | ${BSPDIR}/sources/meta-b2qt \ |
37 | ${BSPDIR}/sources/meta-b2qt/meta-ti-extras \ | 39 | ${BSPDIR}/sources/meta-b2qt/meta-ti-extras \ |
38 | " | 40 | " |
diff --git a/conf/bblayers.conf.tibidabo.sample b/conf/bblayers.conf.tibidabo.sample index c12cde1..734f66a 100644 --- a/conf/bblayers.conf.tibidabo.sample +++ b/conf/bblayers.conf.tibidabo.sample | |||
@@ -34,6 +34,7 @@ BBLAYERS ?= " \ | |||
34 | ${BSPDIR}/sources/meta-fsl-arm \ | 34 | ${BSPDIR}/sources/meta-fsl-arm \ |
35 | ${BSPDIR}/sources/meta-tibidabo \ | 35 | ${BSPDIR}/sources/meta-tibidabo \ |
36 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 36 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
37 | ${BSPDIR}/sources/meta-qt5 \ | ||
37 | ${BSPDIR}/sources/meta-b2qt \ | 38 | ${BSPDIR}/sources/meta-b2qt \ |
38 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ | 39 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ |
39 | ${BSPDIR}/sources/meta-b2qt/meta-architech-extras \ | 40 | ${BSPDIR}/sources/meta-b2qt/meta-architech-extras \ |
diff --git a/conf/bblayers.conf.toradex.sample b/conf/bblayers.conf.toradex.sample index 00c64f7..c724636 100644 --- a/conf/bblayers.conf.toradex.sample +++ b/conf/bblayers.conf.toradex.sample | |||
@@ -35,6 +35,8 @@ BBLAYERS ?= " \ | |||
35 | ${BSPDIR}/sources/meta-fsl-arm-extra \ | 35 | ${BSPDIR}/sources/meta-fsl-arm-extra \ |
36 | ${BSPDIR}/sources/meta-toradex \ | 36 | ${BSPDIR}/sources/meta-toradex \ |
37 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 37 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
38 | ${BSPDIR}/sources/meta-qt5 \ | ||
39 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ | ||
38 | ${BSPDIR}/sources/meta-b2qt \ | 40 | ${BSPDIR}/sources/meta-b2qt \ |
39 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ | 41 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ |
40 | ${BSPDIR}/sources/meta-b2qt/meta-toradex-extras \ | 42 | ${BSPDIR}/sources/meta-b2qt/meta-toradex-extras \ |
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 694a7a5..db439f1 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
@@ -7,6 +7,7 @@ | |||
7 | <remote fetch="git://git.openembedded.org" name="oe"/> | 7 | <remote fetch="git://git.openembedded.org" name="oe"/> |
8 | <remote fetch="git://github.com/Freescale" name="freescale"/> | 8 | <remote fetch="git://github.com/Freescale" name="freescale"/> |
9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> | 9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> |
10 | <remote fetch="git://github.com/meta-qt5" name="qt5"/> | ||
10 | <remote fetch="git://git.toradex.com" name="toradex"/> | 11 | <remote fetch="git://git.toradex.com" name="toradex"/> |
11 | 12 | ||
12 | <project name="poky" | 13 | <project name="poky" |
@@ -17,6 +18,10 @@ | |||
17 | remote="oe" | 18 | remote="oe" |
18 | revision="6413cdb66acf43059f94d0076ec9b8ad6a475b35" | 19 | revision="6413cdb66acf43059f94d0076ec9b8ad6a475b35" |
19 | path="sources/meta-openembedded"/> | 20 | path="sources/meta-openembedded"/> |
21 | <project name="meta-qt5" | ||
22 | remote="qt5" | ||
23 | revision="22c431e7a1fa525c75bf1fa48c82d01955001350" | ||
24 | path="sources/meta-qt5"/> | ||
20 | 25 | ||
21 | <project name="meta-fsl-arm" | 26 | <project name="meta-fsl-arm" |
22 | remote="yocto" | 27 | remote="yocto" |
diff --git a/scripts/manifest_dizzy.xml b/scripts/manifest_dizzy.xml index d4eccc0..83dca5f 100644 --- a/scripts/manifest_dizzy.xml +++ b/scripts/manifest_dizzy.xml | |||
@@ -7,7 +7,9 @@ | |||
7 | <remote fetch="git://git.openembedded.org" name="oe"/> | 7 | <remote fetch="git://git.openembedded.org" name="oe"/> |
8 | <remote fetch="git://github.com/Freescale" name="freescale"/> | 8 | <remote fetch="git://github.com/Freescale" name="freescale"/> |
9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> | 9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> |
10 | <remote fetch="git://github.com/meta-qt5" name="qt5"/> | ||
10 | <remote fetch="git://git.toradex.com" name="toradex"/> | 11 | <remote fetch="git://git.toradex.com" name="toradex"/> |
12 | <remote fetch="ssh://qt-gerrit.it.local/QtRD-15810" name="gerrit"/> | ||
11 | 13 | ||
12 | <project name="poky" | 14 | <project name="poky" |
13 | remote="yocto" | 15 | remote="yocto" |
@@ -17,6 +19,10 @@ | |||
17 | remote="oe" | 19 | remote="oe" |
18 | revision="dizzy" | 20 | revision="dizzy" |
19 | path="sources/meta-openembedded"/> | 21 | path="sources/meta-openembedded"/> |
22 | <project name="qt5-yocto-meta" | ||
23 | remote="gerrit" | ||
24 | revision="b2qt" | ||
25 | path="sources/meta-qt5"/> | ||
20 | 26 | ||
21 | <project name="meta-fsl-arm" | 27 | <project name="meta-fsl-arm" |
22 | remote="yocto" | 28 | remote="yocto" |