diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-07-11 14:37:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-11 17:43:04 +0100 |
commit | 89008d4fedb253184d9e651243cd98fe8c29d52f (patch) | |
tree | a024882c033cc12b73d4ea7751bfde8ed20d9a50 | |
parent | 8514aa99e812f5f231c4d550a4716b17403d6c70 (diff) | |
download | poky-89008d4fedb253184d9e651243cd98fe8c29d52f.tar.gz |
linux-yocto-3.0/meta-yocto: perf script fixes
Updating the yocto reference boards to have the perf scripting fixes
from 3.2/3.4:
cef17a1 perf: add sgidefs.h to for mips builds
3258da3 perf: change --root to --prefix for python install
1f9c25b perf: add 'libperl not found' warning
f2b1bf1 perf: use pkg-config instead of python-config
568e05f perf tools: Add support to install perf python extension
7e47f81 Revert "perf: hard-code NO_LIBPERL/NO_LIBPYTHON"
(From meta-yocto rev: 46cc23ac62bfd4528aecc2f049326d0137e713b9)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend index fc1a7df766..9641336cf6 100644 --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -3,10 +3,10 @@ KBRANCH_routerstationpro = "yocto/standard/routerstationpro" | |||
3 | KBRANCH_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" | 3 | KBRANCH_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" |
4 | KBRANCH_beagleboard = "yocto/standard/beagleboard" | 4 | KBRANCH_beagleboard = "yocto/standard/beagleboard" |
5 | 5 | ||
6 | SRCREV_machine_atom-pc ?= "45d64709c00fce6e9b76a638c4ca6f30a8e9d25a" | 6 | SRCREV_machine_atom-pc ?= "834c2a69c87ee7211932f8ec5102a472828abcb1" |
7 | SRCREV_machine_routerstationpro ?= "af74f58ef6ffdc68cc77d314ad31bd6a322309d3" | 7 | SRCREV_machine_routerstationpro ?= "1c17c082b6ee565acc176cde5be835ac4269817b" |
8 | SRCREV_machine_mpc8315e-rdb ?= "0c781e306559d5e9816e202a60aa2543f4eea39e" | 8 | SRCREV_machine_mpc8315e-rdb ?= "f2312437b52dda4499310aacb4c561ba8b8cbeb7" |
9 | SRCREV_machine_beagleboard ?= "567c989c90ce5f2c62f6ef788be763150b65a0fb" | 9 | SRCREV_machine_beagleboard ?= "3ab688a78cac7b2e32afc83376a53370f2bd13b7" |
10 | 10 | ||
11 | 11 | ||
12 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | 12 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" |