From patchwork Thu Sep 6 18:43:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] machine/tune: add tune-ppce300c3.inc Date: Thu, 06 Sep 2012 18:43:22 -0000 From: Bruce Ashfield X-Patchwork-Id: 36071 Message-Id: To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org Richard/Saul, I was asked to pick up the languishing yocto bug #1192, which tells us that the mpc8315 reference board was using the incorrect tuning. To fix this, I created a new tune-ppce300c3, which is based on the tune-ppce300c2. core-image-minimal, and core-image-sato builds have passed, as well as boot tests. During the sato build, I had to fix flac to not use altivec. The examples already in flac didn't seem to work, since my tuning override wasn't working. To fix it, I added DEFAULTTUNE to the OVERRIDES for the package and sato now builds. I'll follow this with a pull request for the yocto reference BSP. I'm by no means a tuning or powerpc expert, but to the best of my knowledge, this is what we want to do. Anyone more familiar with the board can feel free to comment :) Cheers, Bruce The following changes since commit 55d82fd07f6bded10333735a99fcb176b3d26e6f: stash: disable x11 for gdkpixbuf (2012-09-05 14:55:14 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/ppc-tune http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/ppc-tune Bruce Ashfield (1): conf/tune: add tune-ppce300c3 meta/conf/machine/include/tune-ppce300c3.inc | 11 +++++++++++ meta/recipes-multimedia/flac/flac_1.2.1.bb | 5 +++++ 2 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-ppce300c3.inc