From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C4D731381F3 for ; Fri, 12 Jul 2013 10:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 344F0E0A10; Fri, 12 Jul 2013 10:02:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABF67E09FD for ; Fri, 12 Jul 2013 10:02:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B91AF33E9FD for ; Fri, 12 Jul 2013 10:02:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 57B25E468F for ; Fri, 12 Jul 2013 10:02:30 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1373623334.1d79ea8ec72a4562a23252d34623de5558a949ea.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: sys-kernel/raspberrypi-image/ X-VCS-Repository: dev/xmw X-VCS-Files: sys-kernel/raspberrypi-image/ChangeLog sys-kernel/raspberrypi-image/raspberrypi-image-3.2.27_p20121105-r1.ebuild X-VCS-Directories: sys-kernel/raspberrypi-image/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 1d79ea8ec72a4562a23252d34623de5558a949ea X-VCS-Branch: master Date: Fri, 12 Jul 2013 10:02:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f3a6e45d-360d-418d-920e-d2ced204c6d7 X-Archives-Hash: 9fc32822eae72efa3cd84bb69ae88b09 commit: 1d79ea8ec72a4562a23252d34623de5558a949ea Author: Michael Weber gentoo org> AuthorDate: Fri Jul 12 10:02:14 2013 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Jul 12 10:02:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=1d79ea8e Restrict binchecks and strip Package-Manager: portage-2.2.0_alpha187 Manifest-Sign-Key: 62EEF090 --- sys-kernel/raspberrypi-image/ChangeLog | 9 ++++-- .../raspberrypi-image-3.2.27_p20121105-r1.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/sys-kernel/raspberrypi-image/ChangeLog b/sys-kernel/raspberrypi-image/ChangeLog index c687904..a62feb8 100644 --- a/sys-kernel/raspberrypi-image/ChangeLog +++ b/sys-kernel/raspberrypi-image/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sys-kernel/raspberrypi-image -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*raspberrypi-image-3.2.27_p20121105-r1 (12 Jul 2013) + + 12 Jul 2013; Michael Weber + +raspberrypi-image-3.2.27_p20121105-r1.ebuild: + Restrict binchecks and strip + *raspberrypi-image-3.2.27_p20121105 (07 Nov 2012) 07 Nov 2012; Michael Weber @@ -19,4 +25,3 @@ 18 Jun 2012; Michael Weber +rbpi-image-3.1.9_p20120617.ebuild, +metadata.xml: Initial import - diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-3.2.27_p20121105-r1.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-3.2.27_p20121105-r1.ebuild new file mode 100644 index 0000000..dfce61b --- /dev/null +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-3.2.27_p20121105-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit versionator + +DESCRIPTION="Raspberry PI precompiled kernel and modules" +HOMEPAGE="https://github.com/raspberrypi/firmware" +SRC_URI="http://xmw.de/mirror/raspberrypi-firmware/${P}.tar.xz" + +LICENSE="GPL-2 raspberrypi-videocore-bin" +SLOT="0" +KEYWORDS="~arm -*" +IUSE="" + +S=${WORKDIR} + +RESTRICT="binchecks strip" + +src_install() { + MY_PV=$(get_version_component_range 1-3)+ + insinto /boot + newins boot/kernel.img kernel-${MY_PV}.img + newins boot/kernel_cutdown.img kernel-${MY_PV}_cutdown.img + newins boot/kernel_emergency.img kernel-${MY_PV}_emergency.img + newins extra/System.map System-${MY_PV}.map + newins extra/System_cutdown.map System-${MY_PV}_cutdown.map + newins extra/System_emergency.map System-${MY_PV}_emergency.map + newins extra/Module.symvers Module-${MY_PV}.symvers + newins extra/Module_cutdown.symvers Module-${MY_PV}_cutdown.symvers + newins extra/Module_emergency.symvers Module-${MY_PV}_emergency.symvers + insinto /lib/modules + doins -r modules/${MY_PV} modules/${MY_PV/+/-cutdown+} +}