Skip to content

Commit

Permalink
kernel bump: v4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Aug 31, 2015
1 parent da27e53 commit f22eaaa
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion patches/defconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.2.0-rc8 Kernel Configuration
# Linux/arm 4.2.0 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down
2 changes: 1 addition & 1 deletion patches/defconfig-bone
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.2.0-rc8 Kernel Configuration
# Linux/arm 4.2.0 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down
2 changes: 1 addition & 1 deletion patches/defconfig-lpae
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.2.0-rc8 Kernel Configuration
# Linux/arm 4.2.0 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down
2 changes: 1 addition & 1 deletion patches/example_imx_v6_v7_defconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.2.0-rc8 Kernel Configuration
# Linux/arm 4.2.0 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down
2 changes: 1 addition & 1 deletion patches/example_omap2plus_defconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.2.0-rc8 Kernel Configuration
# Linux/arm 4.2.0 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down
2 changes: 1 addition & 1 deletion patches/example_sunxi_defconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.2.0-rc8 Kernel Configuration
# Linux/arm 4.2.0 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down
2 changes: 1 addition & 1 deletion patches/example_tegra_defconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.2.0-rc8 Kernel Configuration
# Linux/arm 4.2.0 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down
2 changes: 1 addition & 1 deletion patches/ref_multi_v7_defconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.2.0-rc8 Kernel Configuration
# Linux/arm 4.2.0 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down
2 changes: 2 additions & 0 deletions tools/host_det.sh
Expand Up @@ -54,6 +54,8 @@ redhat_reqs () {

arch=$(uname -m)
if [ "x${arch}" = "xx86_64" ] ; then
pkg="ncurses-devel.x86_64"
check_rpm
pkg="ncurses-devel.i686"
check_rpm
pkg="libstdc++.i686"
Expand Down
4 changes: 2 additions & 2 deletions version.sh
Expand Up @@ -13,8 +13,8 @@ toolchain="gcc_linaro_gnueabihf_4_9"

#Kernel/Build
KERNEL_REL=4.2
KERNEL_TAG=${KERNEL_REL}-rc8
BUILD=armv7-devel-r46
KERNEL_TAG=${KERNEL_REL}
BUILD=armv7-devel-r47

#v4.X-rcX + upto SHA
#prev_KERNEL_SHA="ed596cde9425509ec6ce88e19f03e9b13b6f518b"
Expand Down

0 comments on commit f22eaaa

Please sign in to comment.