From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F07CDE0173C for ; Wed, 30 Oct 2013 07:06:14 -0700 (PDT) Received: by mail-pd0-f175.google.com with SMTP id g10so1004907pdj.20 for ; Wed, 30 Oct 2013 07:06:14 -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=O2FGTkfHombGWUe7ijjEgSs0EB3l3lghUutw+/UhiUg=; b=LeubLHN+4EL9Jck00RioLRlPvvfE5swSZHnko7J1H+iK3I79gfhSpHoLWg/5vb+9U0 XpQykedoOH76GA4sLbp8ZBfYjHoS7N60PelkhZrdTa1sGJkOZbnBHt5qBxA6sawRX8/J wgdXh14WqQ0v+ztxTVCHhEfy2FGlHLAYht0YRgy+U9Q2GXo6UVAuZTI16InwO8R+ttqG A6ElQv5RdO0vqGbQzrHSBwF8pU+OWJpxZpkgbG4wg73ldtEZtzIvqYmgvyiHp66CRmOC LkGpddRb4JKbnMRW4jo3jjsCeSUyxrwxlN6atZEHn0bMAQtaYebOSlpYn23X78knJBTv rS/g== X-Gm-Message-State: ALoCoQlaVXJYVI4+88AVseQmFcZpVQ0e9iZDTVBSoAzDe5kHrQ2ArnJkN1iq+nukE/vJdkOTLliE X-Received: by 10.68.190.197 with SMTP id gs5mr5378408pbc.90.1383141974228; Wed, 30 Oct 2013 07:06:14 -0700 (PDT) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id ho3sm41646683pbb.23.2013.10.30.07.06.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Oct 2013 07:06:13 -0700 (PDT) Message-ID: <52711252.3030806@boundarydevices.com> Date: Wed, 30 Oct 2013 07:06:10 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Gary Thomas , meta-freescale@yoctoproject.org References: <52710C89.7030903@mlbassoc.com> In-Reply-To: <52710C89.7030903@mlbassoc.com> Subject: Re: [meta-fsl-arm-extra][PATCH] nitrogen6x.conf: Allow kernel provider override 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: Wed, 30 Oct 2013 14:06:16 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 10/30/2013 06:41 AM, Gary Thomas wrote: > This change lets the user override the choice of kernel in local.conf > Without it, there is no way to build any kernel, e.g. linux-imx, other > than the linux-boundary version. > > Signed-off-by: Gary Thomas > --- > conf/machine/nitrogen6x.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf > index dbf31c5..b292d75 100644 > --- a/conf/machine/nitrogen6x.conf > +++ b/conf/machine/nitrogen6x.conf > @@ -33,7 +33,7 @@ include conf/machine/include/tune-cortexa9.inc > SOC_FAMILY = "mx6:mx6q" > PREFERRED_PROVIDER_u-boot = "u-boot-boundary" > -PREFERRED_PROVIDER_virtual/kernel = "linux-boundary" > +PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary" > # Use SPI NOR U-Boot by default > IMAGE_BOOTLOADER ?= "" Good catch Gary. I would warn folks that there are known omissions in the SABRE Lite code and no Nitrogen6X support in the other trees, but you should absolutely be able to override this, especially to use a custom tree, so... Acked-by: Eric Nelson