aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-sdk
AgeCommit message (Collapse)Author
2021-09-01Convert to new overrides syntax for honisterChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2016-02-20Switch nativesdk-external-script to targetChristopher Larson
This alters the vars for the cross-compiler, not the build tools, so this is most appropriate, and is one less thing to have in TOOLCHAIN_HOST_TASK. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2016-02-18nativesdk-external-script: set INHIBIT_DEFAULT_DEPSChristopher Larson
This is a script -- we don't want to suck in the toolchain. I thought about also pulling in allarch, but I don't know how that interacts with nativesdk yet. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2015-10-07Use --no-sysroot-suffixChristopher Larson
With this, we can avoid the need to create a symlink for the multilib sysroot suffix. This also adds a nativesdk package to the sdk to adjust the environment setup there to use it as well. JIRA: SB-6018 Signed-off-by: Christopher Larson <chris_larson@mentor.com>