mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
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>
8 lines
142 B
BlitzBasic
8 lines
142 B
BlitzBasic
require gdb-common.inc
|
|
require gdb-cross-canadian.inc
|
|
|
|
PR = "r1"
|
|
|
|
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
|
|
EXPAT = "--with-expat"
|