Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 34dbbfcd authored by Robert Nelson's avatar Robert Nelson
Browse files

scripts: resync all build scripts


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent e9d37fb1
No related merge requests found
Pipeline #1940 passed with stage
in 4 minutes and 5 seconds
...@@ -81,6 +81,7 @@ make_deb () { ...@@ -81,6 +81,7 @@ make_deb () {
#Just use "linux-upstream"... #Just use "linux-upstream"...
#https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/scripts/package/builddeb?id=3716001bcb7f5822382ac1f2f54226b87312cc6b #https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/scripts/package/builddeb?id=3716001bcb7f5822382ac1f2f54226b87312cc6b
build_opts="${build_opts} KDEB_SOURCENAME=linux-upstream" build_opts="${build_opts} KDEB_SOURCENAME=linux-upstream"
build_opts="${build_opts} KDEB_COMPRESS=xz"
echo "-----------------------------" echo "-----------------------------"
echo "make ${build_opts} CROSS_COMPILE="${CC}" bindeb-pkg" echo "make ${build_opts} CROSS_COMPILE="${CC}" bindeb-pkg"
......
...@@ -81,6 +81,7 @@ make_deb () { ...@@ -81,6 +81,7 @@ make_deb () {
#Just use "linux-upstream"... #Just use "linux-upstream"...
#https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/scripts/package/builddeb?id=3716001bcb7f5822382ac1f2f54226b87312cc6b #https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/scripts/package/builddeb?id=3716001bcb7f5822382ac1f2f54226b87312cc6b
build_opts="${build_opts} KDEB_SOURCENAME=linux-upstream" build_opts="${build_opts} KDEB_SOURCENAME=linux-upstream"
build_opts="${build_opts} KDEB_COMPRESS=xz"
echo "-----------------------------" echo "-----------------------------"
echo "make ${build_opts} CROSS_COMPILE="${CC}" bindeb-pkg" echo "make ${build_opts} CROSS_COMPILE="${CC}" bindeb-pkg"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment