summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2018-11-01 11:30:39 -0700
committerRoman Kiryanov <rkir@google.com>2018-11-01 11:30:39 -0700
commit0e156a1ec0eceedd451e73a5b64a42d4f016cd57 (patch)
treec17503ebc89999382d8ee77936fa5a50dda136e1
parent0634f43fa51ccc9f8b022feec0dd3d77cc502245 (diff)
downloadqemu-kernel-0e156a1ec0eceedd451e73a5b64a42d4f016cd57.tar.gz
Add symlinks to the current kernel version for arm and mips
These symlinks allow configuring the current kernel version in one place instead of keeping it in build files. Bug: 117438872 Test: none Change-Id: Id141bfd74ad6bd57427f2b6b53efeb6dcc085099 Signed-off-by: Roman Kiryanov <rkir@google.com>
l---------arm/current1
l---------arm64/current1
l---------mips/current1
l---------mips64/current1
4 files changed, 4 insertions, 0 deletions
diff --git a/arm/current b/arm/current
new file mode 120000
index 0000000..55b698c
--- /dev/null
+++ b/arm/current
@@ -0,0 +1 @@
+3.18 \ No newline at end of file
diff --git a/arm64/current b/arm64/current
new file mode 120000
index 0000000..55b698c
--- /dev/null
+++ b/arm64/current
@@ -0,0 +1 @@
+3.18 \ No newline at end of file
diff --git a/mips/current b/mips/current
new file mode 120000
index 0000000..55b698c
--- /dev/null
+++ b/mips/current
@@ -0,0 +1 @@
+3.18 \ No newline at end of file
diff --git a/mips64/current b/mips64/current
new file mode 120000
index 0000000..55b698c
--- /dev/null
+++ b/mips64/current
@@ -0,0 +1 @@
+3.18 \ No newline at end of file