| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Fixes
do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
cross_canadian_bindirlinks would create appropritate symlinks in SDK
so that mutliple libc toolchains can live in same SDK
gcc and binutils already use it, clang cross-canadian should use it too
Otherwise clang is not found correctly when SDK env is set
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
These deps makes sure that when the individual target is built then it
bullds a working tool
no need to stage into ${D}${bindir_crossscripts} unnecessarily
when staging code is undoing that
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
These are manipulating nativesdk clang to be used as SDK cross
compiler option
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|