summaryrefslogtreecommitdiff
path: root/packages/meta/meta-toolchain.bb
AgeCommit message (Collapse)AuthorFiles
2008-06-21meta-toolchain: merge opkg fix from OMKoen Kooi1
2008-05-06meta-toolchain: Sync with Poky to take full advantage of the sysroot ↵Richard Purdie1
simplifications and add various features. Also unbreaks uclibc toolchains
2008-03-18various: move over to opkg, as discussed on the mailinglistKoen Kooi1
* death to ipkg!
2008-02-28meta-toolchain: Sync with Poky. Add site-config file with distilled site ↵Richard Purdie1
configuration from OE, add environment setup script to tarball, add version file to tarball. Generate extras package with tarball separately since this information is only needed when using the toolchain with OE as an external toolchain. Change the way the target packages are installed so fix bugs with the previous approach
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