summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/tibidabo.conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-06-09 13:29:16 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-06-11 08:50:42 +0300
commitaf74eaeda04ab4cbca42abc4bb4818a9b3df465e (patch)
tree5cc065c93d375435acb52c6632ec05fe8b09c5ae /conf/distro/include/tibidabo.conf
parent9a52dfdf5988a422d1831eba1081ef383b5244ca (diff)
downloadmeta-boot2qt-af74eaeda04ab4cbca42abc4bb4818a9b3df465e.tar.gz
tibidabo: use latest version poky for tibidabo
Instead of using old patched version of poky for the meta-tibidabo layer, use the same version of all the meta layer as for the other devices. This requires the old u-boot, kernel, gpu driver and imx-lib recipes to be copied from meta-fsl-arm. Change-Id: I2e804fbe895370c23f8ae89cff4fe283302dabe1 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'conf/distro/include/tibidabo.conf')
-rw-r--r--conf/distro/include/tibidabo.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/include/tibidabo.conf b/conf/distro/include/tibidabo.conf
index 1e5e7e0..abe47cb 100644
--- a/conf/distro/include/tibidabo.conf
+++ b/conf/distro/include/tibidabo.conf
@@ -20,6 +20,8 @@
20## 20##
21############################################################################# 21#############################################################################
22 22
23KERNEL_IMAGETYPE = "uImage"
24
23BOOTFS_CONTENT = "\ 25BOOTFS_CONTENT = "\
24 ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ 26 ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \
25 bootscript:bootscript \ 27 bootscript:bootscript \
@@ -41,6 +43,4 @@ MACHINE_EXTRA_INSTALL_SDK = " \
41 libgles2-mx6-dev \ 43 libgles2-mx6-dev \
42 " 44 "
43 45
44module_autoload_mxc_v4l2_capture = "mxc_v4l2_capture" 46KERNEL_MODULE_AUTOLOAD += "mxc_v4l2_capture"
45
46BBMASK += "|meta-fsl-extras/recipes/u-boot|meta-fsl-extras/recipes/linux/linux-boundary|meta-fsl-extras/recipes/broadcom-nvram-config"