From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f175.google.com (mail-yk0-f175.google.com [209.85.160.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BB155E0091B for ; Tue, 25 Feb 2014 13:29:18 -0800 (PST) Received: by mail-yk0-f175.google.com with SMTP id 131so20392096ykp.6 for ; Tue, 25 Feb 2014 13:29:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=IqMXLqeJq5NrnrrUn4YS5LP1SqHf/1vErpwzpaVtxHk=; b=YbwhM8mnDsQAbMyM7+zOTwMB/HsdokjsAH4JDXvFqzLRygCf44EMzHGRVBMBTbAuoU jJzA9SoTEv+sXslRd0VLN2CdiVzk5yJk7PWYmbdp9ZejPkz7cwD8djTvEi3fkyqZRu+b 8l0hDIh/GL9u08qLdBnel2bnGVBc5Vy6r0DPFGWaCbx/HlSGCmrBfNclgXlcJ5kVTLIa PzoeWN06RHbJexrHgoc/oVvajy9OvV4Dy8Vsc0xVcjnQekNMK2AJ14gdk9RWvdvtdk7I UCIbOI6YFCmkjTKa4siaUIlF8G9czem82QsFByvhL9hLEH8ByAuNPzXjgR04trbT/1MD iFTQ== X-Received: by 10.236.113.244 with SMTP id a80mr2720111yhh.115.1393363757564; Tue, 25 Feb 2014 13:29:17 -0800 (PST) Received: from goober-2.local ([75.76.20.151]) by mx.google.com with ESMTPSA id m21sm12450561yhl.9.2014.02.25.13.29.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Feb 2014 13:29:16 -0800 (PST) Message-ID: <530D0B2B.7050006@gmail.com> Date: Tue, 25 Feb 2014 15:29:15 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: 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 21:29:18 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 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.