From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipxe/
Date: Sun, 30 Aug 2015 01:06:25 +0000 (UTC) [thread overview]
Message-ID: <1440896778.92b46cdf59c50da67d0f4002e38e74b8615c59a7.vapier@gentoo> (raw)
commit: 92b46cdf59c50da67d0f4002e38e74b8615c59a7
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 01:06:11 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 01:06:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b46cdf
sys-firmware/ipxe: add USE=lkrn support #508654
sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild | 7 ++++---
sys-firmware/ipxe/metadata.xml | 1 +
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
index dd7b146..631f90f 100644
--- a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
+++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
@@ -16,10 +16,9 @@ SRC_URI="https://git.ipxe.org/ipxe.git/snapshot/${GIT_REV}.tar.bz2 -> ${P}-${GIT
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="iso +qemu undi usb vmware"
+IUSE="iso lkrn +qemu undi usb vmware"
-DEPEND="sys-devel/make
- dev-lang/perl
+DEPEND="dev-lang/perl
sys-libs/zlib
iso? (
sys-boot/syslinux
@@ -81,6 +80,7 @@ src_compile() {
use iso && ipxemake bin/ipxe.iso
use undi && ipxemake bin/undionly.kpxe
use usb && ipxemake bin/ipxe.usb
+ use lkrn && ipxemake bin/ipxe.lkrn
}
src_install() {
@@ -93,4 +93,5 @@ src_install() {
use iso && doins bin/*.iso
use undi && doins bin/*.kpxe
use usb && doins bin/*.usb
+ use lkrn && doins bin/*.lkrn
}
diff --git a/sys-firmware/ipxe/metadata.xml b/sys-firmware/ipxe/metadata.xml
index 6f1c5ab..0e634e2 100644
--- a/sys-firmware/ipxe/metadata.xml
+++ b/sys-firmware/ipxe/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<use>
<flag name='iso'>Build a bootable ISO for using PXE</flag>
+ <flag name='lkrn'>Build a linux kernel bootable file for using with grub/etc...</flag>
<flag name='usb'>Build a bootable USB image for using PXE</flag>
<flag name='undi'>Build a Universal Network Device Interface driver
chainloading your existing PXE NIC into iPXE</flag>
next reply other threads:[~2015-08-30 1:06 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-30 1:06 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-30 1:09 [gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipxe/ Mike Frysinger
2016-04-19 20:05 Ian Stakenvicius
2016-06-21 4:33 Mike Frysinger
2016-06-21 4:33 Mike Frysinger
2016-06-21 4:33 Mike Frysinger
2016-06-21 6:24 Mike Frysinger
2016-06-23 14:30 Mike Frysinger
2016-12-20 13:29 Tobias Klausmann
2018-02-12 0:01 Matthias Maier
2018-02-12 0:01 Matthias Maier
2018-06-10 3:41 Matthias Maier
2018-06-17 23:29 Thomas Deutschmann
2018-06-23 13:48 Mikle Kolyada
2019-07-28 20:20 Matthias Maier
2019-08-18 21:51 Agostino Sarubbo
2019-08-19 11:37 Agostino Sarubbo
2020-08-19 22:40 Sam James
2020-11-07 3:49 Georgy Yakovlev
2020-12-18 9:00 Michał Górny
2021-04-05 1:06 Matthias Maier
2021-04-24 16:51 David Seifert
2021-04-24 16:51 David Seifert
2021-05-16 0:03 Sam James
2021-05-16 23:43 Sam James
2021-05-17 7:47 Agostino Sarubbo
2021-05-17 7:49 Agostino Sarubbo
2022-01-23 8:05 Yixun Lan
2022-05-19 12:19 WANG Xuerui
2022-09-24 20:52 Andreas Sturmlechner
2023-06-18 3:01 Matthias Maier
2023-06-18 3:47 Matthias Maier
2023-07-15 7:14 David Seifert
2023-07-15 7:39 David Seifert
2023-08-17 7:49 Andrew Ammerlaan
2024-01-07 17:19 Andrew Ammerlaan
2024-07-03 21:08 Matthias Maier
2024-11-02 12:46 Joonas Niilola
2024-11-02 12:46 Joonas Niilola
2025-01-06 3:24 Sam James
2025-01-06 3:24 Sam James
2025-01-06 3:32 Sam James
2025-01-06 4:16 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440896778.92b46cdf59c50da67d0f4002e38e74b8615c59a7.vapier@gentoo \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox