From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 3718473178 for ; Thu, 11 Feb 2016 12:19:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1BCJuXf026185; Thu, 11 Feb 2016 12:19:56 GMT 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 NEazhaWkxvHs; Thu, 11 Feb 2016 12:19:56 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1BCJs2o026173 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 11 Feb 2016 12:19:55 GMT Message-ID: <1455193194.16142.258.camel@linuxfoundation.org> From: Richard Purdie To: Mike Crowe , openembedded-core Date: Thu, 11 Feb 2016 12:19:54 +0000 In-Reply-To: <1455192722.16142.256.camel@linuxfoundation.org> References: <1455192722.16142.256.camel@linuxfoundation.org> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH] ptest-runner2: Explicitly set EXTRA_OEMAKE as required X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 12:19:56 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2016-02-11 at 12:12 +0000, Richard Purdie wrote: > This recipe currently relies on EXTRA_OEMAKE having been set to > "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make > this > explicit so that the default in bitbake.conf can be change > > Signed-off-by: Richard Purdie Sorry, ignore this one as it was caused my stale changes in a local branch. Cheers, Richard