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/local.conf.sample | |
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/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 3 |
1 files changed, 2 insertions, 1 deletions
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 | ||