summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-13 08:01:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-13 08:02:46 +0100
commit8dc18bb33c773a2359ee0e07450121589fd09806 (patch)
tree67eef8296962ecc359612299b6b618cf1622261b /target
parentcb0c98fd95db8b300e5ae45707c9bc207afdc4dd (diff)
rpi: use stable branch
The github kernel repository is extremely big (over 1GB compressed) so use a branch to allow swallow cloning. Reducing download time a lot. We need to bump kernel version regulary now, when the branch is changing.
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.kernelversion5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 4bc64dca7..38fffe402 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -212,8 +212,8 @@ config ADK_TARGET_KERNEL_GIT_REPO_NAME
config ADK_TARGET_KERNEL_GIT
string "git version"
depends on ADK_TARGET_KERNEL_VERSION_GIT
+ default "rpi-4.4.y" if ADK_TARGET_BOARD_BCM28XX
default "6a2f2e4198eaff63ee75f6085ce9f966c47b4441" if ADK_TARGET_ARCH_LM32
- default "3b68e3a8223134801f0acccc70bef3388eab1e91" if ADK_TARGET_BOARD_BCM28XX
default "1d008423ab5fd12459f53342e4d17585ec63cfe4" if ADK_TARGET_SYSTEM_KINETIS_K70
default "902739f3353150ac9eb69ad995098f3079d862a3" if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG
default "27e61f66e7f03cc6199ddc2787340a01b80c6ed6" if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
@@ -222,7 +222,7 @@ config ADK_TARGET_KERNEL_GIT
config ADK_TARGET_KERNEL_GIT_VER
string "kernel version"
depends on ADK_TARGET_KERNEL_VERSION_GIT
- default "4.4.34-1-v7+" if ADK_TARGET_BOARD_BCM28XX
+ default "4.4.41-1-v7+" if ADK_TARGET_BOARD_BCM28XX
default "3.14.79-1+" if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default "4.4.37-1+" if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
default "2.6.33" if ADK_TARGET_SYSTEM_KINETIS_K70
@@ -230,4 +230,5 @@ config ADK_TARGET_KERNEL_GIT_VER
config ADK_TARGET_KERNEL_GIT_TYPE
string
depends on ADK_TARGET_KERNEL_VERSION_GIT
+ default "branch" if ADK_TARGET_BOARD_BCM28XX
default "hash"