Rename the 4.9-arm64-all kernel to 4.9-lts-arm64-all to confirm the the existing nameing conventions.

This commit is contained in:
Jeffrey Townsend
2018-04-26 17:32:04 +00:00
parent 44610ae50b
commit d66cceee0e
6 changed files with 6 additions and 6 deletions

View File

@@ -47,10 +47,10 @@ default:
<<: *arm-iproc-kernel-package
arm64-kernel-package: &arm64-kernel-package
package: onl-kernel-4.9-arm64-all:arm64
package: onl-kernel-4.9-lts-arm64-all:arm64
arm64-kernel: &arm64-kernel
=: kernel-4.9-arm64-all.bin.gz
=: kernel-4.9-lts-arm64-all.bin.gz
<<: *arm64-kernel-package
##############################

View File

@@ -1,6 +1,6 @@
############################################################
#
# Default 4.9.30 configuration for arm64 platforms.
# Default 4.9 LTS configuration for arm64 platforms.
#
############################################################
THIS_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
@@ -19,7 +19,7 @@ K_BUILD_TARGET := Image Image.gz freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fs
K_COPY_SRC := arch/arm64/boot/Image
K_COPY_GZIP := 1
ifndef K_COPY_DST
K_COPY_DST := kernel-4.9-arm64-all.bin.gz
K_COPY_DST := kernel-4.9-lts-arm64-all.bin.gz
endif
export ARCH=arm64

View File

@@ -7,7 +7,7 @@ common:
support: opennetworklinux@googlegroups.com
packages:
- name: onl-kernel-4.9-arm64-all
- name: onl-kernel-4.9-lts-arm64-all
version: 1.0.0
summary: Open Network Linux Kernel 4.9 for ARM64 Integrated Processor Platforms.

View File

@@ -7,4 +7,4 @@ kernel:
$(MAKE) -C $(ONL)/packages/base/any/kernels/4.9-lts/configs/arm64-all K_TARGET_DIR=$(THIS_DIR) $(ONL_MAKE_PARALLEL)
clean:
rm -rf linux-4.9*
rm -rf linux-4.9* kernel-* lib