diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-11-17 15:42:49 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-11-17 15:42:49 +0000 |
| commit | 713d414f3f0aea0b6ade0f0734ee530cb456eed2 (patch) | |
| tree | 6aa5969330f61f0b22b150804fb371fed0aafc54 /meta/packages/kexec/kexec-tools_1.101.bb | |
| parent | 941d957cb967145014f383db50eff714c03fb295 (diff) | |
| download | poky-713d414f3f0aea0b6ade0f0734ee530cb456eed2.tar.gz | |
Add kexec (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@871 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/kexec/kexec-tools_1.101.bb')
| -rw-r--r-- | meta/packages/kexec/kexec-tools_1.101.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/kexec/kexec-tools_1.101.bb b/meta/packages/kexec/kexec-tools_1.101.bb new file mode 100644 index 0000000000..fe2b5e1765 --- /dev/null +++ b/meta/packages/kexec/kexec-tools_1.101.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" | ||
| 2 | AUTHOR = "Eric Biederman" | ||
| 3 | HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/" | ||
| 4 | SECTION = "kernel/userland" | ||
| 5 | DEPENDS = "virtual/kernel zlib" | ||
| 6 | LICENSE = "GPL" | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | inherit autotools | ||
| 10 | |||
| 11 | EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR} -Wl,--rpath-link,${STAGING_LIBDIR} " | ||
| 12 | EXTRA_OECONF = " --with-zlib=${STAGING_LIBDIR}/.." | ||
| 13 | |||
| 14 | SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ | ||
| 15 | file://kexec-tools-arm.patch;patch=1 " | ||
