tUpdate n900 script. - arm-sdk - os build toolkit for various embedded devices
HTML git clone https://git.parazyd.org/arm-sdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 0798a28a01358514290605ec3546aeb82ff8067e
DIR parent b49a5ac5c213d2e188e4a2cb64ee82f65c93d33c
HTML Author: parazyd <parazyd@dyne.org>
Date: Wed, 3 Jan 2018 15:19:56 +0100
Update n900 script.
Diffstat:
M boards/nokia-n900.sh | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
---
DIR diff --git a/boards/nokia-n900.sh b/boards/nokia-n900.sh
t@@ -1,5 +1,5 @@
#!/usr/bin/env zsh
-# Copyright (c) 2016 Dyne.org Foundation
+# Copyright (c) 2016-2018 Dyne.org Foundation
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
#
# This file is part of arm-sdk
t@@ -37,8 +37,6 @@ bootfs="vfat"
extra_packages+=(firmware-ti-connectivity)
custmodules=()
-#gitkernel="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
-#gitbranch="linux-4.13.y"
gitkernel="https://github.com/pali/linux-n900/"
gitbranch="v4.9-n900"
t@@ -99,15 +97,6 @@ build_kernel_armel() {
INSTALL_MOD_STRIP=1 \
modules_install || zerr
- # install kernel headers
- #sudo -E PATH="$PATH" \
- # make \
- # $MAKEOPTS \
- # ARCH=arm \
- # CROSS_COMPILE=$compiler \
- # INSTALL_HDR_PATH=$strapdir/usr \
- # headers_install || zerr
-
# install kernel firmware
sudo -E PATH="$PATH" \
make \