Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 444210 Details for
Bug 592212
sys-firmware/intel-microcode-20160714: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
intel-microcode version 2016-07-14
intel-microcode-20160714.ebuild (text/plain), 1.28 KB, created by
Shark
on 2016-08-26 22:57:00 UTC
(
hide
)
Description:
intel-microcode version 2016-07-14
Filename:
MIME Type:
Creator:
Shark
Created:
2016-08-26 22:57:00 UTC
Size:
1.28 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI="5" > >inherit toolchain-funcs > ># Find updates by searching and clicking the first link (hopefully it's the one): ># http://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File > >NUM="26156" >DESCRIPTION="Intel IA32/IA64 microcode update data" >HOMEPAGE="http://inertiawar.com/microcode/ https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}" >SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz" > >LICENSE="intel-ucode" >SLOT="0" >KEYWORDS="-* ~amd64 ~x86" >IUSE="initramfs monolithic +split-ucode" >REQUIRED_USE="|| ( initramfs monolithic split-ucode )" > >DEPEND="initramfs? ( sys-apps/iucode_tool )" >RDEPEND="!<sys-apps/microcode-ctl-1.17-r2" #268586 > >S=${WORKDIR} > >src_unpack() { > default > cp "${FILESDIR}"/intel-microcode2ucode.c ./ || die >} > >src_compile() { > if use initramfs ; then > iucode_tool --write-earlyfw=microcode.cpio microcode.dat || die > fi > > if use split-ucode ; then > tc-env_build emake intel-microcode2ucode > ./intel-microcode2ucode microcode.dat || die > fi >} > >src_install() { > insinto /lib/firmware > use initramfs && doins microcode.cpio > use monolithic && doins microcode.dat > use split-ucode && doins -r intel-ucode >}
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 592212
: 444210