Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Kepplinger
kernel-builder
Commits
ce955579
Commit
ce955579
authored
Feb 21, 2019
by
Angus Ainslie (Purism)
Browse files
build_kernel_deb.sh : move the binaries to the correct place
parent
a57f4f1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_kernel_deb.sh
View file @
ce955579
...
...
@@ -123,9 +123,9 @@ fi
echo
"Building kernel"
make
-j
"
${
NPROC
}
"
"
${
MAKE_OPTS
[@]
}
"
ARCH
=
"
${
ARCH
}
"
CROSS_COMPILE
=
"
${
CROSS_COMPILER
}
"
bindeb-pkg
echo
"Moving kernel"
echo
"Moving kernel
${
CWD
}
"
mkdir
-p
"
${
OUTPUT_DIR
}
"
mv
..
/
*${
COMPILER_ARCH
}
.deb
..
/
*
.buildinfo
..
/
*
.changes
"
${
OUTPUT_DIR
}
"
mv
"
${
CWD
}
"
/
*
"
${
COMPILER_ARCH
}
"
.deb
"
${
CWD
}
"
/
*
.buildinfo
"
${
CWD
}
"
/
*
.changes
"
${
OUTPUT_DIR
}
"
echo
"
${
KERNEL_REPO
}
"
>
"
${
OUTPUT_DIR
}
/kernel-git-
${
ARCH
}
.txt"
git log |
head
-n
1 |
awk
'{ print $2 };'
>>
"
${
OUTPUT_DIR
}
/kernel-git-
${
ARCH
}
.txt"
...
...
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