diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-06-06 12:11:36 -0400 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-06-07 13:59:22 -0700 |
commit | 37d83881a6451f6a17ce7a9c05b0a3ad83bcbad7 (patch) | |
tree | 459ee9f3f407d0147008d7141263209c6f34a481 /meta-yocto/recipes-kernel | |
parent | 5d22ea3c8b19e880b85446f0b667655c9a3c7ac0 (diff) | |
download | poky-37d83881a6451f6a17ce7a9c05b0a3ad83bcbad7.tar.gz |
linux-yocto/meta-yocto: make e1000e structure common [commit: bec3f1e8c]
During work on 1.1 BSPs, some driver options changed. The
result was that the upstream fix b1d670f10e8078485884f0cf7e384d890909aeaa
needs to be available for all BSPs.
These SRCREV updates are the result of making that commit common.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-yocto/recipes-kernel')
-rw-r--r-- | meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend index 1c047dcb6e..84e31e96ac 100644 --- a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend | |||
@@ -3,11 +3,11 @@ KMACHINE_routerstationpro = "yocto/standard/routerstationpro" | |||
3 | KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" | 3 | KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" |
4 | KMACHINE_beagleboard = "yocto/standard/beagleboard" | 4 | KMACHINE_beagleboard = "yocto/standard/beagleboard" |
5 | 5 | ||
6 | SRCREV_machine_emenlow = "eb2a1892c00af7fab33468a517746a8aad77524f" | 6 | SRCREV_machine_emenlow = "7dd88fc03db50b131e4a96e6af8036a836ccc300" |
7 | SRCREV_machine_atom-pc = "002bf30a72fa11c77094b25bead5297f842263d8" | 7 | SRCREV_machine_atom-pc = "1ccece1d42a598fef0f5f9666c9c81315302c129" |
8 | SRCREV_machine_routerstationpro = "a210863ce9f16d371ed955d54af97cc41c87bb0e" | 8 | SRCREV_machine_routerstationpro = "8b5f5129292bb218435ac9ffa1fb9943bdc7d456" |
9 | SRCREV_machine_mpc8315e-rdb = "9985e4c7445696dfd5384553b972d191bf672c76" | 9 | SRCREV_machine_mpc8315e-rdb = "dcf359635969abdbdd15f60b702ab17ed6174892" |
10 | SRCREV_machine_beagleboard = "30d267e93a2671718ceeccf3e4ecbae2536902e0" | 10 | SRCREV_machine_beagleboard = "9cb5c3fb1634e541cacceeb8c8cabe88afa5b080" |
11 | 11 | ||
12 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | 12 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" |
13 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" | 13 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" |