The 3.18 kernel for arm64 has been removed.

This commit is contained in:
Jeffrey Townsend
2019-05-27 18:39:59 +00:00
parent 0d874645da
commit f0b66d8ec3
4 changed files with 0 additions and 32 deletions

View File

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

View File

@@ -1,19 +0,0 @@
common:
arch: arm64
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.18.25-arm64-all
version: 1.0.0
summary: Open Network Linux Kernel 3.18.25 for ARM64 Integrated Processor Platforms.
files:
builds/kernel-3.18.25-arm64-all.bin.gz : $$PKG_INSTALL/
builds/linux-3.18.25-mbuild : $$PKG_INSTALL/mbuilds
builds/linux-3.18.25-dtbs : $$PKG_INSTALL/dtbs
changelog: Change changes changes.,

View File

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

View File

@@ -1,10 +0,0 @@
# -*- Makefile -*-
THIS_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
include $(ONL)/make/config.mk
kernel:
$(MAKE) -C $(ONL)/packages/base/any/kernels/3.18.25/configs/arm64-all K_TARGET_DIR=$(THIS_DIR) $(ONL_MAKE_PARALLEL)
clean:
rm -rf linux-3.18.25*