Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH. | Lianhao Lu | 2010-12-10 | 1 | -1/+1 |
| | | | | | | | | | | | Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH for cross-canadian packages. This is due to the TARGET_ARCH of x86_64 would results incorrect packaging in cross-canadian packages. The pacakge name appendix of x86_64 target in cross-canadian packages is x86-64. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> | ||||
* | cross-canadian: pkg name includes target arch | Lianhao Lu | 2010-12-10 | 1 | -0/+7 |
This commit fixes Bug #528. 1. Added the target arch name to the pkg name of gcc-cross-canadian, gdb-cross-candian and bintuils-cross-candian. 2. Move the cross-canadian pkgs out of task-sdk-host into a new task task-cross-canadian. 3. Added the RDEPENDS of task-cross-canadian into meta-toolchain. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> |