diff --git a/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/Makefile b/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/Makefile new file mode 100644 index 00000000..003238cf --- /dev/null +++ b/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/Makefile @@ -0,0 +1 @@ +include $(ONL)/make/pkg.mk \ No newline at end of file diff --git a/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/PKG.yml b/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/PKG.yml new file mode 100644 index 00000000..45503a7f --- /dev/null +++ b/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/PKG.yml @@ -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., diff --git a/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/builds/.gitignore b/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/builds/.gitignore new file mode 100644 index 00000000..3898a1cf --- /dev/null +++ b/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/builds/.gitignore @@ -0,0 +1,2 @@ +linux-3.2* +kernel-3.2* diff --git a/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/builds/Makefile b/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/builds/Makefile new file mode 100644 index 00000000..4f69ce7c --- /dev/null +++ b/packages/base/armel/kernels/kernel-3.2-lts-arm-iproc-all/builds/Makefile @@ -0,0 +1,21 @@ +# -*- Makefile -*- +############################################################ +# +# +# Copyright 2013, 2014 BigSwitch Networks, Inc. +# +# +# +# +############################################################ +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.*