All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: Introduce 4.19 Android Common Kernel
       [not found] <1593102479-27307-1-git-send-email-teo.coupriediaz@arm.com>
@ 2020-06-26  9:48 ` teo.coupriediaz
  0 siblings, 0 replies; only message in thread
From: teo.coupriediaz @ 2020-06-26  9:48 UTC (permalink / raw)
  To: meta-arm

This recipe targets machines based on arm64.
Change-Id: I9f9556c3ce3636a31fb3a6faf38494335be6b997
Signed-off-by: Teo Couprie Diaz <teo.coupriediaz@arm.com>
---
.../recipes-kernel/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 0000000..99db960
--- /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 = ""

--
2.7.4

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-26  9:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1593102479-27307-1-git-send-email-teo.coupriediaz@arm.com>
2020-06-26  9:48 ` [PATCH 1/2] arm: Introduce 4.19 Android Common Kernel teo.coupriediaz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.