diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-11-06 19:34:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-07 21:31:17 +0000 |
commit | e5698cbd2f6b848666db9be0834974a92151f986 (patch) | |
tree | 72fd2d4bff96124773d4bfc1b5f2684ea5624604 /meta | |
parent | 1ec800e929f0b8bd3f14aa55d4f7123230eb53d5 (diff) | |
download | openembedded-core-contrib-e5698cbd2f6b848666db9be0834974a92151f986.tar.gz |
linux-yoct-rt/4.4: update to 4.4.162
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index f61a479b598..cd6e0aa17b3 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "68a7377ccf81ae642a9f95042fd1a44e3fc61587" -SRCREV_meta ?= "b41a36ffe53f73c86a0f3672d32b5ebec59ab15e" +SRCREV_machine ?= "515e72c4bbb5d99964669052220fe459177b7329" +SRCREV_meta ?= "69ebea34250696ebe2d8c87c553480974e56d922" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" -LINUX_VERSION ?= "4.4.141" +LINUX_VERSION ?= "4.4.162" PV = "${LINUX_VERSION}+git${SRCPV}" |