Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux
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
certo
linux
Commits
57167f2e
Commit
57167f2e
authored
Apr 08, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Boot kernel for ARMv8 needs more memory to build - added 1GB swap
parent
aeace909
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Makefile
Makefile
+6
-0
No files found.
Makefile
View file @
57167f2e
...
...
@@ -55,6 +55,10 @@ boot-armv7:
rm
-rf
linux-5.2.8
boot-armv8
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
chmod
600 swap
mkswap swap
swapon swap
tar
xf linux-5.2.8.tar.xz
mv
config linux-5.2.8/.config
bash
-c
'files=`ls -1 /kernelconfig/boot-linux-armv8` ; for config in $$files ; do cat /kernelconfig/boot-linux-armv8/$$config >> linux-5.2.8/.config ; done'
...
...
@@ -67,6 +71,8 @@ boot-armv8:
cp
-v
linux-5.2.8/.config boot/config-5.2.8
ln
-sf
config-5.2.8 boot/config
rm
-rf
linux-5.2.8
swapoff swap
rm
-rf
swap
boot-x86_64
:
tar
xf linux-5.2.8.tar.xz
...
...
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