From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f49.google.com (mail-bk0-f49.google.com [209.85.214.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 978BCE01206 for ; Wed, 4 Sep 2013 06:04:46 -0700 (PDT) Received: by mail-bk0-f49.google.com with SMTP id r7so155607bkg.22 for ; Wed, 04 Sep 2013 06:04:45 -0700 (PDT) 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=epEmukmiZ5G2eFrBBAmymWQYuGAgyuL2LyrKTMEo148=; b=j33Jq8n1k0tqu8NcujX/dyk9PSQLg9gCx3I0PhKK75R1carcQQ1Khyj096UR3efrau 38oWU2Zyogjf3wSUc92YwytGlvmXsIwnVMz1UO2QrMdZrYcOJ7dKyFLHyh+Iiv0iJiFi d9Yidpc2TTSSrMWbuFeXLxhDfUhfWag0JDiI1FYzlJidnfV3K4xohvgR1Pk2IzjFcZ/i xi6rk1qagiyYAeJdMV+gPyxX+G+/w0nfB4NUnVExJQ9EZOdBov+XkJZIEqq70bL/HKHX kHHxVcrOc0lUcqvvdFDfWizn4Jatl7PINnW8fBuNvFt1N8rCLiSTKV61uZOnyrSRyqQ6 nkHw== X-Gm-Message-State: ALoCoQmyFFizoH1NRppXTsGdQ/JsfeMHxH86N17q0Z9xe5CBMN8sppS/8L+J0kpPe8tRW+o9SWcF X-Received: by 10.204.226.135 with SMTP id iw7mr2442078bkb.4.1378299885614; Wed, 04 Sep 2013 06:04:45 -0700 (PDT) Received: from [172.24.63.121] ([94.103.137.126]) by mx.google.com with ESMTPSA id ku9sm6479107bkb.1.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Sep 2013 06:04:44 -0700 (PDT) Message-ID: <52272FE5.3090808@vtkloud.com> Date: Wed, 04 Sep 2013 15:04:37 +0200 From: JC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Daiane Angolini References: <52266E77.2050505@vtkloud.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: PACKAGECONFIG ? 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: Wed, 04 Sep 2013 13:04:50 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/09/2013 14:31, Daiane Angolini wrote: > I usually like to think that I'm not here to be expert, but to rise > experts. So, please, keep questions coming. Thanks :) > What you would do in local.conf is: > > PACKAGECONFIG_pn-sox = "alsa" > PACKAGECONFIG_pn-sox += "wavpack" Great!!! For information, I also figured that in my own layer I can use bbappend and tell: PACKAGECONFIG +="alsa wavpack" But that's a different need. Yours also make sense :) BTW, that was an example, I do not intend to do this, that was just a package to enlight my question :) Thanks !!! Regards JC