diff options
| -rw-r--r-- | classes/image_dd.bbclass | 2 | ||||
| -rw-r--r-- | conf/bblayers.conf.fsl.sample | 4 | ||||
| -rw-r--r-- | conf/bblayers.conf.rcar-gen2.sample | 2 | ||||
| -rw-r--r-- | conf/bblayers.conf.smx6.sample | 4 | ||||
| -rw-r--r-- | conf/bblayers.conf.ti.sample | 2 | ||||
| -rw-r--r-- | conf/distro/include/fsl.inc | 2 | ||||
| -rw-r--r-- | conf/distro/include/rcar-gen2.inc | 2 | ||||
| -rw-r--r-- | scripts/manifest.xml | 24 |
8 files changed, 21 insertions, 21 deletions
diff --git a/classes/image_dd.bbclass b/classes/image_dd.bbclass index 07cd58f..cdb1054 100644 --- a/classes/image_dd.bbclass +++ b/classes/image_dd.bbclass | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | ## | 27 | ## |
| 28 | ############################################################################ | 28 | ############################################################################ |
| 29 | 29 | ||
| 30 | # This class is based on meta-fsl-arm/classes/image_types_fsl.bbclass::generate_imx_sdcard() | 30 | # This class is based on meta-freescale/classes/image_types_fsl.bbclass::generate_imx_sdcard() |
| 31 | DESCRIPTION = "The base class for building images that can be deployed with GNU coreutils dd tool." | 31 | DESCRIPTION = "The base class for building images that can be deployed with GNU coreutils dd tool." |
| 32 | inherit image_types | 32 | inherit image_types |
| 33 | 33 | ||
diff --git a/conf/bblayers.conf.fsl.sample b/conf/bblayers.conf.fsl.sample index 61e12fa..389cb82 100644 --- a/conf/bblayers.conf.fsl.sample +++ b/conf/bblayers.conf.fsl.sample | |||
| @@ -38,8 +38,8 @@ BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..' | |||
| 38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
| 39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
| 40 | ${BSPDIR}/sources/poky/meta-poky \ | 40 | ${BSPDIR}/sources/poky/meta-poky \ |
| 41 | ${BSPDIR}/sources/meta-fsl-arm \ | 41 | ${BSPDIR}/sources/meta-freescale \ |
| 42 | ${BSPDIR}/sources/meta-fsl-arm-extra \ | 42 | ${BSPDIR}/sources/meta-freescale-3rdparty \ |
| 43 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 43 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
| 44 | ${BSPDIR}/sources/meta-openembedded/meta-python \ | 44 | ${BSPDIR}/sources/meta-openembedded/meta-python \ |
| 45 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ | 45 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ |
diff --git a/conf/bblayers.conf.rcar-gen2.sample b/conf/bblayers.conf.rcar-gen2.sample index 27f28ae..737f968 100644 --- a/conf/bblayers.conf.rcar-gen2.sample +++ b/conf/bblayers.conf.rcar-gen2.sample | |||
| @@ -42,7 +42,7 @@ BBLAYERS ?= " \ | |||
| 42 | ${BSPDIR}/sources/poky/meta \ | 42 | ${BSPDIR}/sources/poky/meta \ |
| 43 | ${BSPDIR}/sources/poky/meta-poky \ | 43 | ${BSPDIR}/sources/poky/meta-poky \ |
| 44 | ${BSPDIR}/sources/meta-boot2qt/meta-renesas-extras \ | 44 | ${BSPDIR}/sources/meta-boot2qt/meta-renesas-extras \ |
| 45 | ${BSPDIR}/sources/meta-fsl-arm \ | 45 | ${BSPDIR}/sources/meta-freescale \ |
| 46 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 46 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
| 47 | ${BSPDIR}/sources/meta-openembedded/meta-python \ | 47 | ${BSPDIR}/sources/meta-openembedded/meta-python \ |
| 48 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ | 48 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ |
diff --git a/conf/bblayers.conf.smx6.sample b/conf/bblayers.conf.smx6.sample index b10e415..4c634ec 100644 --- a/conf/bblayers.conf.smx6.sample +++ b/conf/bblayers.conf.smx6.sample | |||
| @@ -38,8 +38,8 @@ BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..' | |||
| 38 | BBLAYERS ?= " \ | 38 | BBLAYERS ?= " \ |
| 39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
| 40 | ${BSPDIR}/sources/poky/meta-poky \ | 40 | ${BSPDIR}/sources/poky/meta-poky \ |
| 41 | ${BSPDIR}/sources/meta-fsl-arm \ | 41 | ${BSPDIR}/sources/meta-freescale \ |
| 42 | ${BSPDIR}/sources/meta-fsl-arm-extra \ | 42 | ${BSPDIR}/sources/meta-freescale-3rdparty \ |
| 43 | ${BSPDIR}/sources/meta-smx6 \ | 43 | ${BSPDIR}/sources/meta-smx6 \ |
| 44 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 44 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
| 45 | ${BSPDIR}/sources/meta-openembedded/meta-python \ | 45 | ${BSPDIR}/sources/meta-openembedded/meta-python \ |
diff --git a/conf/bblayers.conf.ti.sample b/conf/bblayers.conf.ti.sample index 8ad8960..d97a613 100644 --- a/conf/bblayers.conf.ti.sample +++ b/conf/bblayers.conf.ti.sample | |||
| @@ -39,7 +39,7 @@ BBLAYERS ?= " \ | |||
| 39 | ${BSPDIR}/sources/poky/meta \ | 39 | ${BSPDIR}/sources/poky/meta \ |
| 40 | ${BSPDIR}/sources/poky/meta-poky \ | 40 | ${BSPDIR}/sources/poky/meta-poky \ |
| 41 | ${BSPDIR}/sources/meta-ti \ | 41 | ${BSPDIR}/sources/meta-ti \ |
| 42 | ${BSPDIR}/sources/meta-fsl-arm \ | 42 | ${BSPDIR}/sources/meta-freescale \ |
| 43 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 43 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
| 44 | ${BSPDIR}/sources/meta-openembedded/meta-python \ | 44 | ${BSPDIR}/sources/meta-openembedded/meta-python \ |
| 45 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ | 45 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ |
diff --git a/conf/distro/include/fsl.inc b/conf/distro/include/fsl.inc index bdd0b88..32fec1b 100644 --- a/conf/distro/include/fsl.inc +++ b/conf/distro/include/fsl.inc | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | ## | 27 | ## |
| 28 | ############################################################################ | 28 | ############################################################################ |
| 29 | 29 | ||
| 30 | BBMASK += "meta-fsl-arm/qt5-layer/recipes-qt/qt5" | 30 | BBMASK += "meta-freescale/dynamic-layers/qt5-layer/recipes-qt/qt5" |
| 31 | 31 | ||
| 32 | IMAGE_FSTYPES += "ext3 sdcard" | 32 | IMAGE_FSTYPES += "ext3 sdcard" |
| 33 | IMAGE_CLASSES += "image_types_fsl" | 33 | IMAGE_CLASSES += "image_types_fsl" |
diff --git a/conf/distro/include/rcar-gen2.inc b/conf/distro/include/rcar-gen2.inc index 9705877..854ac2c 100644 --- a/conf/distro/include/rcar-gen2.inc +++ b/conf/distro/include/rcar-gen2.inc | |||
| @@ -134,6 +134,6 @@ BBMASK += "\ | |||
| 134 | dtv-module ssp-module scu-module \ | 134 | dtv-module ssp-module scu-module \ |
| 135 | gles-test-module \ | 135 | gles-test-module \ |
| 136 | poky/meta/recipes-graphics/mesa \ | 136 | poky/meta/recipes-graphics/mesa \ |
| 137 | meta-fsl-arm/recipes-graphics/mesa \ | 137 | meta-freescale/recipes-graphics/mesa \ |
| 138 | meta-rcar-gen2/recipes-devtools/file \ | 138 | meta-rcar-gen2/recipes-devtools/file \ |
| 139 | " | 139 | " |
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 1d99d3c..7259c71 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
| @@ -16,25 +16,25 @@ | |||
| 16 | 16 | ||
| 17 | <project name="poky" | 17 | <project name="poky" |
| 18 | remote="yocto" | 18 | remote="yocto" |
| 19 | revision="fc75bea445bb57e1e942b5049ee2b6e5245649ea" | 19 | revision="6a1f33cc40bfac33cf030fe41e1a8efd1e5fad6f" |
| 20 | path="sources/poky"/> | 20 | path="sources/poky"/> |
| 21 | <project name="meta-openembedded" | 21 | <project name="meta-openembedded" |
| 22 | remote="oe-mirror" | 22 | remote="oe-mirror" |
| 23 | revision="247b1267bbe95719cd4877d2d3cfbaf2a2f4865a" | 23 | revision="1efa5d623bc64659b57389e50be2568b1355d5f7" |
| 24 | path="sources/meta-openembedded"/> | 24 | path="sources/meta-openembedded"/> |
| 25 | <project name="meta-qt5" | 25 | <project name="meta-qt5" |
| 26 | remote="qtyocto" | 26 | remote="qtyocto" |
| 27 | revision="0cc8a8a21e1ba7ffa237c64608b2a6678897c096" | 27 | revision="d1ddf0cc4482b8e8e46f3be66870778ba9a42a13" |
| 28 | path="sources/meta-qt5"/> | 28 | path="sources/meta-qt5"/> |
| 29 | <project name="meta-mingw" | 29 | <project name="meta-mingw" |
| 30 | remote="qtyocto" | 30 | remote="qtyocto" |
| 31 | path="sources/meta-mingw" | 31 | path="sources/meta-mingw" |
| 32 | revision="4a877547146f32f4540664b0c677d99b33d12bfd"/> | 32 | revision="bfda0f040958b3c533123071ff031037389eed62"/> |
| 33 | 33 | ||
| 34 | <project name="meta-fsl-arm" | 34 | <project name="meta-freescale" |
| 35 | remote="yocto" | 35 | remote="freescale" |
| 36 | revision="a6b95df4d7ab122f1e5b7632e2273b75f853af4b" | 36 | revision="ec54f623eee97b75b7ad87503477316495c7fc26" |
| 37 | path="sources/meta-fsl-arm" | 37 | path="sources/meta-freescale" |
| 38 | groups="notdefault,external,fsl,ti,smx6,renesas"/> | 38 | groups="notdefault,external,fsl,ti,smx6,renesas"/> |
| 39 | <project name="meta-ti" | 39 | <project name="meta-ti" |
| 40 | remote="yocto" | 40 | remote="yocto" |
| @@ -46,10 +46,10 @@ | |||
| 46 | revision="2745399f75d7564fcc586d0365ff73be47849d0e" | 46 | revision="2745399f75d7564fcc586d0365ff73be47849d0e" |
| 47 | path="sources/meta-raspberrypi" | 47 | path="sources/meta-raspberrypi" |
| 48 | groups="notdefault,external,rpi"/> | 48 | groups="notdefault,external,rpi"/> |
| 49 | <project name="meta-fsl-arm-extra" | 49 | <project name="meta-freescale-3rdparty" |
| 50 | remote="freescale" | 50 | remote="freescale" |
| 51 | revision="99649b72f60fda4a2cfb2333791fe0f92997fa9e" | 51 | revision="065228815a7ca5201df1ed4c030b152054a5eda3" |
| 52 | path="sources/meta-fsl-arm-extra" | 52 | path="sources/meta-freescale-3rdparty" |
| 53 | groups="notdefault,external,fsl,smx6"/> | 53 | groups="notdefault,external,fsl,smx6"/> |
| 54 | <project name="meta-intel" | 54 | <project name="meta-intel" |
| 55 | remote="intel" | 55 | remote="intel" |
| @@ -63,7 +63,7 @@ | |||
| 63 | groups="notdefault,external,renesas"/> | 63 | groups="notdefault,external,renesas"/> |
| 64 | <project name="meta-tegra" | 64 | <project name="meta-tegra" |
| 65 | remote="madisongh" | 65 | remote="madisongh" |
| 66 | revision="9f5ffd3f8320ec3379e63e75e7c47328920751d5" | 66 | revision="fba09b70a8ac36248e5fcea611e3bb661bb089fc" |
| 67 | path="sources/meta-tegra" | 67 | path="sources/meta-tegra" |
| 68 | groups="notdefault,external,jetson"/> | 68 | groups="notdefault,external,jetson"/> |
| 69 | 69 | ||
