1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 11:59:49 +00:00

linux-ti-staging: update to 4.19.15

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2019-02-05 10:09:10 +00:00
parent eacaf4cf52
commit 6f46f2828f
27 changed files with 18 additions and 18 deletions
@@ -1,10 +0,0 @@
require linux-ti-staging_4.14.bb
# Look in the generic major.minor directory for files
# This will have priority over generic non-rt path
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.14:"
BRANCH = "ti-rt-linux-4.14.y"
SRCREV = "aab33cfa0d3aed1fb463f6a6e62236db6b04fc5f"
PV = "4.14.79+git${SRCPV}"
@@ -0,0 +1,10 @@
require linux-ti-staging_4.19.bb
# Look in the generic major.minor directory for files
# This will have priority over generic non-rt path
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:"
BRANCH = "ti-rt-linux-4.19.y"
SRCREV = "54cdc562d6d233f43e5ffce60562d6fe110adf90"
PV = "4.19.15+git${SRCPV}"
@@ -1,5 +1,5 @@
require linux-ti-staging_4.14.bb
require linux-ti-staging_4.19.bb
# Look in the generic major.minor directory for files
# This will have priority over generic non-rt path
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.14:"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:"
@@ -1,7 +1,7 @@
SECTION = "kernel"
DESCRIPTION = "Linux kernel for TI devices"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
inherit kernel
@@ -11,7 +11,7 @@ require recipes-kernel/linux/ti-uio.inc
require recipes-kernel/linux/bundle-devicetree.inc
# Look in the generic major.minor directory for files
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.14:"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:"
# Pull in the devicetree files into the rootfs
RDEPENDS_${KERNEL_PACKAGE_NAME}-base += "kernel-devicetree"
@@ -54,13 +54,13 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
S = "${WORKDIR}/git"
BRANCH = "ti-lsk-linux-4.14.y"
BRANCH = "ti-linux-4.19.y"
SRCREV = "3438de34744b2eba32456bf8e3f44b19e3061331"
PV = "4.14.79+git${SRCPV}"
SRCREV = "efb32b0ef31152f612fcefae8f7511e88da957be"
PV = "4.19.15+git${SRCPV}"
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
MACHINE_KERNEL_PR_append = "c"
MACHINE_KERNEL_PR_append = "a"
PR = "${MACHINE_KERNEL_PR}"
KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"