From patchwork Sun Jul 7 13:13:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 257323 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 0B23A2C009A for ; Sun, 7 Jul 2013 23:13:45 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 10DC8A0136; Sun, 7 Jul 2013 13:13:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pS9x5kD9Ncv1; Sun, 7 Jul 2013 13:13:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3EBB2A00EE; Sun, 7 Jul 2013 13:13:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 75F268F7AC for ; Sun, 7 Jul 2013 13:13:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 93B0E8B88D for ; Sun, 7 Jul 2013 13:13:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l05U1LFFyXpr for ; Sun, 7 Jul 2013 13:13:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 56F9A8B523 for ; Sun, 7 Jul 2013 13:13:37 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id n57so3025167wev.28 for ; Sun, 07 Jul 2013 06:13:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=PEhN+HVZ9Y7sRR3koMHLMGpUnPpTRSvFjqikHzgiO+0=; b=sbw/AMF33qDUttT84xu59yEoxbYfkr+dW0SyHH/uj8hPhIXff9i7HjAe1oecEHf24S xQ5r4XiXXDGlNd8RMm71G/Xtu+klsHYiNef2glH8G/JYx3NEBwcpMheIXleiLEbddiEf 6CsiHHtzRAIjg6lTCcpwjI1GLeBEK6zxkYfsAKH1y5u3BlphpTF1eEeRs6mePpXXGfu5 nRx0OYDeXsEj8YdjlkKdkXDPIhv/MMfDyg+scUDsjrEU44rJFfqMdDwgigknASPlROSH O6Za22fiIOK7bwFHSMiHOStFgejgvkO+yMty3YkTDVmmKNmjl94LVa2s9Om6F4RNgIXA TmCQ== X-Received: by 10.180.74.8 with SMTP id p8mr27231301wiv.32.1373202815434; Sun, 07 Jul 2013 06:13:35 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id r8sm36777482wiz.5.2013.07.07.06.13.33 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 07 Jul 2013 06:13:34 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 7 Jul 2013 15:13:23 +0200 Message-Id: X-Mailer: git-send-email 1.8.1.2 Cc: "Yann E. MORIN" Subject: [Buildroot] [pull request] Pull request for branch yem-misc-updates X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: "Yann E. MORIN" Hello All! Here is a small series that (again) bumps the RPi-related packages. Basically, there are a bunch of fixes in audio, GL, USB and raspi-cam, plus a few framebuffer optimisations. I'm not sure how inter-twinned the linux/firmware/userland bits are, so I've made three patches. They work nicely in this order for me, but YMMV, as they say. ;-) Regards, Yann E. MORIN. The following changes since commit 7cbebbc48c26ddfb18da23ffba356744a5592ea6: Add 'bc' in the mandatory dependencies (2013-07-05 15:30:43 +0200) are available in the git repository at: git://gitorious.org/buildroot/buildroot.git yem-misc-updates for you to fetch changes up to 2498afa0081e1da31f07adc355a2ac1b47bda093: package/rpi-userland: bump version (2013-07-07 15:01:45 +0200) ---------------------------------------------------------------- Yann E. MORIN (3): package/rpi-firmware: bump version config/rpi: bump kernel package/rpi-userland: bump version configs/rpi_defconfig | 2 +- package/rpi-firmware/rpi-firmware.mk | 2 +- package/rpi-userland/rpi-userland.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)