From ac0e9298803e303bd7a3ad2399cde48b9b2bd09a Mon Sep 17 00:00:00 2001 From: Teo Couprie Diaz Date: Tue, 30 Jun 2020 15:39:34 +0100 Subject: [PATCH] arm: Introduce 4.19 Android Common Kernel This recipe targets machines based on arm64. Change-Id: I9f9556c3ce3636a31fb3a6faf38494335be6b997 Signed-off-by: Teo Couprie Diaz Reviewed-by: Diego Sueiro Signed-off-by: Jon Mason --- .../linux/linux-arm64-ack_4.19.bb | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta-arm/recipes-kernel/linux/linux-arm64-ack_4.19.bb diff --git a/meta-arm/recipes-kernel/linux/linux-arm64-ack_4.19.bb b/meta-arm/recipes-kernel/linux/linux-arm64-ack_4.19.bb new file mode 100644 index 00000000..99db9605 --- /dev/null +++ b/meta-arm/recipes-kernel/linux/linux-arm64-ack_4.19.bb @@ -0,0 +1,29 @@ +# SPDX-License-Identifier: Apache-2.0 +# +# Copyright (c) 2020 Arm Limited +# + + +DESCRIPTION = "Linux Android Common Kernel" +SECTION = "kernel" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" + +require recipes-kernel/linux/linux-yocto.inc + +COMPATIBLE_MACHINE ?= "invalid" + +ARCH = "arm64" + +SRC_URI = " \ + git://android.googlesource.com/kernel/common.git;protocol=https;branch=android-4.19-q-release \ + " + +# ASB-2020-06-05_4.19-q-release tag commit +SRCREV = "ebd43352dd92e56f14a4985a3c99de767fc8f9cf" + +S = "${WORKDIR}/git" + +LINUX_VERSION ?= "${PV}" +KERNEL_VERSION_SANITY_SKIP = "1" +KBRANCH = ""