diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-18 03:16:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-18 19:49:41 +0100 |
commit | 6942108fdb4919977c23983e22d2c3135d2ddebb (patch) | |
tree | 8a420c4cebe58ebba7a8819b98cc83c56e20498f /meta | |
parent | 99b41732458871080cfa7a9bad3f8dfe03e026be (diff) | |
download | poky-6942108fdb4919977c23983e22d2c3135d2ddebb.tar.gz |
linux-yocto/3.8: add haswell-wc board config and branch
Bumping the meta branch SRCREV to import the following board support:
meta: add haswell-wc bsp for Intel Haswell Platform (Walnut Canyon CRB) scc and config files
Signed-off-by Ong Boon Leong <boon.leong.ong@intel.com>
(From OE-Core rev: fcca6317543e8be0bd2da1f45ac99448c24b4e48)
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.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.8.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb index f1327d5ba3..a55a1977d6 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | |||
@@ -10,7 +10,7 @@ KMETA = "meta" | |||
10 | 10 | ||
11 | SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56" | 11 | SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56" |
12 | SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337" | 12 | SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337" |
13 | SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc" | 13 | SRCREV_meta ?= "dfeaae26b811cb006f3013a1be7bb2de54d9c015" |
14 | 14 | ||
15 | PR = "${INC_PR}.1" | 15 | PR = "${INC_PR}.1" |
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | 16 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb index 5c5320735b..03723de307 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb | |||
@@ -13,7 +13,7 @@ LINUX_VERSION ?= "3.8.13" | |||
13 | KMETA = "meta" | 13 | KMETA = "meta" |
14 | 14 | ||
15 | SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | 15 | SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" |
16 | SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc" | 16 | SRCREV_meta ?= "dfeaae26b811cb006f3013a1be7bb2de54d9c015" |
17 | 17 | ||
18 | PR = "${INC_PR}.1" | 18 | PR = "${INC_PR}.1" |
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb index 4a2ddea519..a921a0f87e 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb | |||
@@ -10,7 +10,7 @@ SRCREV_machine_qemuppc ?= "698eada61d9385b42dd117858b943655b565084b" | |||
10 | SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | 10 | SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" |
11 | SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | 11 | SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" |
12 | SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | 12 | SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" |
13 | SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc" | 13 | SRCREV_meta ?= "dfeaae26b811cb006f3013a1be7bb2de54d9c015" |
14 | 14 | ||
15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
16 | 16 | ||