From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UHcZW-000125-6o for openembedded-core@lists.openembedded.org; Mon, 18 Mar 2013 17:06:09 +0100 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 18 Mar 2013 08:48:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,865,1355126400"; d="scan'208";a="308236083" Received: from unknown (HELO [10.255.12.246]) ([10.255.12.246]) by fmsmga002.fm.intel.com with ESMTP; 18 Mar 2013 08:48:52 -0700 Message-ID: <51473764.2090602@linux.intel.com> Date: Mon, 18 Mar 2013 08:48:52 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Laurentiu Palcu References: <1362558952-4483-1-git-send-email-laurentiu.palcu@intel.com> <5146A039.5030507@intel.com> <514732AB.6000502@linux.intel.com> <51473675.7000302@intel.com> In-Reply-To: <51473675.7000302@intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH v2 0/1] Rename mesa-dri recipe to mesa X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Mon, 18 Mar 2013 16:06:10 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 03/18/2013 08:44 AM, Laurentiu Palcu wrote: > > > On 03/18/2013 05:28 PM, Saul Wold wrote: >> On 03/17/2013 10:03 PM, Laurentiu Palcu wrote: >>> Ping! >>> >> >> I have been testing them in mutt, they might require a rebase and please >> ensure that this applies cleanly to oe-core > The patch did apply cleanly when it was sent... Also, I see the patches > already applied correctly in your mut branch > (http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/mut). What > other problems did you encounter? > Yes, it was in MUT, but master has since moved forward particularly with Tom's update to the bsp scripts. >> and separate out any >> non-oe-core to the poky part of the patch. > Which files are you referring to? I thought I already fixed that. > The scripts/bsp/substrate part of your patch, I think belongs in poky, not oe-core, please try to apply your patch against a straight oe-core, not poky repo. Thanks Sau! > Laurentiu > >> >> Thanks >> Sau! >> >> >>> On 03/06/2013 10:35 AM, Laurentiu Palcu wrote: >>>> Changes in v2: >>>> * squashed the commits into a single one to be easily bisectable; >>>> * removed FILESEXTRAPATHS references; >>>> * removed a file that had to go to poky ML; >>>> >>>> Thanks, >>>> Laurentiu >>>> >>>> Hi all, >>>> >>>> This patchset will rename the "mesa-dri" recipe to "mesa" and will replace >>>> all occurences to mesa-dri in recipes/configs. >>>> >>>> The changes and the upgrade path were tested on qemux86 and on an atom-pc >>>> ideapad s10-3t. No issues observed. >>>> >>>> For more info, as to why this was needed, go here: >>>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=3385 >>>> >>>> Thanks, >>>> Laurentiu >>>> >>>> >>>> Laurentiu Palcu (1): >>>> mesa: rename mesa-dri recipe to just mesa >>>> >>>> meta/conf/distro/include/default-providers.inc | 6 +++--- >>>> meta/conf/machine/include/ia32-base.inc | 4 ++-- >>>> meta/conf/machine/include/qemu.inc | 8 ++++---- >>>> meta/conf/machine/qemux86-64.conf | 8 ++++---- >>>> meta/conf/machine/qemux86.conf | 8 ++++---- >>>> meta/recipes-graphics/mesa/libglu_9.0.0.bb | 2 +- >>>> meta/recipes-graphics/mesa/mesa-common.inc | 5 +---- >>>> meta/recipes-graphics/mesa/mesa-git.inc | 1 - >>>> .../mesa/{mesa-dri.inc => mesa.inc} | 11 ++++++++--- >>>> .../mesa/{mesa-dri_9.0.2.bb => mesa_9.0.2.bb} | 2 +- >>>> .../mesa/{mesa-dri_git.bb => mesa_git.bb} | 5 ++--- >>>> meta/recipes-graphics/wayland/weston_1.0.3.bb | 6 +++--- >>>> .../recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +- >>>> .../arch/i386/conf/machine/{{=machine}}.conf | 2 +- >>>> .../arch/qemu/conf/machine/{{=machine}}.conf | 8 ++++---- >>>> 15 files changed, 39 insertions(+), 39 deletions(-) >>>> rename meta/recipes-graphics/mesa/{mesa-dri.inc => mesa.inc} (65%) >>>> rename meta/recipes-graphics/mesa/{mesa-dri_9.0.2.bb => mesa_9.0.2.bb} (75%) >>>> rename meta/recipes-graphics/mesa/{mesa-dri_git.bb => mesa_git.bb} (28%) >>>> >>> >>> _______________________________________________ >>> Openembedded-core mailing list >>> Openembedded-core@lists.openembedded.org >>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >>> >>> > >