Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 403870 Details for
Bug 521920
sys-boot/raspberrypi-firmware et al. bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
firmware-9999 to match -sources-9999 and userland-9999
raspberrypi-firmware-9999.ebuild (text/plain), 1.11 KB, created by
Philippe Trottier
on 2015-05-24 13:32:45 UTC
(
hide
)
Description:
firmware-9999 to match -sources-9999 and userland-9999
Filename:
MIME Type:
Creator:
Philippe Trottier
Created:
2015-05-24 13:32:45 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130815.ebuild,v 1.1 2013/08/15 18:29:55 xmw Exp $ > >EAPI=5 > >inherit cmake-utils git-r3 > >DESCRIPTION="Raspberry PI boot loader and firmware" >HOMEPAGE="https://github.com/raspberrypi/firmware" >SRC_URI="" > > >LICENSE="GPL-2 raspberrypi-videocore-bin" >SLOT="0" >KEYWORDS="~arm -*" >#IUSE="kernel firmware" > >DEPEND="" >RDEPEND="" > >EGIT_REPO_URI="https://github.com/raspberrypi/firmware" >QA_PRESTRIPPED="/boot/start{,_x,_cd,_db}.elf" >RESTRICT="binchecks,test,strip" > >src_configure() { :; } > >src_compile() { :; } > >pkg_preinst() { > if ! grep "${ROOT}boot" /proc/mounts >/dev/null 2>&1; then > ewarn "${ROOT}boot is not mounted, the files might not be installed at the right place" > fi >} > >src_install() { > dodir /boot > cp -r "${S}/boot" "${D}/" > dodir /lib/modules > cp -a "${S}/modules" "${D}/lib" ># SHould check if we have harpfp or softfp ># also these files are available from raspberrypi-userland > dodir /opt > cp -a "${S}/hardfp/opt" "${D}/" >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 521920
: 403870 |
403882