From 21e7047381de0d16e4c3aab18bed6e41b9e09d0c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 23 Sep 2013 08:35:17 +0200 Subject: [PATCH] rpi-firmware: update to 546a928 git commit; drop GPU/CMA settings and use fw defaults. --- srcpkgs/rpi-firmware/files/config.txt | 7 ------- srcpkgs/rpi-firmware/template | 8 +++++--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/srcpkgs/rpi-firmware/files/config.txt b/srcpkgs/rpi-firmware/files/config.txt index 07481cd925..2402d14991 100755 --- a/srcpkgs/rpi-firmware/files/config.txt +++ b/srcpkgs/rpi-firmware/files/config.txt @@ -71,10 +71,3 @@ #core_freq=500 #sdram_freq=500 #over_voltage=6 - -gpu_mem_512=64 -gpu_mem_256=128 -cma_lwm=16 -cma_hwm=32 -cma_offline_start=16 - diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index a8106272b6..18eddc013c 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -1,9 +1,9 @@ # Template file for 'rpi-firmware' pkgname=rpi-firmware -version=20130913 +version=20130923 revision=1 -_githash="7d8a762" -short_desc="Firmware files for the Raspberry Pi (git commit: ${_githash})" +_githash="546a928" +short_desc="Firmware files for the Raspberry Pi (git ${_githash})" maintainer="Juan RP " license="Propietary -- see /usr/share/licences/${pkgname}/" homepage="https://github.com/raspberrypi/firmware" @@ -11,6 +11,8 @@ homepage="https://github.com/raspberrypi/firmware" do_fetch() { local url="git://github.com/raspberrypi/firmware.git" git clone --depth 1 $url ${pkgname}-${version} + cd ${pkgname}-${version} + git checkout ${_githash} } do_install() {