-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
todo: figure out why stoney is not building
- Loading branch information
Showing
2 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/scripts/Makefile.package b/scripts/Makefile.package | ||
index 2a90139ecbe1..f3abcc639c46 100644 | ||
--- a/scripts/Makefile.package | ||
+++ b/scripts/Makefile.package | ||
@@ -24,7 +24,7 @@ include $(srctree)/scripts/Kbuild.include | ||
# but the binrpm-pkg target can; for some reason O= gets ignored. | ||
|
||
# Remove hyphens since they have special meaning in RPM filenames | ||
-KERNELPATH := kernel-$(subst -,_,$(KERNELRELEASE)) | ||
+KERNELPATH := kernel-stoneyridge-$(subst -,_,$(KERNELRELEASE)) | ||
KDEB_SOURCENAME ?= linux-upstream | ||
KBUILD_PKG_ROOTCMD ?="fakeroot -u" | ||
export KDEB_SOURCENAME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters