summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-05-05 15:16:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-05-05 15:16:44 +0200
commit25fcafcee3fed54d480807c3abdf991bf0e0edb6 (patch)
treec07747c85f233e448666cb0cabaea6a5f8ff0767
parent47c9cdf20e99a373730f702a2eb48d05e1ae8460 (diff)
rpi: enable default kernel build from github
-rw-r--r--target/arm/systems/raspberry-pi31
-rw-r--r--target/config/Config.in.kernelcfg1
-rw-r--r--target/config/Config.in.kernelversion2
3 files changed, 3 insertions, 1 deletions
diff --git a/target/arm/systems/raspberry-pi3 b/target/arm/systems/raspberry-pi3
index 858bbf720..a1403dcf8 100644
--- a/target/arm/systems/raspberry-pi3
+++ b/target/arm/systems/raspberry-pi3
@@ -22,6 +22,7 @@ config ADK_TARGET_SYSTEM_RASPBERRY_PI3
select ADK_TARGET_WITH_ROOT_RW
select ADK_TARGET_KERNEL_ZIMAGE
select ADK_TARGET_KERNEL_WITH_COMPRESSION
+ select ADK_TARGET_KERNEL_REPO "https://github.com/raspberrypi/linux.git"
help
Raspberry PI 3
diff --git a/target/config/Config.in.kernelcfg b/target/config/Config.in.kernelcfg
index df18eaaf1..c84dcfe39 100644
--- a/target/config/Config.in.kernelcfg
+++ b/target/config/Config.in.kernelcfg
@@ -17,6 +17,7 @@ config ADK_TARGET_KERNEL_DEFCONFIG
depends on ADK_TARGET_KERNEL_USE_DEFCONFIG
default "bcmrpi_defconfig" if ADK_TARGET_SYSTEM_RASPBERRY_PI
default "bcm2709_defconfig" if ADK_TARGET_SYSTEM_RASPBERRY_PI2
+ default "bcm2709_defconfig" if ADK_TARGET_SYSTEM_RASPBERRY_PI3
default "twr-k70f120m_defconfig" if ADK_TARGET_SYSTEM_KINETIS_K70
default "imx_v7_cbi_hb_defconfig" if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default "nsim_700_defconfig" if ADK_TARGET_SYSTEM_NSIM_ARCV1
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 0debc192b..88f8605f5 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -5,7 +5,7 @@ choice
prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH
depends on ADK_TARGET_OS_LINUX
default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_WITHOUT_MMU && ADK_TARGET_ARCH_XTENSA
-default ADK_TARGET_KERNEL_VERSION_4_1_22 if ADK_TARGET_BOARD_BCM28XX
+default ADK_TARGET_KERNEL_VERSION_4_1_23 if ADK_TARGET_BOARD_BCM28XX
default ADK_TARGET_KERNEL_VERSION_4_4_8
config ADK_TARGET_KERNEL_VERSION_GIT