Initial 3.16 x86_64 kernel build.

This commit is contained in:
Jeffrey Townsend
2016-07-22 20:23:58 +00:00
parent 9fc48e830e
commit a76934b626
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk

View File

@@ -0,0 +1,21 @@
common:
arch: amd64
version: 1.0.0
copyright: Copyright 2013, 2014, 2015 Big Switch Networks
maintainer: support@bigswitch.com
packages:
- name: onl-kernel-3.16+deb8-x86-64-all
version: 1.0.0
summary: Open Network Linux Kernel 3.16-deb8 for X86_64 Platforms.
files:
builds/kernel-3.16+deb8-x86_64-all : $$PKG_INSTALL/
builds/linux-3.16.7-ckt25-mbuild : $$PKG_INSTALL/mbuilds
changelog: Change changes changes.,

View File

@@ -0,0 +1,2 @@
linux-*
kernel-*

View File

@@ -0,0 +1,19 @@
# -*- Makefile -*-
############################################################
# <bsn.cl fy=2013 v=none>
#
# Copyright 2013, 2014 BigSwitch Networks, Inc.
#
#
#
# </bsn.cl>
############################################################
THIS_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
include $(ONL)/make/config.mk
kernel:
$(MAKE) -C $(ONL)/packages/base/any/kernels/3.16+deb8/configs/x86_64-all K_TARGET_DIR=$(THIS_DIR) $(ONL_MAKE_PARALLEL)
clean:
rm -rf linux-3.16-*