mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
ARM Packages.
This commit is contained in:
1
packages/base/armel/Makefile
Normal file
1
packages/base/armel/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
packages/base/armel/faultd/.gitignore
vendored
Normal file
1
packages/base/armel/faultd/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
packages/base/armel/faultd/Makefile
Normal file
1
packages/base/armel/faultd/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
packages/base/armel/faultd/PKG.yml
Normal file
1
packages/base/armel/faultd/PKG.yml
Normal file
@@ -0,0 +1 @@
|
||||
!include $ONL/packages/base/any/faultd/APKG.yml ARCH=armel TOOLCHAIN=arm-linux-gnueabi
|
||||
2
packages/base/armel/faultd/builds/.gitignore
vendored
Normal file
2
packages/base/armel/faultd/builds/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
faultd.mk
|
||||
faultd-module.mk
|
||||
2
packages/base/armel/faultd/builds/Makefile
Normal file
2
packages/base/armel/faultd/builds/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
include $(ONL)/make/config.armel.mk
|
||||
include $(ONL)/packages/base/any/faultd/builds/Makefile
|
||||
1
packages/base/armel/kernels/Makefile
Normal file
1
packages/base/armel/kernels/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -0,0 +1,17 @@
|
||||
|
||||
common:
|
||||
arch: armel
|
||||
version: 1.0.0
|
||||
copyright: Copyright 2013, 2014, 2015 Big Switch Networks
|
||||
maintainer: support@bigswitch.com
|
||||
|
||||
packages:
|
||||
- name: onl-kernel-3.2-deb7-arm-iproc-all
|
||||
version: 1.0.0
|
||||
summary: Open Network Linux Kernel 3.2-deb7 for ARM Integrated Processor Platforms.
|
||||
|
||||
files:
|
||||
builds/kernel-3.2-deb7-arm-iproc-all.bin.gz : $$PKG_INSTALL/
|
||||
builds/linux-3.2.71-mbuild : $$PKG_INSTALL/mbuilds
|
||||
|
||||
changelog: Change changes changes.,
|
||||
2
packages/base/armel/kernels/kernel-3.2-deb7-arm-iproc-all/builds/.gitignore
vendored
Normal file
2
packages/base/armel/kernels/kernel-3.2-deb7-arm-iproc-all/builds/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
linux-3.2.71*
|
||||
kernel-3.2-*
|
||||
@@ -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.2.71-1+deb7/configs/arm-iproc-all K_TARGET_DIR=$(THIS_DIR) $(ONL_MAKE_PARALLEL)
|
||||
|
||||
clean:
|
||||
rm -rf linux-3.2.71-1*
|
||||
1
packages/base/armel/onlp-snmpd/Makefile
Normal file
1
packages/base/armel/onlp-snmpd/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
packages/base/armel/onlp-snmpd/PKG.yml
Normal file
1
packages/base/armel/onlp-snmpd/PKG.yml
Normal file
@@ -0,0 +1 @@
|
||||
!include $ONL/packages/base/any/onlp-snmpd/APKG.yml ARCH=armel TOOLCHAIN=arm-linux-gnueabi
|
||||
1
packages/base/armel/onlp-snmpd/builds/.gitignore
vendored
Normal file
1
packages/base/armel/onlp-snmpd/builds/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
onlp-snmpd.mk
|
||||
2
packages/base/armel/onlp-snmpd/builds/Makefile
Normal file
2
packages/base/armel/onlp-snmpd/builds/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
include $(ONL)/make/config.armel.mk
|
||||
include $(ONL)/packages/base/any/onlp-snmpd/builds/Makefile
|
||||
1
packages/base/armel/onlp/Makefile
Normal file
1
packages/base/armel/onlp/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
packages/base/armel/onlp/PKG.yml
Normal file
1
packages/base/armel/onlp/PKG.yml
Normal file
@@ -0,0 +1 @@
|
||||
!include $ONL/packages/base/any/onlp/APKG.yml ARCH=armel TOOLCHAIN=arm-linux-gnueabi
|
||||
1
packages/base/armel/onlp/builds/.gitignore
vendored
Normal file
1
packages/base/armel/onlp/builds/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
libonlp-module.mk
|
||||
3
packages/base/armel/onlp/builds/Makefile
Normal file
3
packages/base/armel/onlp/builds/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
DIRECTORIES := onlp-platform-defaults onlp-platform onlp onlpd
|
||||
include $(ONL)/make/subdirs.mk
|
||||
|
||||
1
packages/base/armel/onlp/builds/onlp-platform-defaults/.gitignore
vendored
Normal file
1
packages/base/armel/onlp/builds/onlp-platform-defaults/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
libonlp-platform-defaults-module.mk
|
||||
@@ -0,0 +1,2 @@
|
||||
include $(ONL)/make/config.armel.mk
|
||||
include $(ONL)/packages/base/any/onlp/builds/onlp-platform-defaults/Makefile
|
||||
1
packages/base/armel/onlp/builds/onlp-platform/.gitignore
vendored
Normal file
1
packages/base/armel/onlp/builds/onlp-platform/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
libonlp-platform-module.mk
|
||||
3
packages/base/armel/onlp/builds/onlp-platform/Makefile
Normal file
3
packages/base/armel/onlp/builds/onlp-platform/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
include $(ONL)/make/config.armel.mk
|
||||
include $(ONL)/packages/base/any/onlp/builds/onlp-platform/Makefile
|
||||
|
||||
3
packages/base/armel/onlp/builds/onlp/Makefile
Normal file
3
packages/base/armel/onlp/builds/onlp/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
include $(ONL)/make/config.armel.mk
|
||||
include $(ONL)/packages/base/any/onlp/builds/onlp/Makefile
|
||||
|
||||
1
packages/base/armel/onlp/builds/onlpd/.gitignore
vendored
Normal file
1
packages/base/armel/onlp/builds/onlpd/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
onlpd-module.mk
|
||||
3
packages/base/armel/onlp/builds/onlpd/Makefile
Normal file
3
packages/base/armel/onlp/builds/onlpd/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
include $(ONL)/make/config.armel.mk
|
||||
include $(ONL)/packages/base/any/onlp/builds/onlpd/Makefile
|
||||
|
||||
1
packages/base/armel/oom-shim/Makefile
Normal file
1
packages/base/armel/oom-shim/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
packages/base/armel/oom-shim/PKG.yml
Normal file
1
packages/base/armel/oom-shim/PKG.yml
Normal file
@@ -0,0 +1 @@
|
||||
!include $ONL/packages/base/any/oom-shim/APKG.yml ARCH=armel TOOLCHAIN=arm-linux-gnueabi
|
||||
2
packages/base/armel/oom-shim/builds/Makefile
Normal file
2
packages/base/armel/oom-shim/builds/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
include $(ONL)/make/config.armel.mk
|
||||
include $(ONL)/packages/base/any/oom-shim/builds/Makefile
|
||||
10
packages/base/armel/oom-shim/builds/oom_shim.mk
Normal file
10
packages/base/armel/oom-shim/builds/oom_shim.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Inclusive Makefile for the oom_shim module.
|
||||
#
|
||||
# Autogenerated 2016-02-16 14:17:39.946619
|
||||
#
|
||||
###############################################################################
|
||||
oom_shim_BASEDIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
||||
|
||||
Reference in New Issue
Block a user