From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9FEFEE009E1; Mon, 18 May 2015 17:20:18 -0700 (PDT) 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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (festevam[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.160.173 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-yk0-f173.google.com (mail-yk0-f173.google.com [209.85.160.173]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 747EBE009D8 for ; Mon, 18 May 2015 17:20:12 -0700 (PDT) Received: by ykep21 with SMTP id p21so58549223yke.3 for ; Mon, 18 May 2015 17:20:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=BCK7C4R7cp1rfmaIXn4zD0GJ6lrjG3ZcOCtCsO/9NQM=; b=xIJVdDSMohrjn68i8+GY7tmaX0jRbTVsVPGnqSRYChMXXbiMvX3XsLiKT9MaYAiGf3 S+IEUi+VtSYzcJZfY0MIKk4weoSCVnPMAEXcL1pJYlK3FpJNp7deihlDO/vyoeu+HgYK egzvElSIxmC6lnEC5jLrYqWvyrUI7qVhNGOLN+QZnLG/RYUybEbXBvcXmbEe3UikfL1W JxTV3k4LN9deuaWPJv2rFcGJi9gQDlESHfcANpv72G03pxKKhgSn6DzaMD7SBHLajnuF rlRqCD/0NT6Jp4bU2aQxkXuxCkYemnBI0OwLIbDlEFF/HKCmE9PRGorrxFR3JuiwEQDB o3SQ== X-Received: by 10.236.231.67 with SMTP id k63mr24413414yhq.125.1431994810517; Mon, 18 May 2015 17:20:10 -0700 (PDT) Received: from localhost.localdomain ([179.159.11.148]) by mx.google.com with ESMTPSA id x45sm9849431yhx.52.2015.05.18.17.20.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 18 May 2015 17:20:09 -0700 (PDT) From: Fabio Estevam To: otavio@ossystems.com.br Date: Mon, 18 May 2015 21:19:58 -0300 Message-Id: <1431994798-5588-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 Cc: meta-freescale@yoctoproject.org, Fabio Estevam Subject: [PATCH][meta-fsl-arm] imx53qsb: Remove firmware and features list 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, 19 May 2015 00:20:18 -0000 From: Fabio Estevam imx53qsb does not have any Wifi and Bluetooth devices on-board, so remove the firmware and features list. Signed-off-by: Fabio Estevam --- conf/machine/imx53qsb.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf index 0e7349e..5fadd6e 100644 --- a/conf/machine/imx53qsb.conf +++ b/conf/machine/imx53qsb.conf @@ -15,7 +15,3 @@ PERF_FEATURES_ENABLE = "" KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb" UBOOT_MACHINE = "mx53loco_config" - -MACHINE_FIRMWARE = "linux-firmware-ar3k \ - linux-firmware-ath6k" -MACHINE_FEATURES += " wifi bluetooth" -- 1.9.1