From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from blaine.gmane.org (unknown [195.159.176.226]) by mail.openembedded.org (Postfix) with ESMTP id 4D12A60053 for ; Mon, 24 Apr 2017 06:32:27 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d2XXq-0006lG-5R for openembedded-devel@lists.openembedded.org; Mon, 24 Apr 2017 08:32:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org From: Koen Kooi Date: Mon, 24 Apr 2017 08:32:20 +0200 Message-ID: References: Mime-Version: 1.0 X-Complaints-To: usenet@blaine.gmane.org User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 In-Reply-To: Subject: Re: State of Java on OE X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 06:32:28 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Op 22-04-17 om 08:45 schreef Koen Kooi: > Op 22-04-17 om 00:25 schreef Steven Osborn: >> Is anyone using Java on OE devices right now? > > Me! > >> meta-java - no release branches. Seems to only be focused on master. >> I've had trouble even finding a revision that will compile on Morty. > > koen@beast:/build/v2016.12$ cat .repo/manifests/default.xml | grep java > revision="a265b31ec7d022be254abdf959360a7624208585" upstream="master"/> > > That generates an openjdk-8 good enough to run jenkins on x86-64, no > idea about other archs. I forgot to mention a annoying and stupid bug: if host and target match it will use host g++ to compile, which breaks in my case because that's gcc 4.9 which doesn't understand the dse flags the recipe is passing in. regards, Koen