Skip to content

Commit

Permalink
kernel: move to latest LTS v4.1.12
Browse files Browse the repository at this point in the history
Update the default kernel the latest LTS version, v4.1.12.

Tested by building the following machines:

- kvm_x86_64 (x86_64)
- fsl/fsl_p2020rdbpca (PowerPC P2020)
- qemu_armv7a (ARMv7)

Signed-off-by: Curt Brune <[email protected]>
  • Loading branch information
Curt Brune committed Nov 3, 2015
1 parent e3b0dbb commit fd20dc1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-config/make/kernel-download.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

LINUX_VERSION ?= 4.1
LINUX_MAJOR_VERSION = $(firstword $(subst ., ,$(LINUX_VERSION)))
LINUX_MINOR_VERSION ?= 6
LINUX_MINOR_VERSION ?= 12
LINUX_RELEASE ?= $(LINUX_VERSION).$(LINUX_MINOR_VERSION)
LINUX_TARBALL ?= linux-$(LINUX_RELEASE).tar.xz
export LINUX_TARBALL
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions upstream/linux-4.1.12.tar.xz.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f295e32e2893c0a89016f3027bf696f54208237d linux-4.1.12.tar.xz

0 comments on commit fd20dc1

Please sign in to comment.