Add arm64 support for misc base packages

This commit is contained in:
Shengzhou Liu
2016-07-06 00:52:56 +08:00
parent 479247cf7c
commit 9dcd9c079e
33 changed files with 56 additions and 0 deletions

0
packages/base/arm64/faultd/.gitignore vendored Normal file
View File

View File

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

View File

@@ -0,0 +1 @@
!include $ONL/packages/base/any/faultd/APKG.yml ARCH=arm64 TOOLCHAIN=aarch64-linux-gnu

View File

@@ -0,0 +1,2 @@
faultd.mk
faultd-module.mk

View File

@@ -0,0 +1,2 @@
include $(ONL)/make/config.arm64.mk
include $(ONL)/packages/base/any/faultd/builds/Makefile

View File

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

View File

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

View File

@@ -0,0 +1 @@
!include $ONL/packages/base/any/fit/buildroot/APKG.yml ARCH=arm64

View File

@@ -0,0 +1,4 @@
kernel-*
*.itb
*.its
loader-initrd-arm64

View File

@@ -0,0 +1,2 @@
include $(ONL)/make/config.arm64.mk
include $(ONL)/packages/base/any/fit/buildroot/builds/Makefile

View File

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

View File

@@ -0,0 +1 @@
!include $ONL/packages/base/any/fit/loader/APKG.yml ARCH=arm64

View File

@@ -0,0 +1,5 @@
kernel-*
*.itb
*.its
loader-initrd-arm64
manifest.json

View File

@@ -0,0 +1,2 @@
include $(ONL)/make/config.arm64.mk
include $(ONL)/packages/base/any/fit/loader/builds/Makefile

View File

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

View File

@@ -0,0 +1 @@
!include $ONL/packages/base/any/onlp-snmpd/APKG.yml ARCH=arm64 TOOLCHAIN=aarch64-linux-gnu

View File

@@ -0,0 +1 @@
onlp-snmpd.mk

View File

@@ -0,0 +1,2 @@
include $(ONL)/make/config.arm64.mk
include $(ONL)/packages/base/any/onlp-snmpd/builds/Makefile

View File

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

View File

@@ -0,0 +1 @@
!include $ONL/packages/base/any/onlp/APKG.yml ARCH=arm64 TOOLCHAIN=aarch64-linux-gnu

View File

@@ -0,0 +1 @@
libonlp-module.mk

View File

@@ -0,0 +1,2 @@
DIRECTORIES := onlp-platform-defaults onlp-platform onlp onlpd
include $(ONL)/make/subdirs.mk

View File

@@ -0,0 +1 @@
libonlp-platform-defaults-module.mk

View File

@@ -0,0 +1,2 @@
include $(ONL)/make/config.arm64.mk
include $(ONL)/packages/base/any/onlp/builds/onlp-platform-defaults/Makefile

View File

@@ -0,0 +1 @@
libonlp-platform-module.mk

View File

@@ -0,0 +1,2 @@
include $(ONL)/make/config.arm64.mk
include $(ONL)/packages/base/any/onlp/builds/onlp-platform/Makefile

View File

@@ -0,0 +1,2 @@
include $(ONL)/make/config.arm64.mk
include $(ONL)/packages/base/any/onlp/builds/onlp/Makefile

View File

@@ -0,0 +1 @@
onlpd-module.mk

View File

@@ -0,0 +1,2 @@
include $(ONL)/make/config.arm64.mk
include $(ONL)/packages/base/any/onlp/builds/onlpd/Makefile

View File

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

View File

@@ -0,0 +1 @@
!include $ONL/packages/base/any/oom-shim/APKG.yml ARCH=arm64 TOOLCHAIN=aarch64-linux-gnu

View File

@@ -0,0 +1,2 @@
include $(ONL)/make/config.arm64.mk
include $(ONL)/packages/base/any/oom-shim/builds/Makefile

View File

@@ -0,0 +1,7 @@
###############################################################################
#
# Inclusive Makefile for the oom_shim module.
#
###############################################################################
oom_shim_BASEDIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))