From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9CB49E00930; Thu, 2 Apr 2015 01:36:38 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 27AECE008DC for ; Thu, 2 Apr 2015 01:36:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t328ZL1e007555; Thu, 2 Apr 2015 09:36:29 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2OxWAefV7L9F; Thu, 2 Apr 2015 09:36:29 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t328aCLw007582 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 2 Apr 2015 09:36:24 +0100 Message-ID: <1427963772.14020.391.camel@linuxfoundation.org> From: Richard Purdie To: Chen Qi Date: Thu, 02 Apr 2015 09:36:12 +0100 In-Reply-To: <51f203078603de36def6af7d6aa44415332add48.1427962523.git.Qi.Chen@windriver.com> References: <51f203078603de36def6af7d6aa44415332add48.1427962523.git.Qi.Chen@windriver.com> X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Cc: poky@yoctoproject.org Subject: Re: [PATCH 1/1] meta-yocto-bsp: add "core" to LAYERDEPENDS X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 08:36:38 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2015-04-02 at 16:16 +0800, Chen Qi wrote: > Add "core" to LAYERDEPENDS for 'yoctobsp' layer. Surely everything has this as an implied dependency? Cheers, Richard