summaryrefslogtreecommitdiffstats
path: root/meta/classes/toolchain-scripts.bbclass
AgeCommit message (Collapse)Author
2010-09-16toolchain-scripts: Add POKY_TARGET_SYSROOT variable for SDK usageRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-16toolchain-scripts: Export TARGET_PREFIX and GDB variables for SDK usageRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07toolchain-scripts: export extra variables for use by scriptsJoshua Lock
Export the location of the native sysroot for use in the scripts to determine the location of native binaries. Also add a POKY_DISTRO_VERSION to the external toolchain environment as a method of determining if we're running under a build directory or not i.e. not if the variable is empty Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-31toolchain-scripts.bbclass: inherit siteinfoKevin Tian
or else 'siteinfo_get_files undefined' error occurs Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-11meta-ide-support: A dummy recipe to install everthing for target developmentJoshua Lock
Move the environment-setup script generation into a separate class and adapt meta-toolchain to use it. Add a new dummy target, meta-ide-support, to install an appropriately configured script to TMPDIR and ensure all of the required packages for target development are available. Signed-off-by: Joshua Lock <josh@linux.intel.com>