3.2 LTS for ARMEL/IPROC.

This commit is contained in:
Jeffrey Townsend
2017-02-21 18:41:34 +00:00
parent c6bf5387e1
commit eb0d476125
4 changed files with 43 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,19 @@
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-3.2-lts-arm-iproc-all
version: 1.0.0
summary: Open Network Linux Kernel 3.2-LTS for ARM Integrated Processor Platforms.
files:
builds/kernel-3.2-lts-arm-iproc-all.bin.gz : $$PKG_INSTALL/
builds/linux-3.2.*-mbuild : $$PKG_INSTALL/mbuilds
builds/linux-3.2.*-dtbs : $$PKG_INSTALL/dtbs
changelog: Change changes changes.,

View File

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

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/3.2-lts/configs/arm-iproc-all K_TARGET_DIR=$(THIS_DIR) $(ONL_MAKE_PARALLEL)
clean:
rm -rf kernel-* linux-3.2.*