summaryrefslogtreecommitdiff
path: root/packages/meta/meta-toolchain.bb
AgeCommit message (Collapse)AuthorFiles
2008-01-17(Merge OM mtn modification back into mainline)John Lee1
Add ability to find the directory of parent package if the child package is of different arch.
2008-01-16meta-toolchain*: Introduce name suffix for toolchain packages to avoid ↵Florian Boor1
toolchain targets overwriting each other.
2007-12-10meta-toolchain: use FEED_ARCH in tarball-nameKoen Kooi1
2007-12-01classes/meta-toolchain: Remove pkgmaps from use using pkgdata to provide all ↵Richard Purdie1
functionality in a multimachine safe way instead (from poky).
2007-12-01meta-toolchain: Add a note about the libgcc package problems and factor out ↵Richard Purdie1
a variable name (from poky)
2007-11-28meta-toolchain: properly fix .pc files to point to the toolchain directory. ↵Michael Lauer1
closes #3426
2007-11-18meta-toolchain: Sync with PokyRichard Purdie1
2007-10-17meta-toolchain: include target os to distinguish between (e)glibc and uclibcKoen Kooi1
2007-10-17meta-toolchain: softlink libgcc_s.so until libgcc_s-dev gets builtMichael Lauer1
2007-10-16meta-toolchain: only touch pkgconfig files if they're actually presentMichael Lauer1
2007-09-01meta-toolchain: Switch to use task-sdk-host and allow TOOLCHAIN tasks to be ↵Richard Purdie1
overridden by the distro
2007-09-01meta-toolchain: Convert to use package_ipk fnuctionsRichard Purdie1
2007-09-01meta-toolchain: Fix whitespace and merge in some improvements from pokyRichard Purdie1
2007-06-19meta-toolchain: inherot rootfs_ipk for the index methods Koen Kooi1
2007-06-11meta-toolchain: apply some bits of #2393, still incompleteKoen Kooi1
2007-04-04meta packages: Create a new class, clean up the code and add correct ↵Richard Purdie1
dependencies for bitbake 1.8
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-11-20another set of parse errors fixingMarcin Juszkiewicz1
2006-11-20Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS ↵Richard Purdie1
in preparation for deb handling
2006-11-14meta-toolchain.bb: remove hardcoded referencesKoen Kooi1
2006-05-27Clean up IPKG_ARCHS as it was being used inconsistently, often with ↵Richard Purdie1
duplication. Create IPKG_EXTRA_ARCHS to add to the standard variable. Update documentation.conf with the details.
2006-03-11meta-toolchain: add a .bb to generate a tarball of the SDK toolchainKoen Kooi1
task-sdk: add a task-sdk-bare only containing glibc bits