From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f181.google.com (mail-io0-f181.google.com [209.85.223.181]) by mail.openembedded.org (Postfix) with ESMTP id 410DD76E70 for ; Thu, 5 Nov 2015 16:27:31 +0000 (UTC) Received: by ioc74 with SMTP id 74so29637479ioc.2 for ; Thu, 05 Nov 2015 08:27:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=qV+gwvsK7u6vwkXAUMV+xblriYW5iXruPSJw3mjed/E=; b=havqm0xzD2ZO+uYRPHZFYcclM/JZ39MgYC/qmnZdzHbfmqEwfULhupikqbOQk6Dcfk E3sgyM/2blm+Lwixdbvf3bBFpn1TjRuot8GjtQu4Poch+2chYZBucYOg3JX9/QccScbI jJzVt9Em7jzjaAIQoR/VbkAk2+wh8KwX1WmkkNEi1HU/gs6HqoLo3IFf5VPYaC2VWNi/ iPvhJwTCuUo9vA3SRummbNG39u3UiEuauNUNimFpH0kCQzxr/0sVBkX5hv+ZGAax1rmO w0Q+c/cuXr0l1f0/igshrcZyG4IDc+j/uNuPOTSS6up45dsLAQJf0cVwvXeJPnNuW6Gc o+VQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kergoth_com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=qV+gwvsK7u6vwkXAUMV+xblriYW5iXruPSJw3mjed/E=; b=eukjD3kfZepriEC1VkVeNynlr/UiCb+EEb2zv56L8T1Fb+ngb44A8cslnsVR07vjZp TyeDIDCz3wFdGZDxIKHS/Jo81VXqaImfKxEpyEwkLeo/h7F/yjpYLumuhAKZRK41bslw /2do/h/12VwAHg+XKUBe4z9X6UkoDqG/0bTaIWFjeyAEEtsiCzFl01gjJkRE/4CkS544 vTd0Lp1wkkBYgizaImw4VLQ4qbEwXTcfqoP9kuKnJ2lDqQUuceX+/JqMhguH101ahtiN HGQ8ireVZqF+vYPlnuj4hafMQ+OZNZeYesUgYtjlaiulbz3EBIn4mUBwruOs2GiYIdb2 uRPg== X-Received: by 10.107.1.83 with SMTP id 80mr10464272iob.83.1446740851878; Thu, 05 Nov 2015 08:27:31 -0800 (PST) MIME-Version: 1.0 Sender: kergoth@gmail.com Received: by 10.79.93.7 with HTTP; Thu, 5 Nov 2015 08:27:12 -0800 (PST) In-Reply-To: <37C467A4-7065-4F95-B666-94ABB1E7248B@gmail.com> References: <1446734821-6011-1-git-send-email-mac@mcrowe.com> <37C467A4-7065-4F95-B666-94ABB1E7248B@gmail.com> From: Christopher Larson Date: Thu, 5 Nov 2015 09:27:12 -0700 X-Google-Sender-Auth: OEuF7VhRnJ3KzR_JirhYr6d51pY Message-ID: To: Khem Raj Cc: Mike Crowe , Patches and discussions about the oe-core layer Subject: Re: [PATCH] bitbake.conf, module.bbclass: Support opting out of legacy EXTRA_OEMAKE 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, 05 Nov 2015 16:27:32 -0000 Content-Type: multipart/alternative; boundary=001a113968d48ef0f20523cd9a50 --001a113968d48ef0f20523cd9a50 Content-Type: text/plain; charset=UTF-8 On Thu, Nov 5, 2015 at 9:23 AM, Khem Raj wrote: > > On Nov 5, 2015, at 6:47 AM, Mike Crowe wrote: > > > > export MAKE = "make" > > -EXTRA_OEMAKE = "-e MAKEFLAGS=" > > +EXTRA_OEMAKE_LEGACY = "-e MAKEFLAGS=" > > +EXTRA_OEMAKE = "${EXTRA_OEMAKE_LEGACY}" > > may be this should be a weak assignment. That's the habit, but this is bitbake.conf. Anything a recipe does will be long after this. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics --001a113968d48ef0f20523cd9a50 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On Thu, Nov 5, 2015 at 9:23 AM, Khem Raj <raj.khem@gmail.com> wrote:
> On Nov 5,= 2015, at 6:47 AM, Mike Crowe <mac@mcr= owe.com> wrote:
>
> export MAKE =3D "make"
> -EXTRA_OEMAKE =3D "-e MAKEFLAGS=3D"
> +EXTRA_OEMAKE_LEGACY =3D "-e MAKEFLAGS=3D"
> +EXTRA_OEMAKE =3D "${EXTRA_OEMAKE_LEGACY}"

may be this should be a weak assignment.

That&= #39;s the habit, but this is bitbake.conf. Anything a recipe does will be l= ong after this.
--
Christopher Larson=
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaur= us
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
--001a113968d48ef0f20523cd9a50--