4.4-lts-arm-iproc build.

This commit is contained in:
Jeffrey Townsend
2018-06-18 21:40:25 +00:00
parent 53b55910c7
commit d9b9d852a7
4 changed files with 43 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,18 @@
common:
arch: armel
version: 1.0.0
copyright: Copyright 2013, 2014, 2015 Big Switch Networks
maintainer: support@bigswitch.com
support: opennetworklinux@googlegroups.com
packages:
- name: onl-kernel-4.4-lts-arm-iproc-all
version: 1.0.0
summary: Open Network Linux Kernel 4.4-LTS for ARM Integrated Processor Platforms.
files:
builds/kernel-4.4-lts-arm-iproc-all.bin.gz : $$PKG_INSTALL/
builds/linux-4.4.*-mbuild : $$PKG_INSTALL/mbuilds
changelog: Change changes changes.,

View File

@@ -0,0 +1,3 @@
linux-*
kernel-*
lib/

View File

@@ -0,0 +1,21 @@
# -*- 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
#export MODSYNCLIST_EXTRA := arch/arm/plat-iproc/include
kernel:
$(MAKE) -C $(ONL)/packages/base/any/kernels/4.4-lts/configs/arm-iproc-all K_TARGET_DIR=$(THIS_DIR) $(ONL_MAKE_PARALLEL)
clean:
rm -rf kernel-* linux-4.4.*