From: Steve Muckle Date: Thu, 28 Sep 2017 00:18:48 +0000 (-0700) Subject: ANDROID: add script to fetch android kernel config fragments X-Git-Tag: MMI-PSA29.97-13-9~4389 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=46ace50ce6a2f7a5abf1c1218905a88f9af38db2;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git ANDROID: add script to fetch android kernel config fragments The Android kernel config fragments now live in a separate repository. To prevent others from having to search for this location, add a script to fetch and unpack the fragments. Update .gitignore to include these fragments. Change-Id: If2d4a59b86e4573b0a9b3190025dfe4191870b46 Signed-off-by: Steve Muckle --- diff --git a/.gitignore b/.gitignore index 0c39aa20b6ba..4105cfbd6f26 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,6 @@ all.config # Kdevelop4 *.kdev4 + +# fetched Android config fragments +kernel/configs/android-*.cfg diff --git a/kernel/configs/android-fetch-configs.sh b/kernel/configs/android-fetch-configs.sh new file mode 100755 index 000000000000..a5b56d4908dc --- /dev/null +++ b/kernel/configs/android-fetch-configs.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +curl https://android.googlesource.com/kernel/configs/+archive/master/android-4.9.tar.gz | tar xzv +