diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-05-08 10:52:30 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-08 16:17:49 +0100 |
commit | b1867950831ab6edb00b819f4cde81d40007f22e (patch) | |
tree | 54b534171992774829320ef04082e99369f066e2 /meta-yocto/recipes-kernel | |
parent | bdc258eb9960ca925db25435c2a39bb4b201becd (diff) | |
download | poky-b1867950831ab6edb00b819f4cde81d40007f22e.tar.gz |
meta-yocto/linux-yocto-3.0: update branch mappings for new tools
Updates to the kern-tools to be more flexible and support multiple
upstream repository formats means that KMACHINE should really only
map to a machine and that KBRANCH should specify branch information.
To adapt to this change, we split the hardware reference boards into
KMACHINE and KBRANCH mappings.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/recipes-kernel')
-rw-r--r-- | meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | 10 |
1 files changed, 6 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 68c7cad840..4c483ca9c5 100644 --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -1,8 +1,10 @@ | |||
1 | KMACHINE_atom-pc = "yocto/standard/common-pc/atom-pc" | 1 | KBRANCH_atom-pc = "yocto/standard/common-pc/atom-pc" |
2 | KMACHINE_routerstationpro = "yocto/standard/routerstationpro" | 2 | KBRANCH_routerstationpro = "yocto/standard/routerstationpro" |
3 | KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" | 3 | KBRANCH_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" |
4 | KMACHINE_beagleboard = "yocto/standard/beagleboard" | 4 | KBRANCH_beagleboard = "yocto/standard/beagleboard" |
5 | 5 | ||
6 | # temporary until 3.0 tree is updated to have machine mapping | ||
7 | KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb" | ||
6 | 8 | ||
7 | SRCREV_machine_atom-pc ?= "afdda882f902dd28693cd8701a7d497958290f09" | 9 | SRCREV_machine_atom-pc ?= "afdda882f902dd28693cd8701a7d497958290f09" |
8 | SRCREV_machine_routerstationpro ?= "220d89fcf345ee28fb0cdcf0f33f83b3dc7c460f" | 10 | SRCREV_machine_routerstationpro ?= "220d89fcf345ee28fb0cdcf0f33f83b3dc7c460f" |