summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/kpatch/kpatch_git.bb
diff options
context:
space:
mode:
authorRuslan Bilovol <rbilovol@cisco.com>2018-02-01 18:34:18 +0200
committerArmin Kuster <akuster808@gmail.com>2018-02-11 11:52:54 -0800
commit6cb84a77bbf537651838bef88f84a55e239c2881 (patch)
treef7400071525ed66e0a33ba0071eb10875a07901f /meta-oe/recipes-kernel/kpatch/kpatch_git.bb
parentf75e11225f5f424abfb672d09728c60c61cd801f (diff)
downloadmeta-openembedded-6cb84a77bbf537651838bef88f84a55e239c2881.tar.gz
recipes-kernel: add kpatch dynamic kernel patching infrastructure
kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes Currently it is enabled and tested on x86-64 systems, although can be extended to PPC64 as well. Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/kpatch/kpatch_git.bb')
-rw-r--r--meta-oe/recipes-kernel/kpatch/kpatch_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch_git.bb b/meta-oe/recipes-kernel/kpatch/kpatch_git.bb
new file mode 100644
index 0000000000..e495e2882c
--- /dev/null
+++ b/meta-oe/recipes-kernel/kpatch/kpatch_git.bb
@@ -0,0 +1,11 @@
1require kpatch.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5SRCREV = "db6efbb8c7e90d2b761272cf563047119072768f"
6
7PV = "0.5.0+git${SRCPV}"
8
9S = "${WORKDIR}/git"
10
11BBCLASSEXTEND = "native nativesdk"