From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7988FE00860; Thu, 6 Nov 2014 13:47:45 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.218.48 listed in list.dnswl.org] Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 046A1E0084E for ; Thu, 6 Nov 2014 13:47:40 -0800 (PST) Received: by mail-oi0-f48.google.com with SMTP id x69so1456960oia.35 for ; Thu, 06 Nov 2014 13:47:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ceLGXXf/UFWzboBsKbGSs6VgBwmLKw3TJ0iIJPMEQQU=; b=NK/hbUAB+qhczJQg6GYtRCUAXKX1HPbjrME0wNtRt4SZYthfrXz3gLFgBSGFoprCXX tK1aqelLIcwFkxG5UKTMKgtgwEBBO1Sf6a6liOGv+qULlzH8jN8vPouzLdBQtdcTxHVw hM8Ch9M62BVAHWVXIysvgl9GHu2VePNe01kgIbbZ/Cx+HzcrG8Q13nIUqaJjVHXl1GdR uAbjI6dYBsS8JZIFAMSeSYq+7W7nyG6u9R0IiGngKPqjuUX7/sPNKyN27TJS9bKenAjc quiB/DdXROlzYpt1e51oFFnuNLJ6/WlKXX1hQFl1MBGY0vJbZBCPQGw0QTwpnshYERHt Royg== X-Gm-Message-State: ALoCoQlAhf2H1bOsJ99MiZ1XXZ/AuaQ8YFKhErD05lZhDmLIzou14hkTeqZrJB/eo/pN0PSHOA/g X-Received: by 10.60.81.131 with SMTP id a3mr3225095oey.81.1415310459827; Thu, 06 Nov 2014 13:47:39 -0800 (PST) Received: from [192.168.0.167] (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id cy12sm3056268oec.5.2014.11.06.13.47.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Nov 2014 13:47:39 -0800 (PST) Message-ID: <545BEC78.10205@boundarydevices.com> Date: Thu, 06 Nov 2014 14:47:36 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Philippe BALLEYDIER References: <31DEF1477DD8ED418B35D5485DECBE6F010DBB42@SRV-MAIL1.dom-rbe.local>, , <31DEF1477DD8ED418B35D5485DECBE6F010DF984@SRV-MAIL1.dom-rbe.local> <31DEF1477DD8ED418B35D5485DECBE6F010DFBA6@SRV-MAIL1.dom-rbe.local> <545B99EC.9000301@boundarydevices.com> In-Reply-To: <545B99EC.9000301@boundarydevices.com> Cc: "meta-freescale@yoctoproject.org" Subject: Re: What image should I build on the SabreLite? X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2014 21:47:45 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hi Philippe, On 11/06/2014 08:55 AM, Eric Nelson wrote: > Hi Philippe, > > Sorry for the delayed response. > > On 11/06/2014 02:31 AM, Philippe BALLEYDIER wrote: >> Hi >> >> i'm still stuck with this problem. >> Any ideas? >> >> Best regards >> ________________________________________ >> De : meta-freescale-bounces@yoctoproject.org [meta-freescale-bounces@yoctoproject.org] de la part de Philippe BALLEYDIER [PBalleydier@visionsystems.fr] >> Envoyé : mercredi 5 novembre 2014 09:42 >> À : Eric Nelson >> Cc : meta-freescale@yoctoproject.org >> Objet : Re: [meta-freescale] What image should I build on the SabreLite? >> >> So i switched to the dizzy branch. I've build fsl-image-multimedia-full so i can have most of the gstreamer plugins i need. >> How do i include CONFIG_USB_AUDIO to the kernel defconfig? I found multiple defconfig files, which one is the good one? >> I think you can configure the kernel using "bitbake -c menuconfig": ~/yocto/build$ bitbake -c menuconfig linux-boundary Device Drivers > Sound card support > Advanced Linux Sound Architecture > USB sound devices * USB Audio/MIDI driver You can also just add CONFIG_USB_AUDIO to the file sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig Regards, Eric