From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f43.google.com (mail-oa0-f43.google.com [209.85.219.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 38C72E004EB for ; Sat, 16 Mar 2013 07:31:04 -0700 (PDT) Received: by mail-oa0-f43.google.com with SMTP id l10so4364675oag.30 for ; Sat, 16 Mar 2013 07:31:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=+2NiiOcOKClWGgYmFpCpebZiRuzkI/u9SI9lcoET2cQ=; b=nYNzvqB8oxyBS43V19hy2jSbANTlkkQN0uUcR4UF935k5OU39Kiaqkh8+sQeuixs4A uLPCuC9DmQd3LgeQr8DU4C5pTtBvnCmr4iFzw9yq9sDj+XG+JbAUO9R5gFMoJ69j3RZU A10tckwUGgcPYAGn9YZCFg4uGI/d7armp0YMQC5PenTa7HBt0QkY0xR9qy6lgvDl0/kH Wqf10T+jXjteMsQVgmmfrLk4PZUCQ8XwyZKmGZIdzN6GVA79I+s7SJJ8k3b4wdXU6ted AjSNVrsoFjqXh4NxGOzQCsps22QZ3Ddq7zO6/wrRpJR2O5pQXAeAZYgMIq6G8L1YmBgX rOBA== MIME-Version: 1.0 X-Received: by 10.60.13.65 with SMTP id f1mr4489138oec.87.1363444263591; Sat, 16 Mar 2013 07:31:03 -0700 (PDT) Sender: otavio.salvador@gmail.com Received: by 10.182.80.198 with HTTP; Sat, 16 Mar 2013 07:31:03 -0700 (PDT) In-Reply-To: <1363441542-5300-6-git-send-email-rjohnweber@gmail.com> References: <1363441542-5300-1-git-send-email-rjohnweber@gmail.com> <1363441542-5300-6-git-send-email-rjohnweber@gmail.com> Date: Sat, 16 Mar 2013 11:31:03 -0300 X-Google-Sender-Auth: 4ZIuKYOK2G-c0G7L8ktaC0pQA7c Message-ID: From: Otavio Salvador To: John Weber Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm-extra][PATCH] linux-firmware: add support for bcm4329 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: Sat, 16 Mar 2013 14:31:04 -0000 Content-Type: text/plain; charset=ISO-8859-1 On Sat, Mar 16, 2013 at 10:45 AM, John Weber wrote: > Adds linux-firmware bbappend recipe to provide support for the Broadcom > BCM4329 Wifi device. Also adds a .txt file for nvram support. > > Signed-off-by: John Weber Thinking about how it was done, I'd say you could do it: * Make this to split the binaries but without renaming it * Add a new recipe (let's say wandboard-wifi-support) which rdepends on the binary package and installs the .txt file for nvram as well. So we avoid to make linux-firmware machine specific. We cannot have more than one package with same contents in filesystem (without being different recipe name) so we'd need to complicate it a lot, using the extra recipe makes it easy. -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br