From bda5e004b96afb928ee49ff8529c1407386ba1f2 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 13 Jun 2014 11:52:30 +0300 Subject: toradex: enable FunctionFS module needed for adb Change-Id: I03f91962dc8f3a1e62118a486e8112f662dc5063 Reviewed-by: Kalle Viironen --- recipes/linux/linux-toradex-fsl_git.bbappend | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes/linux/linux-toradex-fsl_git.bbappend diff --git a/recipes/linux/linux-toradex-fsl_git.bbappend b/recipes/linux/linux-toradex-fsl_git.bbappend new file mode 100644 index 0000000..adee8c4 --- /dev/null +++ b/recipes/linux/linux-toradex-fsl_git.bbappend @@ -0,0 +1,26 @@ +############################################################################# +## +## 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://qt.digia.com/contact-us. +## +## +## $QT_END_LICENSE$ +## +############################################################################# + +config_script () { + # FunctionFS for adb + echo "CONFIG_USB_FUNCTIONFS=m" >> ${S}/.config +} -- cgit v1.2.3-54-g00ecf