Unverified Kaydet (Commit) 2d90e13b authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Denendi.

üst 7f942b07
......@@ -19,19 +19,23 @@ shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
shelltools.export("KBUILD_BUILD_TIMESTAMP", time.asctime())
def setup():
if get.buildTYPE()=="headers":
return
kerneltools.configure()
def build():
if get.buildTYPE()=="headers":
return
kerneltools.build(debugSymbols=False)
def install():
if get.buildTYPE()=="headers":
installHeaders()
installLibcHeaders()
kerneltools.installLibcHeaders()
return
kerneltools.install()
kerneltools.installHeaders()
# add objtool for external module building and enabled VALIDATION_STACK option
inarytools.insinto("/usr/src/linux-headers-%s-sulinos/tools/objtool" % get.srcVERSION(), "%s/tools/objtool/objtool" % get.curDIR())
......
......@@ -41,7 +41,6 @@
</Package>
<Package>
<BuildType>headers</BuildType>
<Name>linux-module-headers</Name>
<Summary>Kernel header files for external module building</Summary>
<Description>kernel-module-headers includes the C header files and the necessary Kbuild files for being able to build external kernel modules.</Description>
......
Markdown is supported
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