From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ve0-f177.google.com (mail-ve0-f177.google.com [209.85.128.177]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7A5BFE01474 for ; Sat, 16 Mar 2013 18:08:33 -0700 (PDT) Received: by mail-ve0-f177.google.com with SMTP id m1so3526200ves.22 for ; Sat, 16 Mar 2013 18:08:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=0PEti4gz/t+PgY8aRcK+0W/ge1HS7VX5fFx0Cxrmnr4=; b=aTPSo7EaKv11DFH0v6qOfGV5t1IdOdqx8Be+oVs19hi+qaSqOcU6SWUtG6lUDybEI1 W0+rs94gGrxh+Nxz9pyOStHq5KP1WYqJ+AJ8hUY6sQt2YiPjkc6JIOCooYInUaz8TCM9 YTxeehA4f8E3wZ+JLeS3kPfaQQ6TEK1U5GmmejFvOtmJf9Cw4om+RQqH3zq3juXKclFl im/r8HXh/GHWGpX2WK1Vka8S2xc8pyXGQ+7RLN04tG7oAhL3LMhpJdch6ays/87+LC25 2RVQPUbXwvdAOvhU+LjQBw7o8oaHeDnW4kdE6++bX6UjKKrH+NevOm0dFt8VZ6zReFgJ dX9w== X-Received: by 10.52.30.170 with SMTP id t10mr11697370vdh.4.1363482512929; Sat, 16 Mar 2013 18:08:32 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPS id qq6sm13845381vec.2.2013.03.16.18.08.31 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 Mar 2013 18:08:32 -0700 (PDT) Message-ID: <5145178F.5040106@gmail.com> Date: Sat, 16 Mar 2013 20:08:31 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: Otavio Salvador References: <1363441542-5300-1-git-send-email-rjohnweber@gmail.com> <1363441542-5300-2-git-send-email-rjohnweber@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm-extra][PATCH] linux-imx (3.0.35): remove staging driver for brcm80211 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: Sun, 17 Mar 2013 01:08:33 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sounds good. I'll do that in v2. On 3/16/13 9:39 AM, Otavio Salvador wrote: > On Sat, Mar 16, 2013 at 10:45 AM, John Weber wrote: >> Removes brcm80211 driver in drivers/staging. This is meant to be >> applied with a patch to add a backported driver from kernel v3.5 >> which is loaded into drivers/net/wireless. >> >> Signed-off-by: John Weber > > Personally I think the removal and addition of new driver could do in > a single shot in meta-fsl-arm-extra (so you'd still keep two patches > to apply but both here). > >> --- >> ...mx-3.0.35-remove-brcm80211-staging-driver.patch |123141 ++++++++++++++++++++ >> 1 files changed, 123142 insertions(+) >> create mode 100644 recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0003-linux-imx-3.0.35-remove-brcm80211-staging-driver.patch >> >> diff --git a/recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0003-linux-imx-3.0.35-remove-brcm80211-staging-driver.patch b/recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0003-linux-imx-3.0.35-remove-brcm80211-staging-driver.patch >> new file mode 100644 >> index 0000000..96d3ce1 >> --- /dev/null >> +++ b/recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0003-linux-imx-3.0.35-remove-brcm80211-staging-driver.patch >> @@ -0,0 +1,123141 @@ >> +From 748eb185cad62c456dcd316c941f9835520a946d Mon Sep 17 00:00:00 2001 >> +From: John Weber >> +Date: Sat, 9 Mar 2013 09:23:58 -0600 >> +Subject: [meta-fsl-arm-extra][PATCH 1/2] linux-imx (3.0.35): remove brcm80211 >> + staging driver > > The subject of internal patch is confusing as it is not for > meta-fsl-arm-extra ;-) > > One thing I noticed in this serie is that you didn't export the > patches with the order (PATCH X/Y) which is important so we know the > order to apply them. > >