From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 01E1DE00B21; Sun, 4 May 2014 06:58:49 -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.0 required=5.0 tests=RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.192.181 listed in list.dnswl.org] Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 16282E0049D for ; Sun, 4 May 2014 06:58:44 -0700 (PDT) Received: by mail-pd0-f181.google.com with SMTP id w10so5723610pde.40 for ; Sun, 04 May 2014 06:58:44 -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:references:in-reply-to:content-type :content-transfer-encoding; bh=qfct5VCZd8JdVVY0TiHdUBNdeWTRvlSKkzX8YU3amxQ=; b=XzcbLBo3mrxUIjKrJHfLltZh3hGclXN3UJXJ8lx2MAhiq09ojE8iK7m9hPutO+T+0A EaiDSHJ4AjRJeBPvDlf5oHHez+YAp1G5vuzvoCvRXIs9egym/By0/HBB3mZj+KYkJ4Ug FY+ToHVryd94YIMG3aM8yj9641KYAxiUf5hcPn7102Dm9w3O5pye6Jmo76nqOSqDlVLV mQqe0DlC1lIOQxlw8J34NwxYg9gL/vnKT/uSnOc2AR/qq4yt9MaqoewyvtQLa/X/msrp tSRdb9uyP9sxZJj0C+R5iE9FDLqnYQp4/wzlKfay195lrBgIDszkdpbtwIjX+SZQ4Xpg 1zog== X-Gm-Message-State: ALoCoQlkTyNZcCZgkqKpzfjHIq9KanZtdLVmFdFRzxULW0a6CuyAczpMrdTWU1gjKww7GzqruGhp X-Received: by 10.66.122.36 with SMTP id lp4mr59916661pab.82.1399211924264; Sun, 04 May 2014 06:58:44 -0700 (PDT) Received: from ?IPv6:2600:1011:b113:1fbf:213f:a927:7a86:243a? ([2600:1011:b113:1fbf:213f:a927:7a86:243a]) by mx.google.com with ESMTPSA id el14sm46149765pac.31.2014.05.04.06.58.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 04 May 2014 06:58:43 -0700 (PDT) Message-ID: <5366478F.9080505@boundarydevices.com> Date: Sun, 04 May 2014 06:58:39 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Gary Thomas , meta-freescale@yoctoproject.org References: <1399211349-5120-1-git-send-email-eric.nelson@boundarydevices.com> <5366460A.7020008@mlbassoc.com> In-Reply-To: <5366460A.7020008@mlbassoc.com> Subject: Re: [PATCH] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY 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, 04 May 2014 13:58:49 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Gary, On 05/04/2014 06:52 AM, Gary Thomas wrote: > On 2014-05-04 07:49, Eric Nelson wrote: >> The Nitrogen6x has options for i.MX6DL and i.MX6S, and >> without mx6dl in the SOC_FAMILY, Dual-Lite/Solo features >> of other components won't be built. >> >> >> >> >> -SOC_FAMILY = "mx6:mx6q" >> +SOC_FAMILY = "mx6::mx6dl:mx6q" > > Why two consecutive colons? > The short answer is that I'm copying from this patch, and I'm not sure precisely how this variable is used: https://github.com/Freescale/meta-fsl-arm-extra/commit/abc0a8e1 Regards, Eric