diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-29 17:10:22 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-02 22:39:44 +0000 |
commit | 45d4cd788fd38520883d687fd527393d5a3d7808 (patch) | |
tree | eedb6e89fc9a5487ce8bb60079f2333f69962ff6 /meta | |
parent | 79ecef6b567524984c231303f4fc1041f26be1e5 (diff) | |
download | poky-45d4cd788fd38520883d687fd527393d5a3d7808.tar.gz |
linux-yocto/4.1: clkdev updates
Backporting the following clkdev updates to the 4.1 kernel:
c1b6f28fb457 clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h
f9a70df2d491 clk: update clk API documentation to clarify clk_round_rate()
db2d98fa3908 clkdev: fix clk_add_alias() with a NULL alias device name
1b2c3a175637 clkdev: add clkdev_create() helper
9b3d61ea0c57 clkdev: const-ify connection id to clk_add_alias()
76b7b02f10dc clkdev: drop __init from clkdev_add_table()
22f16b822d18 clkdev: use clk_hw internally
(From OE-Core rev: 56bd6862f083a006e193c25c66f29443f3d0f095)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 4ec9cc4c2c..cff0cf2c89 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |||
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base" | |||
2 | 2 | ||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "4892b47c7f92a8a332e75596ec7c8d8204bd1709" | 5 | SRCREV_machine ?= "fd72b890926d65a0684403ba4ea55ec42edc130f" |
6 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" | 6 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index c84fb2dc63..4a8ec0e046 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.17" | |||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "e02ac252f68dca39c8fa06c8517dd805e75aed87" | 12 | SRCREV_machine ?= "c1b6f28fb457306331d3173364b509fa39971f84" |
13 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" | 13 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 1a3842c9c1..466852b186 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb | |||
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "de3a57fd015b3eca12d65530efc6a2cb59226d25" | 14 | SRCREV_machine_qemuarm ?= "1b3f801b8fe01297d07ad54b46801924b2db5e1e" |
15 | SRCREV_machine_qemuarm64 ?= "e02ac252f68dca39c8fa06c8517dd805e75aed87" | 15 | SRCREV_machine_qemuarm64 ?= "c1b6f28fb457306331d3173364b509fa39971f84" |
16 | SRCREV_machine_qemumips ?= "d00db934de0fa0ddb5811bb91d62c1c26e2bed95" | 16 | SRCREV_machine_qemumips ?= "0ba29c3151bc688aa550ec4a530b96ec8ca6ca53" |
17 | SRCREV_machine_qemuppc ?= "e02ac252f68dca39c8fa06c8517dd805e75aed87" | 17 | SRCREV_machine_qemuppc ?= "c1b6f28fb457306331d3173364b509fa39971f84" |
18 | SRCREV_machine_qemux86 ?= "e02ac252f68dca39c8fa06c8517dd805e75aed87" | 18 | SRCREV_machine_qemux86 ?= "c1b6f28fb457306331d3173364b509fa39971f84" |
19 | SRCREV_machine_qemux86-64 ?= "e02ac252f68dca39c8fa06c8517dd805e75aed87" | 19 | SRCREV_machine_qemux86-64 ?= "c1b6f28fb457306331d3173364b509fa39971f84" |
20 | SRCREV_machine_qemumips64 ?= "aa673476922c02c6caef5c1d65e59f03259a596d" | 20 | SRCREV_machine_qemumips64 ?= "2ec153606e0d665d85f8e28219166fde6fd80c8c" |
21 | SRCREV_machine ?= "e02ac252f68dca39c8fa06c8517dd805e75aed87" | 21 | SRCREV_machine ?= "c1b6f28fb457306331d3173364b509fa39971f84" |
22 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" | 22 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ |