diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-09-20 13:34:43 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-21 11:10:05 +0100 |
commit | df0197810e72337093ea6ced1c8b28eeeef8a7a8 (patch) | |
tree | 4a4d16b0a2c136afcd1087366441fcfcdd5fa7af /meta/recipes-kernel/linux/linux-yocto_3.4.bb | |
parent | 3c7aac33cb63dc63b989db4e9d7389a7f4d3c18d (diff) | |
download | openembedded-core-df0197810e72337093ea6ced1c8b28eeeef8a7a8.tar.gz openembedded-core-df0197810e72337093ea6ced1c8b28eeeef8a7a8.tar.bz2 openembedded-core-df0197810e72337093ea6ced1c8b28eeeef8a7a8.zip |
linux-yocto/3.4: use profiling and latencytop features in yocto bsps
Updating the meta SRCREVs to pickup the following configuration change:
594994c meta: use profiling and latencytop features in yocto bsps
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.4.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 06dd677fcb..8cda0c3e6b 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb @@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "cf4bad14983753ad4b592c40fb36466b202b24a4" SRCREV_machine_qemux86 ?= "59c3ff750831338d05ab67d5efd7fc101c451aff" SRCREV_machine_qemux86-64 ?= "59c3ff750831338d05ab67d5efd7fc101c451aff" SRCREV_machine ?= "59c3ff750831338d05ab67d5efd7fc101c451aff" -SRCREV_meta ?= "7c50e572635d356f0b66d9ab90823f127f835744" +SRCREV_meta ?= "594994cb4c19bb4f2e8100ffe0599aef8b2e8b4c" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |