Add kernel module builds for the 3.2 kernel.

This commit is contained in:
Jeffrey Townsend
2017-01-03 00:12:55 +00:00
parent afba81d023
commit 6a3ce5cad8
3 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
variables:
basename: onl-kernel-3.2-deb7-x86-64-all
common:
arch: amd64
@@ -7,7 +9,7 @@ common:
support: opennetworklinux@googlegroups.com
packages:
- name: onl-kernel-3.2-deb7-x86-64-all
- name: $basename
version: 1.0.0
summary: Open Network Linux Kernel 3.2-deb7 for X86_64 Platforms.
@@ -17,6 +19,11 @@ packages:
changelog: Change changes changes.,
- name: $basename-modules
version: 1.0.0
summary: Open Network Linux 3.2 Kernel Modules for X86_64 Platforms
files:
builds/lib: /lib
changelog: Change changes changes.,

View File

@@ -1,2 +1,3 @@
linux-3.2.65-1+deb7u2*
kernel-3.2-deb7-x86_64-all
kernel-3.2-deb7-x86_64-all
lib

View File

@@ -14,6 +14,6 @@ include $(ONL)/make/config.mk
kernel:
$(MAKE) -C $(ONL)/packages/base/any/kernels/3.2.65-1+deb7u2/configs/x86_64-all K_TARGET_DIR=$(THIS_DIR) $(ONL_MAKE_PARALLEL)
ARCH=x86_64 $(ONL)/tools/scripts/kmodbuild.sh linux-3.2.65-1+deb7u2-mbuild "$(wildcard $(ONL)/packages/base/any/kernels/modules/*)" onl
clean:
rm -rf linux-3.2.65-1+deb7u2 linux-3.2.65-1+deb7u2-mbuild