From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E5E30E0091F for ; Tue, 25 Feb 2014 14:10:58 -0800 (PST) Received: by mail-pa0-f42.google.com with SMTP id kl14so40765pab.29 for ; Tue, 25 Feb 2014 14:10:57 -0800 (PST) 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=zOiUCahuWd3H5HVZQR1Enyx0lzwg8msVLAhKy21qEGY=; b=b0gh00rs2Q/8h8A2690zUu6M6JiEjRUiAAiVIOm1XthG+HVF9yeSQG/mKmZCYfMh8j ooeztkJ6DQJrcNBz+9h8Z+NOgEw8Zu/XfAwP2QAJ1B1+iIZpRz6kP1LEtAagcMwkqYsU hknVjQNZzHPG9wL/vx82oanWE8e2VUmLtR6Lo796PodeXz5d54cQZMbycBG/Br97p8Wq +WJuBHCBKQRUdpl7fUrFVqzIJJLkLr1RNfvAFOkXOYBGaxt6xWqFFINRIZdWOPmBYse3 JF6Gf2tck+R4H/mGgBFzd2iuqPjMkAw6SvAGag0TExIt+V8bs8bi9xyzFdx4eQ6k4eM5 amcw== X-Gm-Message-State: ALoCoQkBbmVRjR7F4qn523X8lMODTGFYMQ/+IZy5nJ4Wdfv+F0nlMm8lVDD+s2a+bE2+om5xWY0F X-Received: by 10.66.145.166 with SMTP id sv6mr4287974pab.31.1393366257584; Tue, 25 Feb 2014 14:10:57 -0800 (PST) Received: from [192.168.0.53] ([63.226.49.26]) by mx.google.com with ESMTPSA id ha2sm14041248pbb.8.2014.02.25.14.10.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Feb 2014 14:10:56 -0800 (PST) Message-ID: <530D14ED.9070705@boundarydevices.com> Date: Tue, 25 Feb 2014 15:10:53 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: John Weber , "meta-freescale@yoctoproject.org" References: <530D0B2B.7050006@gmail.com> In-Reply-To: <530D0B2B.7050006@gmail.com> Subject: Re: Using a defconfig refers to an in-tree defconfig file 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, 25 Feb 2014 22:10:59 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi John, On 02/25/2014 02:29 PM, John Weber wrote: > I thought I would bounce this one of the mailing list. > > Is there any reason why we shouldn't simply use the defconfig from the > kernel tree if appropriate? > > We would do this by the defconfig file in the recipe refer to a filename > in the kernel tree. For example, in the file > recipes-kernel/linux/linux-wandboard-3.10.17/defconfig would be a single > line: > > use-kernel-config=wandboard_defconfig > In general, +1 from our end. The primary down-side is that the Yocto needs may differ from other distributions, but then again, any particular user will likely want to tweak a bit anyway. > I've tested this already and it works. > > As many of the kernels being used here are managing their own defconfigs > in-tree, they are forced to keep the defconfig in the metadata in-sync. > > This would be a way to remove that requirement. > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale