From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 55E92E016E5 for ; Wed, 30 Oct 2013 06:41:15 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 0C7F2F8120F; Wed, 30 Oct 2013 07:41:15 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 911EEF8120E; Wed, 30 Oct 2013 07:41:14 -0600 (MDT) Message-ID: <52710C89.7030903@mlbassoc.com> Date: Wed, 30 Oct 2013 07:41:29 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org Subject: [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 13:41:15 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 ?= "" -- 1.7.9.5