summaryrefslogtreecommitdiffstats
path: root/configs/raspberrypi_defconfig
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2018-03-24 14:10:12 +0000
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-06 21:46:16 +0200
commit6a34050201444c68278b356ada730fd04e5c4162 (patch)
tree452b0b68ec20c58d0fb306a2c6a9466fc826bd93 /configs/raspberrypi_defconfig
parentc90e76734a97a6ff31a29e4955c9f668b20c0a1b (diff)
downloadbuildroot-6a34050201444c68278b356ada730fd04e5c4162.tar.gz
buildroot-6a34050201444c68278b356ada730fd04e5c4162.zip
configs/raspberrypi*: bump kernel version
Now based on 4.14.29 (from 4.9.79) Signed-off-by: Martin Bark <martin@barkynet.com> [Thomas: adjusted on top of Yann E. Morin changes to use a tarball instead of a git clone.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'configs/raspberrypi_defconfig')
-rw-r--r--configs/raspberrypi_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index 2be84b07c6..0460117eb8 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -4,14 +4,14 @@ BR2_ARM_EABIHF=y
BR2_SYSTEM_DHCP="eth0"
-# Linux headers same as kernel, a 4.9 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
+# Linux headers same as kernel, a 4.14 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,33ee56d5927ceff630fbc87e3f5caa409b6ae114)/linux-33ee56d5927ceff630fbc87e3f5caa409b6ae114.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,c117a8bccf37bfba323065b566cf999ed4629a4a)/linux-c117a8bccf37bfba323065b566cf999ed4629a4a.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
# Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
OpenPOWER on IntegriCloud