diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-02-28 16:09:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-02 15:22:53 +0000 |
commit | 11f8de9de8d42f3bd5114f8e372e8900037e393e (patch) | |
tree | 7e71d84849d09f983585fb6f92471bfa322f6fdc /meta | |
parent | 54d1f5fc3ed614115385b540b03698dea3544df2 (diff) | |
download | poky-11f8de9de8d42f3bd5114f8e372e8900037e393e.tar.gz |
linux-yocto/meta: add pvr feature description
Updating the 3.0 and 3.2 kernel SRCREVS to make the PVR feature
description available to machines with the appropriate hardware.
(From OE-Core rev: 0027bb45a40d209f43088e2c2b38191446ea1190)
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
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_3.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.2.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb index 41a37fe0c5..8090535f9e 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | |||
@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt" | |||
16 | 16 | ||
17 | SRCREV_machine ?= "03705f7f066d83b4cd3a6088781d47e3b9e45b71" | 17 | SRCREV_machine ?= "03705f7f066d83b4cd3a6088781d47e3b9e45b71" |
18 | SRCREV_machine_qemuppc ?= "c8b184e8171f6f5a8017be4c5bf1e7a38c3f3002" | 18 | SRCREV_machine_qemuppc ?= "c8b184e8171f6f5a8017be4c5bf1e7a38c3f3002" |
19 | SRCREV_meta ?= "808b49474268040ab27c8ee687b60807a11547b4" | 19 | SRCREV_meta ?= "d7b46785d6781e2c23d754f35f09bebd3b74b5bb" |
20 | 20 | ||
21 | PR = "r1" | 21 | PR = "r1" |
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb index 3370729a62..b0dacb40ee 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | |||
@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt" | |||
16 | 16 | ||
17 | SRCREV_machine ?= "2043e8b786dfd06a41a66780141f731d2d788696" | 17 | SRCREV_machine ?= "2043e8b786dfd06a41a66780141f731d2d788696" |
18 | SRCREV_machine_qemuppc ?= "ec400326633f011c3b7d390beb765ad955145a29" | 18 | SRCREV_machine_qemuppc ?= "ec400326633f011c3b7d390beb765ad955145a29" |
19 | SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3" | 19 | SRCREV_meta ?= "4c648bbbc7d2204d1b24f444aebb10f91c4ecae3" |
20 | 20 | ||
21 | 21 | ||
22 | PR = "r0" | 22 | PR = "r0" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb index f4eedb7df3..32d502fff9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | |||
@@ -8,7 +8,7 @@ KBRANCH = "${KMACHINE}" | |||
8 | LINUX_VERSION ?= "3.0.22" | 8 | LINUX_VERSION ?= "3.0.22" |
9 | 9 | ||
10 | SRCREV_machine ?= "c578f3a1f357142a6e02a1df4ae9aa16f45094d6" | 10 | SRCREV_machine ?= "c578f3a1f357142a6e02a1df4ae9aa16f45094d6" |
11 | SRCREV_meta ?= "808b49474268040ab27c8ee687b60807a11547b4" | 11 | SRCREV_meta ?= "d7b46785d6781e2c23d754f35f09bebd3b74b5bb" |
12 | 12 | ||
13 | PR = "r1" | 13 | PR = "r1" |
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 8e7842e7c3..58e1f6b172 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb | |||
@@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "804aff4612bb7a53ac4679412c2a78bc06e3c4ce" | |||
18 | SRCREV_machine_qemux86 ?= "7b0476fde681e828417d8fa86c47b0ca539ade70" | 18 | SRCREV_machine_qemux86 ?= "7b0476fde681e828417d8fa86c47b0ca539ade70" |
19 | SRCREV_machine_qemux86-64 ?= "14fe1742198bd5a85fbcf6e53d336838ff87b2ef" | 19 | SRCREV_machine_qemux86-64 ?= "14fe1742198bd5a85fbcf6e53d336838ff87b2ef" |
20 | SRCREV_machine ?= "c578f3a1f357142a6e02a1df4ae9aa16f45094d6" | 20 | SRCREV_machine ?= "c578f3a1f357142a6e02a1df4ae9aa16f45094d6" |
21 | SRCREV_meta ?= "808b49474268040ab27c8ee687b60807a11547b4" | 21 | SRCREV_meta ?= "d7b46785d6781e2c23d754f35f09bebd3b74b5bb" |
22 | 22 | ||
23 | PR = "r3" | 23 | PR = "r3" |
24 | PV = "${LINUX_VERSION}+git${SRCPV}" | 24 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb index 9be1bd944e..65e1ea08b7 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb | |||
@@ -24,7 +24,7 @@ SRCREV_machine_qemuppc ?= "8fc0489fffe4c626f9a8053ad86014e75073a3d0" | |||
24 | SRCREV_machine_qemux86 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" | 24 | SRCREV_machine_qemux86 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" |
25 | SRCREV_machine_qemux86-64 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" | 25 | SRCREV_machine_qemux86-64 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" |
26 | SRCREV_machine ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" | 26 | SRCREV_machine ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" |
27 | SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3" | 27 | SRCREV_meta ?= "4c648bbbc7d2204d1b24f444aebb10f91c4ecae3" |
28 | 28 | ||
29 | PR = "r0" | 29 | PR = "r0" |
30 | PV = "${LINUX_VERSION}+git${SRCPV}" | 30 | PV = "${LINUX_VERSION}+git${SRCPV}" |