Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tsn-measures
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
tsn-measures
Commits
28675252
Commit
28675252
authored
Aug 19, 2020
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update compile kernel script
parent
09461cc1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
img-kernel-utils/scripts/vm-scripts/compile-kernel
img-kernel-utils/scripts/vm-scripts/compile-kernel
+10
-9
No files found.
img-kernel-utils/scripts/vm-scripts/compile-kernel
View file @
28675252
...
...
@@ -73,23 +73,24 @@ fi
# Setup
linux_path
=
$(
readlink
-m
$linux_path
)
export
ARCH
=
arm
;
export
CROSS_COMPILE
=
arm-linux-gnueabihf-
;
cd
$linux_path
;
if
[
-n
"
$update_git
"
]
;
then
git pull
;
fi
if
[
-z
"
$partial_compile
"
]
;
then
if
[
-n
"
${
new_config
}
"
]
;
then
if
[
-n
"
${
new_config
}
"
]
;
then
if
[
"$#"
-ne
2
]
;
then
usage
fi
old_config_path
=
$(
readlink
-m
$1
)
new_config_path
=
$(
readlink
-m
$2
)
fi
fi
export
ARCH
=
arm
;
export
CROSS_COMPILE
=
arm-linux-gnueabihf-
;
cd
$linux_path
;
if
[
-n
"
$update_git
"
]
;
then
git pull
;
fi
if
[
-z
"
$partial_compile
"
]
;
then
# Kernel configuration
if
[
-n
"
${
new_config
}
"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment