summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2018-09-25 16:42:12 -0700
committerRoman Kiryanov <rkir@google.com>2018-09-25 16:42:12 -0700
commit912ae4ebdee05699b4cd592bc0fd24851a49b59b (patch)
tree1b196e54bb2e0cd5874ad7014dc5461e39f4559e
parentde9c22e6d01c2859788d77124bdf0c20a7dfcd4b (diff)
downloadqemu-kernel-912ae4ebdee05699b4cd592bc0fd24851a49b59b.tar.gz
Add symlinks to the current kernel version
These symblinks will be used to switch kernel version instead of changing build files. Bug: 116664338 Test: none Change-Id: I143dc1094ca69b29d6d06ba63a65dd5d03648ce7 Signed-off-by: Roman Kiryanov <rkir@google.com>
l---------x86/current1
l---------x86_64/current1
2 files changed, 2 insertions, 0 deletions
diff --git a/x86/current b/x86/current
new file mode 120000
index 0000000..899dd4f
--- /dev/null
+++ b/x86/current
@@ -0,0 +1 @@
+4.9 \ No newline at end of file
diff --git a/x86_64/current b/x86_64/current
new file mode 120000
index 0000000..30a59a8
--- /dev/null
+++ b/x86_64/current
@@ -0,0 +1 @@
+4.4 \ No newline at end of file