Initial 4.19 package.

This commit is contained in:
Jeffrey Townsend
2019-08-19 17:51:05 +00:00
parent d91e20140e
commit fc712f1793
4 changed files with 13 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
!include $ONL/packages/base/any/kernels/lts/APKG.yml VERSION=4.19 ARCH=amd64 CONFIG=x86-64-all

View File

@@ -0,0 +1,3 @@
linux-*
kernel-*
lib

View File

@@ -0,0 +1,8 @@
KERNEL_BUILD_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
KERNEL_ARCH := x86_64
KERNEL_LTS_VERSION := 4.19
KERNEL_CONFIG := x86_64-all
include $(ONL)/packages/base/any/kernels/lts/builds/Makefile
setup::
dpkg -l libelf-dev > /dev/null 2>&1 || sudo apt-get install libelf-dev