From b06eda57d7f57e607e9e4e6125ea6c5caf3775c2 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Sun, 10 Jul 2016 22:49:36 -0500 Subject: [PATCH] 4.7-rc7-bone0 release Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- patches/defconfig | 2 +- patches/defconfig-bone | 2 +- patches/ref_omap2plus_defconfig | 2 +- version.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/patches/defconfig b/patches/defconfig index b456fe93a..7e8ba1e8e 100644 --- a/patches/defconfig +++ b/patches/defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.7.0-rc6 Kernel Configuration +# Linux/arm 4.7.0-rc7 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y diff --git a/patches/defconfig-bone b/patches/defconfig-bone index 78565c5fe..04f1570e8 100644 --- a/patches/defconfig-bone +++ b/patches/defconfig-bone @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.7.0-rc6 Kernel Configuration +# Linux/arm 4.7.0-rc7 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y diff --git a/patches/ref_omap2plus_defconfig b/patches/ref_omap2plus_defconfig index dd63f3e8c..ac515d97b 100644 --- a/patches/ref_omap2plus_defconfig +++ b/patches/ref_omap2plus_defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.7.0-rc6 Kernel Configuration +# Linux/arm 4.7.0-rc7 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y diff --git a/version.sh b/version.sh index e3b7f0ab2..082e2de19 100644 --- a/version.sh +++ b/version.sh @@ -24,7 +24,7 @@ toolchain="gcc_linaro_gnueabihf_5" #Kernel/Build KERNEL_REL=4.7 -KERNEL_TAG=${KERNEL_REL}-rc6 +KERNEL_TAG=${KERNEL_REL}-rc7 BUILD=${build_prefix}0 kernel_rt="" -- GitLab