summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2015-11-24 10:09:49 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2015-11-24 10:09:49 +0100
commitdec9eadaecc3c3ba16db2a069fcf4bc37f6fa8cd (patch)
tree576ff10c267f39e0e704a431904b8f6a450d24d8
parent22a3cbf553ce2720f6bcb970d4d4a524b072a666 (diff)
dragonboard410c: add bug fix for kernel compilation issueubuntu-qcom-dragonboard410c-15.09.01ubuntu-qcom-dragonboard410c-15.09.xx
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--ubuntu/boards/dragonboard410c/README.textile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/ubuntu/boards/dragonboard410c/README.textile.in b/ubuntu/boards/dragonboard410c/README.textile.in
index 008fd99..7f42126 100644
--- a/ubuntu/boards/dragonboard410c/README.textile.in
+++ b/ubuntu/boards/dragonboard410c/README.textile.in
@@ -87,9 +87,12 @@ cd kernel
git checkout -b kernel-##RELEASE## ubuntu-qcom-dragonboard410c-##RELEASE##
export ARCH=arm64
export CROSS_COMPILE=<path to your GCC cross compiler>/aarch64-linux-gnu-
+git cherry-pick -n e4df9dd88bb3b37d84db277e0f6a5d59cf5ac737
make defconfig distro.config
make -j4 Image dtbs KERNELRELEASE=##KERNEL_VER##.0-linaro-lt-qcom
+Note: the cherry-pick is needed to fix a build issue that was reported against 15.09 release.
+
h5. Building a boot image
You now need to create a valid boot image with your own kernel build.