diff --git a/packages/base/armel/kernels/kernel-4.4-lts-arm-iproc-all/Makefile b/packages/base/armel/kernels/kernel-4.4-lts-arm-iproc-all/Makefile new file mode 100644 index 00000000..003238cf --- /dev/null +++ b/packages/base/armel/kernels/kernel-4.4-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-4.4-lts-arm-iproc-all/PKG.yml b/packages/base/armel/kernels/kernel-4.4-lts-arm-iproc-all/PKG.yml new file mode 100644 index 00000000..1d1f5758 --- /dev/null +++ b/packages/base/armel/kernels/kernel-4.4-lts-arm-iproc-all/PKG.yml @@ -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., diff --git a/packages/base/armel/kernels/kernel-4.4-lts-arm-iproc-all/builds/.gitignore b/packages/base/armel/kernels/kernel-4.4-lts-arm-iproc-all/builds/.gitignore new file mode 100644 index 00000000..9a71a737 --- /dev/null +++ b/packages/base/armel/kernels/kernel-4.4-lts-arm-iproc-all/builds/.gitignore @@ -0,0 +1,3 @@ +linux-* +kernel-* +lib/ diff --git a/packages/base/armel/kernels/kernel-4.4-lts-arm-iproc-all/builds/Makefile b/packages/base/armel/kernels/kernel-4.4-lts-arm-iproc-all/builds/Makefile new file mode 100644 index 00000000..642762a8 --- /dev/null +++ b/packages/base/armel/kernels/kernel-4.4-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/4.4-lts/configs/arm-iproc-all K_TARGET_DIR=$(THIS_DIR) $(ONL_MAKE_PARALLEL) + +clean: + rm -rf kernel-* linux-4.4.*