mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
kexec-tools: merged unification from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4201 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
meta/packages/kexec/kexec-tools.inc
Normal file
13
meta/packages/kexec/kexec-tools.inc
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel"
|
||||||
|
AUTHOR = "Eric Biederman"
|
||||||
|
HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
|
||||||
|
SECTION = "kernel/userland"
|
||||||
|
LICENSE = "GPL"
|
||||||
|
DEPENDS = "virtual/kernel zlib"
|
||||||
|
|
||||||
|
inherit autotools
|
||||||
|
|
||||||
|
|
||||||
|
SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
|
||||||
|
file://kexec-tools-arm.patch;patch=1 \
|
||||||
|
file://kexec-arm-atags.patch;patch=1"
|
||||||
@@ -1,16 +1,5 @@
|
|||||||
DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel"
|
require kexec-tools.inc
|
||||||
AUTHOR = "Eric Biederman"
|
|
||||||
HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
|
|
||||||
SECTION = "kernel/userland"
|
|
||||||
DEPENDS = "virtual/kernel zlib"
|
|
||||||
LICENSE = "GPL"
|
|
||||||
PR = "r3"
|
|
||||||
|
|
||||||
inherit autotools
|
|
||||||
|
|
||||||
export LDFLAGS = "-L${STAGING_LIBDIR}"
|
export LDFLAGS = "-L${STAGING_LIBDIR}"
|
||||||
EXTRA_OECONF = " --with-zlib=yes"
|
EXTRA_OECONF = " --with-zlib=yes"
|
||||||
|
|
||||||
SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
|
PR = "r5"
|
||||||
file://kexec-tools-arm.patch;patch=1 \
|
|
||||||
file://kexec-arm-atags.patch;patch=1"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user