Skip to content
Snippets Groups Projects
Commit 5497a833 authored by Andy Nichols's avatar Andy Nichols Committed by Risto Avila
Browse files

Add support for Toradex Colibri-iMX7


Change-Id: I01b25ca05cff51671f3088b2aa64a02e56028ce9
Reviewed-by: default avatarTeemu Holappa <teemu.holappa@theqtcompany.com>
parent be12b517
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ get_groups() {
all)
PROJECT_GROUPS="external"
;;
apalis-imx6|colibri-imx6|colibri-vf)
apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7)
PROJECT_GROUPS="toradex"
;;
imx6qsabresd|imx6dlsabresd|nitrogen6x|imx7dsabresd)
......
#############################################################################
##
## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
##
## This file is part of the Qt Enterprise Embedded Scripts of the Qt
## framework.
##
## $QT_BEGIN_LICENSE$
## Commercial License Usage Only
## Licensees holding valid commercial Qt license agreements with Digia
## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
## may use this file in accordance with the terms contained in said license
## agreement.
##
## For further information use the contact form at
## http://www.qt.io/contact-us.
##
##
## $QT_END_LICENSE$
##
#############################################################################
include conf/distro/include/toradex.inc
DEPLOY_CONF_NAME = "Toradex Colibri iMX7"
IMAGE_FSTYPES += "ext3 sdcard"
BOOTFS_CONTENT = "\
${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \
${KERNEL_IMAGETYPE}-imx7d-colibri-eval-v3.dtb:imx7d-colibri-eval-v3.dtb \
${KERNEL_IMAGETYPE}-imx7s-colibri-eval-v3.dtb:imx7s-colibri-eval-v3.dtb \
u-boot-${MACHINE}.imx:u-boot.imx \
"
BOOTFS_DEPENDS = "u-boot:do_deploy virtual/kernel:do_deploy"
DISTRO_FEATURES_remove = "webengine"
......@@ -28,4 +28,4 @@
############################################################################
BBMASK ?= " "
BBMASK .= "|meta-toradex/recipes-mozilla|meta-toradex/recipes-browser|meta-toradex/recipes-lxde|meta-toradex/recipes-connectivity|meta-toradex/recipes-gnome|meta-toradex/recipes/trdx-config|meta-toradex/recipes-multimedia/webm|meta-toradex/recipes-qt|meta-toradex/recipes-core/psplash|meta-toradex/recipes-support/florence|meta-toradex/recipes-core/systemd|meta-toradex/recipes-efl|meta-toradex/recipes-core/dropbear|meta-toradex/recipes-support/icu|meta-toradex/recipes-support/i2c-tools|meta-toradex/recipes-benchmark|meta-toradex/recipes-core/udev|meta-toradex/recipes-support/gnutls|meta-toradex/recipes-graphics/gpu-viv-bin-mx6q|meta-toradex/recipes-multimedia/gstreamer|meta-toradex/recipes-fsl/packagegroups|meta-toradex/recipes-core/glibc|meta-toradex/recipes-sato/webkit"
BBMASK .= "|meta-toradex/recipes-mozilla|meta-toradex/recipes-browser|meta-toradex/recipes-lxde|meta-toradex/recipes-connectivity|meta-toradex/recipes-gnome|meta-toradex/recipes/trdx-config|meta-toradex/recipes-multimedia/webm|meta-toradex/recipes-qt|meta-toradex/recipes-core/psplash|meta-toradex/recipes-support/florence|meta-toradex/recipes-core/systemd|meta-toradex/recipes-efl|meta-toradex/recipes-core/dropbear|meta-toradex/recipes-support/icu|meta-toradex/recipes-support/i2c-tools|meta-toradex/recipes-benchmark|meta-toradex/recipes-core/udev|meta-toradex/recipes-support/gnutls|meta-toradex/recipes-graphics/gpu-viv-bin-mx6q|meta-toradex/recipes-multimedia/gstreamer|meta-toradex/recipes-fsl/packagegroups|meta-toradex/recipes-core/glibc|meta-toradex/recipes-sato/webkit|meta-toradex/recipes-bsp/binary-drivers/cudatoolkit6.5|meta-toradex/recipes-bsp/binary-drivers/opencv4tegra"
......@@ -27,12 +27,6 @@
##
############################################################################
FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
SRC_URI += " \
file://0001-Enable-Fusion-7-and-10-multi-touch-controller.patch \
"
do_configure_prepend () {
# FunctionFS for adb
echo "CONFIG_USB_FUNCTIONFS=m" >> ${WORKDIR}/defconfig
......
......@@ -59,7 +59,7 @@
groups="notdefault,external,bbb"/>
<project name="meta-toradex"
remote="toradex"
revision="eca5937408c75a997b160bd1b92e1496b07421cf"
revision="485643678b2d39d37b1cc9d1aa2200bb934b08de"
path="sources/meta-toradex"
groups="notdefault,external,toradex"/>
<project name="meta-tibidabo"
......
......@@ -56,7 +56,7 @@ BUILDDIRECTORY=${BUILDDIRECTORY:-build-${MACHINE}}
if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
case ${MACHINE} in
apalis-imx6|colibri-imx6|colibri-vf)
apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7)
LAYERSCONF="bblayers.conf.toradex.sample"
;;
imx6qsabresd|imx6dlsabresd|nitrogen6x|imx7dsabresd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment