summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-10-28 18:31:55 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2014-10-28 18:31:55 +0000
commit72893e343ed7d45de2b94157918bd08adb0792d4 (patch)
tree9e843732c247c1c4d57a70d7c47d67b69e0a6b5c
parenta9d1f5582b46757e5d9b2d4df78fb671eb0ea8f1 (diff)
14.10: update kernel version numbers
Change-Id: Ic4f5b8f2d9e93350c17325d962326bbb92c23fb7 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt4
-rw-r--r--members/arm/android/images/armv8-juice-juno-lsk/HOWTO_install.txt4
-rw-r--r--members/arm/android/images/vexpress-lsk/HOWTO_releasenotes.txt2
-rw-r--r--members/arm/openembedded/juno-lsk/INSTALL.textile4
-rw-r--r--members/arm/openembedded/vexpress-lsk/README.textile2
5 files changed, 8 insertions, 8 deletions
diff --git a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index 85a6be0..9da4395 100644
--- a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -306,11 +306,11 @@ Start: 1
BDS 3086 ms
Total Time = 3352 ms
[ 0.000000] Initializing cgroup subsys cpu
-[ 0.000000] Linux version 3.10.52-05430-gf9207ea (jenkins-build@ip-10-40-47-27) (gcc version 4.9.2 20140811 (prerelease) (Linaro GCC 4.9-2014.08) ) #1 SMP Sun Sep 14 00:50:33 UTC 2014
+[ 0.000000] Linux version 3.10.55-05826-g893bc6c (jenkins-build@ip-10-40-95-198) (gcc version 4.9.x-google 20140827 (prerelease) (GCC) ) #1 SMP Sat Oct 25 17:59:15 UTC 2014
[ 0.000000] CPU: AArch64 Processor [410fd030] revision 0
[ 0.000000] Machine: Juno
-One important part of the output is the Linux version, shown above as 3.10.52-05430-gf9207ea. It is critical that you ensure you are booting Linux version 3.10.52-05409-g95383ee. If you are not, it may be that you have mis-cofigured your system and you should revise your configuration by repeating the steps above.
+One important part of the output is the Linux version, shown above as 3.10.55-05826-g893bc6c. It is critical that you ensure you are booting Linux version 3.10.55-05826-g893bc6c. If you are not, it may be that you have mis-cofigured your system and you should revise your configuration by repeating the steps above.
note: it is normal for the BDS to show a excessively long time to load the images. This is a known intermittent bug. It did not take such a long time to load.
diff --git a/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_install.txt b/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
index be170f0..693bc20 100644
--- a/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -304,11 +304,11 @@ Start: 1
BDS 3086 ms
Total Time = 3352 ms
[ 0.000000] Initializing cgroup subsys cpu
-[ 0.000000] Linux version 3.10.52-05430-gf9207ea (jenkins-build@ip-10-40-79-39) (gcc version 4.9 20140514 (prerelease) (GCC) ) #1 SMP Tue Sep 16 20:35:46 UTC 2014
+[ 0.000000] Linux version 3.10.55-05826-g893bc6c [snip]
[ 0.000000] CPU: AArch64 Processor [410fd030] revision 0
[ 0.000000] Machine: Juno
-One important part of the output is the Linux version, shown above as 3.10.52-05409-g95383ee. It is critical that you ensure you are booting Linux version 3.10.52-05409-g95383ee. If you are not, it may be that you have mis-cofigured your system and you should revise your configuration by repeating the steps above.
+One important part of the output is the Linux version, shown above as 3.10.55-05826-g893bc6c. It is critical that you ensure you are booting Linux version 3.10.55-05826-g893bc6c. If you are not, it may be that you have mis-cofigured your system and you should revise your configuration by repeating the steps above.
note: it is normal for the BDS to show a excessively long time to load the images. This is a known intermittent bug. It did not take such a long time to load.
diff --git a/members/arm/android/images/vexpress-lsk/HOWTO_releasenotes.txt b/members/arm/android/images/vexpress-lsk/HOWTO_releasenotes.txt
index 45ed58c..53310a5 100644
--- a/members/arm/android/images/vexpress-lsk/HOWTO_releasenotes.txt
+++ b/members/arm/android/images/vexpress-lsk/HOWTO_releasenotes.txt
@@ -10,7 +10,7 @@ p. This release includes Linaro Android Jelly Bean for both Versatile Express an
h2. About the TC2 Engineering Build
-This release is based on the Linux v3.10.52 kernel. As a consequence, almost all of the patches in the ARM Landing Team tree have been rebased and refactored to account for the latest upstream content.
+This release is based on the Linux v3.10.55 kernel. As a consequence, almost all of the patches in the ARM Landing Team tree have been rebased and refactored to account for the latest upstream content.
The TC2 CoreTile is the first example of a big.LITTLE system shipped by ARM and serves as a platform for development and test of big.LITTLE software. TC2 contains a tri-core Cortex-A7 cluster and a dual-core Cortex-A15 cluster linked using the CCI-400 coherent interconnect.
diff --git a/members/arm/openembedded/juno-lsk/INSTALL.textile b/members/arm/openembedded/juno-lsk/INSTALL.textile
index 8faa2f8..d3ea244 100644
--- a/members/arm/openembedded/juno-lsk/INSTALL.textile
+++ b/members/arm/openembedded/juno-lsk/INSTALL.textile
@@ -305,11 +305,11 @@ Start: 1
BDS 3650 ms
Total Time = 368934801789 ms
[ 0.000000] Initializing cgroup subsys cpu
-[ 0.000000] Linux version 3.10.52.0-1-linaro-lt-vexpress64 (buildslave@x86-64-07) (gcc version 4.8.3 20140401 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04) ) #1ubuntu1~ci+140823053732 SMP Sat Aug 23 05:38:15 UTC 2014
+[ 0.000000] Linux version 3.10.55.0-1-linaro-lt-vexpress64 (buildslave@x86-64-07) (gcc version 4.8.3 20140401 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04) ) #1ubuntu1~ci+141022094025 SMP Wed Oct 22 09:41:06 UTC 2014
[ 0.000000] CPU: AArch64 Processor [410fd030] revision 0
[ 0.000000] Machine: Juno
-One important part of the output is the Linux version, shown above as 3.10.52.0-1-linaro-lt-vexpress64. It is critical that you ensure you are booting Linux version 3.10.52.0-1-linaro-lt-vexpress64. If you are not, it may be that you have mis-cofigured your system and you should revise your configuration by repeating the steps above.
+One important part of the output is the Linux version, shown above as 3.10.55.0-1-linaro-lt-vexpress64. It is critical that you ensure you are booting Linux version 3.10.55.0-1-linaro-lt-vexpress64. If you are not, it may be that you have mis-cofigured your system and you should revise your configuration by repeating the steps above.
note: it is normal for the BDS to show a excessively long time to load the images. This is a known intermittent bug. It did not take such a long time to load.
diff --git a/members/arm/openembedded/vexpress-lsk/README.textile b/members/arm/openembedded/vexpress-lsk/README.textile
index 7528942..1c059b8 100644
--- a/members/arm/openembedded/vexpress-lsk/README.textile
+++ b/members/arm/openembedded/vexpress-lsk/README.textile
@@ -10,7 +10,7 @@ p. This release includes Linaro OpenEmbedded for both Versatile Express and Fast
h2. About the TC2 Engineering Build
-This release is based on the Linux v3.10.52 kernel. As a consequence, almost all of the patches in the ARM Landing Team tree have been rebased and refactored to account for the latest upstream content.
+This release is based on the Linux v3.10.55 kernel. As a consequence, almost all of the patches in the ARM Landing Team tree have been rebased and refactored to account for the latest upstream content.
The TC2 CoreTile is the first example of a big.LITTLE system shipped by ARM and serves as a platform for development and test of big.LITTLE software. TC2 contains a tri-core Cortex-A7 cluster and a dual-core Cortex-A15 cluster linked using the CCI-400 coherent interconnect.