From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 63D4BE0077E; Tue, 17 Feb 2015 09:08:20 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.146.13 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D8E12E00757 for ; Tue, 17 Feb 2015 09:08:17 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.9/8.14.5) with ESMTP id t1HH81lk003995 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 17 Feb 2015 09:08:01 -0800 (PST) Received: from [128.224.56.48] (128.224.56.48) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.174.1; Tue, 17 Feb 2015 09:08:01 -0800 Message-ID: <54E37552.9020108@windriver.com> Date: Tue, 17 Feb 2015 12:07:30 -0500 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Alexandru Vaduva , "yocto@yoctoproject.org" References: In-Reply-To: Subject: Re: meta-oracle-java error when building a recipe X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 17:08:20 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 15-02-17 11:17 AM, Alexandru Vaduva wrote: > When trying to build 'oracle-jse-jdk' from meta-oracle-java layer I found this errors. > ERROR: Nothing PROVIDES 'oracle-jse-jdk' > ERROR: oracle-jse-jdk was skipped: True > > bitbake-layers show-recipes | grep "oracle-" > Parsing recipes..done. > oracle-jse-jdk: > meta-oracle-java 1.7.0 (skipped) > oracle-jse-jre: > meta-oracle-java 1.7.0 > Any idea of why this recipe is skipped? There's a built in skip based on the architecture of your build. What exact config are you using ? Bruce > > > Alex Vaduva > >