diff options
| author | Kalle Viironen <kalle.viironen@digia.com> | 2014-07-04 09:28:14 +0300 |
|---|---|---|
| committer | Kalle Viironen <kalle.viironen@digia.com> | 2014-07-04 09:28:19 +0300 |
| commit | 82d54484a66e4912a03bb6605457fde62b9f9bcd (patch) | |
| tree | 721a6cd030817d885822af49a8a6d0209e774cd4 /conf | |
| parent | 24cb0946765e299d4553ab5fa2a37afcac1ea242 (diff) | |
| parent | 9e1f91f349e0ca11cd8a13d180f9f9557daa3ef8 (diff) | |
| download | meta-boot2qt-QtEE_v3.1.0.tar.gz | |
Merge branch 'stable' into releaseQtEE_v3.1.0
* stable:
linux-boundary: revert 1G/3G memory split configure
Use specific SHA1 from all of the meta repos
beagleboard specific u-boot was removed from meta-ti
Old libgles-omap3 packages were removed from meta-ti
toradex: enable FunctionFS module needed for adb
bbb: correct path for kernel configure fragment
image: include i2c-tools in image
adb: enabled network mode for toradex
toradex: Add hardware acceleration for gstream
adbd: add dependency to openssl for libcrypto
Include toradex repository
imx6: set preferred version for gpu drivers
Include older Vivante drivers for Apalis iMX6
Include support for Toradox Apalis iMX6
BBB: enable USB serial kernel drivers
No need for RPi in BBMASK
Change-Id: Ic3192cd00a8b24972253c64f294de5d364111135
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/bblayers.conf.sample | 1 | ||||
| -rw-r--r-- | conf/distro/include/apalis-imx6.conf | 52 | ||||
| -rw-r--r-- | conf/distro/include/imx6qsabresd.conf | 3 | ||||
| -rw-r--r-- | conf/distro/include/nitrogen6x.conf | 3 | ||||
| -rw-r--r-- | conf/local.conf.sample | 3 |
5 files changed, 60 insertions, 2 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index 5a95ec2..9789ceb 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample | |||
| @@ -34,6 +34,7 @@ BBLAYERS ?= " \ | |||
| 34 | ##COREBASE##/meta-fsl-arm-extra \ | 34 | ##COREBASE##/meta-fsl-arm-extra \ |
| 35 | ##COREBASE##/meta-ti \ | 35 | ##COREBASE##/meta-ti \ |
| 36 | ##COREBASE##/meta-raspberrypi \ | 36 | ##COREBASE##/meta-raspberrypi \ |
| 37 | ##COREBASE##/meta-toradex \ | ||
| 37 | ##COREBASE##/meta-openembedded/meta-oe \ | 38 | ##COREBASE##/meta-openembedded/meta-oe \ |
| 38 | ##COREBASE##/meta-b2qt \ | 39 | ##COREBASE##/meta-b2qt \ |
| 39 | " | 40 | " |
diff --git a/conf/distro/include/apalis-imx6.conf b/conf/distro/include/apalis-imx6.conf new file mode 100644 index 0000000..144693d --- /dev/null +++ b/conf/distro/include/apalis-imx6.conf | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | ############################################################################# | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | ||
| 4 | ## | ||
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | ||
| 6 | ## framework. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE$ | ||
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://qt.digia.com/contact-us. | ||
| 17 | ## | ||
| 18 | ## | ||
| 19 | ## $QT_END_LICENSE$ | ||
| 20 | ## | ||
| 21 | ############################################################################# | ||
| 22 | |||
| 23 | IMAGE_FSTYPES = "tar.gz" | ||
| 24 | |||
| 25 | BOOTFS_CONTENT = "\ | ||
| 26 | ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ | ||
| 27 | u-boot-${MACHINE}.imx:u-boot.imx \ | ||
| 28 | " | ||
| 29 | BOOTFS_DEPENDS = "u-boot:do_deploy" | ||
| 30 | |||
| 31 | PREFERRED_VERSION_gpu-viv-bin-mx6q = "3.10.9-1.0.0-hfp" | ||
| 32 | PREFERRED_VERSION_imx-lib = "3.10.9-1.0.0" | ||
| 33 | |||
| 34 | MACHINE_EXTRA_INSTALL = "\ | ||
| 35 | libgal-mx6 \ | ||
| 36 | libegl-mx6 \ | ||
| 37 | libgles2-mx6 \ | ||
| 38 | gst-fsl-plugin \ | ||
| 39 | " | ||
| 40 | |||
| 41 | MACHINE_EXTRA_INSTALL_SDK = " \ | ||
| 42 | libgal-mx6 \ | ||
| 43 | libegl-mx6 \ | ||
| 44 | libegl-mx6-dev \ | ||
| 45 | libgles2-mx6 \ | ||
| 46 | libgles2-mx6-dev \ | ||
| 47 | " | ||
| 48 | |||
| 49 | ADB_PRODUCTID = "0x0000" | ||
| 50 | |||
| 51 | SERIAL_CONSOLES = "115200;ttymxc0 \ | ||
| 52 | 115200;ttymxc1" | ||
diff --git a/conf/distro/include/imx6qsabresd.conf b/conf/distro/include/imx6qsabresd.conf index 1298ee4..a19f85f 100644 --- a/conf/distro/include/imx6qsabresd.conf +++ b/conf/distro/include/imx6qsabresd.conf | |||
| @@ -31,6 +31,9 @@ BOOTFS_CONTENT = "\ | |||
| 31 | " | 31 | " |
| 32 | BOOTFS_DEPENDS = "u-boot:do_deploy" | 32 | BOOTFS_DEPENDS = "u-boot:do_deploy" |
| 33 | 33 | ||
| 34 | PREFERRED_VERSION_gpu-viv-bin-mx6q = "3.10.17-1.0.0-hfp" | ||
| 35 | PREFERRED_VERSION_imx-lib = "3.10.17-1.0.0" | ||
| 36 | |||
| 34 | MACHINE_EXTRA_INSTALL = "\ | 37 | MACHINE_EXTRA_INSTALL = "\ |
| 35 | libgal-mx6 \ | 38 | libgal-mx6 \ |
| 36 | libegl-mx6 \ | 39 | libegl-mx6 \ |
diff --git a/conf/distro/include/nitrogen6x.conf b/conf/distro/include/nitrogen6x.conf index 8066936..9af8417 100644 --- a/conf/distro/include/nitrogen6x.conf +++ b/conf/distro/include/nitrogen6x.conf | |||
| @@ -34,7 +34,8 @@ BOOTFS_DEPENDS = "u-boot:do_deploy virtual/kernel:do_deploy u-boot-script-bounda | |||
| 34 | 34 | ||
| 35 | EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" | 35 | EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" |
| 36 | 36 | ||
| 37 | PREFERRED_VERSION_linux-boundary = "3.10.17" | 37 | PREFERRED_VERSION_gpu-viv-bin-mx6q = "3.10.17-1.0.0-hfp" |
| 38 | PREFERRED_VERSION_imx-lib = "3.10.17-1.0.0" | ||
| 38 | 39 | ||
| 39 | MACHINE_EXTRA_INSTALL = "\ | 40 | MACHINE_EXTRA_INSTALL = "\ |
| 40 | libgal-mx6 \ | 41 | libgal-mx6 \ |
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index a9e1b34..3874397 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample | |||
| @@ -275,7 +275,8 @@ CONF_VERSION = "1" | |||
| 275 | 275 | ||
| 276 | INHERIT += "rm_work" | 276 | INHERIT += "rm_work" |
| 277 | 277 | ||
| 278 | BBMASK = "meta-ti/recipes-misc|meta-raspberrypi/recipes-graphics/mesa/mesa_9.2.2.bbappend" | 278 | BBMASK = "meta-ti/recipes-misc" |
| 279 | BBMASK += "|meta-toradex/recipes/images|meta-toradex/recipes-browser|meta-toradex/recipes-connectivity|meta-toradex/recipes-gnome|meta-toradex/recipes-mozilla|meta-toradex/recipes-graphics|meta-toradex/recipes-devtools/mtd|meta-toradex/recipes-core/psplash|meta-toradex/recipes-lxde|meta-toradex/recipes-multimedia/webm|meta-toradex/recipes/trdx-config|meta-toradex/recipes-core/util-linux|meta-toradex/recipes-core/systemd|meta-toradex/recipes-support|meta-toradex/recipes-core/dropbear|meta-toradex/recipes/base-files|meta-toradex/recipes-multimedia/gstreamer" | ||
| 279 | ACCEPT_FSL_EULA = "1" | 280 | ACCEPT_FSL_EULA = "1" |
| 280 | LICENSE_FLAGS_WHITELIST = "commercial" | 281 | LICENSE_FLAGS_WHITELIST = "commercial" |
| 281 | 282 | ||
