Add recipe for lttng-modules dsl
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 9 Mar 2015 13:49:28 +0000 (09:49 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 9 Mar 2015 13:49:28 +0000 (09:49 -0400)
lttng-modules/lttng-modules-dsl-master.sh [new file with mode: 0644]

diff --git a/lttng-modules/lttng-modules-dsl-master.sh b/lttng-modules/lttng-modules-dsl-master.sh
new file mode 100644 (file)
index 0000000..78b0cef
--- /dev/null
@@ -0,0 +1,10 @@
+# Recreate link to kernel source
+ln -s $WORKSPACE/linux-source /tmp/linux-source
+ln -s $WORKSPACE/linux-artifact /tmp/linux-artifact
+ln -s /tmp/linux-source /tmp/linux-artifact/source
+
+make KERNELDIR=/tmp/linux-artifact
+#make INSTALL_MOD_PATH="$PREFIX" modules_install
+rm -rf /tmp/linux-source
+rm -rf /tmp/linux-artifact
+
This page took 0.023158 seconds and 4 git commands to generate.