diff options
| -rw-r--r-- | meta/packages/kexec/kexec-tools.inc | 13 | ||||
| -rw-r--r-- | meta/packages/kexec/kexec-tools_1.101.bb | 15 |
2 files changed, 15 insertions, 13 deletions
diff --git a/meta/packages/kexec/kexec-tools.inc b/meta/packages/kexec/kexec-tools.inc new file mode 100644 index 0000000000..f806e71480 --- /dev/null +++ b/meta/packages/kexec/kexec-tools.inc | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | LICENSE = "GPL" | ||
| 6 | DEPENDS = "virtual/kernel zlib" | ||
| 7 | |||
| 8 | inherit autotools | ||
| 9 | |||
| 10 | |||
| 11 | SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ | ||
| 12 | file://kexec-tools-arm.patch;patch=1 \ | ||
| 13 | file://kexec-arm-atags.patch;patch=1" | ||
diff --git a/meta/packages/kexec/kexec-tools_1.101.bb b/meta/packages/kexec/kexec-tools_1.101.bb index d152a678ed..f74c7bcd83 100644 --- a/meta/packages/kexec/kexec-tools_1.101.bb +++ b/meta/packages/kexec/kexec-tools_1.101.bb | |||
| @@ -1,16 +1,5 @@ | |||
| 1 | DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" | 1 | require kexec-tools.inc |
| 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 = "r3" | ||
| 8 | |||
| 9 | inherit autotools | ||
| 10 | |||
| 11 | export LDFLAGS = "-L${STAGING_LIBDIR}" | 2 | export LDFLAGS = "-L${STAGING_LIBDIR}" |
| 12 | EXTRA_OECONF = " --with-zlib=yes" | 3 | EXTRA_OECONF = " --with-zlib=yes" |
| 13 | 4 | ||
| 14 | SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ | 5 | PR = "r5" |
| 15 | file://kexec-tools-arm.patch;patch=1 \ | ||
| 16 | file://kexec-arm-atags.patch;patch=1" | ||
