From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 73C3EE01358 for ; Tue, 3 Sep 2013 16:50:58 -0700 (PDT) Received: by mail-we0-f175.google.com with SMTP id q59so86560wes.20 for ; Tue, 03 Sep 2013 16:50:57 -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 :subject:content-type:content-transfer-encoding; bh=EzELpW87pYBB9ZohTFIkven3mQ0VyhMrXs4qkPgoUfA=; b=QUY6+zGnELYCMyhhTS7EOrkMYNs0ed7NYBDTHRdgGZaTP9zzg2sDzobDBucZxdmI3x YUMUqNnBfY5MF0P+51oGytI7r9jQR0scOQuQx/SuuJkyASq59TFsRMDI1Dv9a9nz9fJ3 HtDgFPX5ZfbKteAqvG0bt4YeisDkogP2azvX0U6QTHUl+VDFAIiZfkDc27RWYmBlMwxW 68y6JYU3M8ghM3E+KrIRVqAbxRLbWNUkOX54CZhJMNFYXDHOQKjvvOfLs/WX7SH/017t Anjhlx8BY/ljrmWim6dvOXFC0eo/HdVzR/USXAQMnVyukFstN12fTOq+aQ3F/P6U1ZyE mwDw== X-Gm-Message-State: ALoCoQnt2VweK5aemiHmmU8J4Y13V+h4vvFzmE0l83pAFBiQAhsz6yMMtTtVAcgXN6KWBU1msM/a X-Received: by 10.180.160.203 with SMTP id xm11mr3407068wib.17.1378250362333; Tue, 03 Sep 2013 16:19:22 -0700 (PDT) Received: from [192.168.0.50] (aig34-1-88-167-231-94.fbx.proxad.net. [88.167.231.94]) by mx.google.com with ESMTPSA id ey2sm28870768wib.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 03 Sep 2013 16:19:21 -0700 (PDT) Message-ID: <52266E77.2050505@vtkloud.com> Date: Wed, 04 Sep 2013 01:19:19 +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: "meta-freescale@yoctoproject.org" Subject: 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: Tue, 03 Sep 2013 23:51:06 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I'm sorry about that, but it's impossible to find the information anywhere: In many bb files you find some "PACKAGECONFIG" variables which are configure options, such as the following examples: meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb:PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb:PACKAGECONFIG[pulseaudio] = "--with-pulseaudio=dyn,--with-pulseaudio=no,pulseaudio," meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb:PACKAGECONFIG[alsa] = "--with-alsa=dyn,--with-alsa=no,alsa-lib," meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb:PACKAGECONFIG[wavpack] = "--with-wavpack=dyn,--with-wavpack=no,wavpack," How can I tell bitbake to use / not use such options? for instance if I want to build sox with wavpack and without pulseaudio ? There's probably something I should add somewhere in my local.conf, but I can't figure out what. Thanks ! Regards Jay