From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6F91DE007A2; Thu, 25 Sep 2014 21:38:12 -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=-0.2 required=5.0 tests=BAYES_00, SUBJ_OBFU_PUNCT_MANY autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.7 SUBJ_OBFU_PUNCT_MANY Punctuation-obfuscated Subject: header Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5A463E0076C for ; Thu, 25 Sep 2014 21:38:01 -0700 (PDT) Received: from [192.168.1.10] (c-68-38-40-177.hsd1.nj.comcast.net [68.38.40.177]) by smtp.webfaction.com (Postfix) with ESMTP id EA426229901B for ; Fri, 26 Sep 2014 04:38:00 +0000 (UTC) Message-ID: <5424EDA6.3070800@mindchasers.com> Date: Fri, 26 Sep 2014 00:37:58 -0400 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: linux-qoriq: why does t1040_64bit_smp_defconfig define CONFIG_ALTIVEC? 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: Fri, 26 Sep 2014 04:38:12 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, T1040 uses an E5500, and E5500 doesn't have ALTIVEC. However, the 64-bit def config file (configs/t1040_64bit_smp_defconfig) in the FSL Linux tree pulled by linux-qoriq recipe has CONFIG_ALTIVEC=y I assume I should submit a patch to remove this, but please let me know if I should be setting other configs in its place. I'll test it tomorrow if I can get some guidance overnight. Thanks, Bob