Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-17 | rename packages/ to recipes/ per earlier agreement | Denys Dmytriyenko | 1 | |
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | ||||
2009-03-13 | meta-toolchain: use DEPLOY_DIR instead of TMPDIR/deploy for consistency | Denys Dmytriyenko | 1 | |
2009-01-16 | SDK: Rename 'SDK_PREFIX' to 'SDK_PATH' so that it has a meaning analogous to ↵ | Tom Rini | 1 | |
BUILD/TARGET/HOST This isn't a big deal until we introduce the rest of the SDK variables for doing Canadian builds. | ||||
2009-01-12 | libtool-sdk_1.5.10.bb, meta-toolchain.bb, task-sdk-host.bb: introduce | Julian_chu | 1 | |
sysroot libtool-sdk. Add libtool-sdk to help the meta toolchain using the .la files. Patch add_sysroot_function.patch is applied to teach libtool about LIBTOOL_SYSROOT_PATH . task-sdk-host.bb is updated along with its consumers to include libtool-sdk, and meta-toolchain.bb is updated to include this environment variable. | ||||
2009-01-12 | meta-toolchain.bb: introduce modify_opkg_conf | John Lee | 1 | |
By modifying the opkg config files in the toolchain, the toolchain can expend itself by installing packages from the repository. The default is to use DISTRO_FEED_URI. | ||||
2008-12-06 | meta-toolchain: Preserve value of PACKAGE_ARCHS | Mike Westerhof | 1 | |
This fixes build failures caused when building a "be" sdk/toolchain on a "le" machine, and vice-versa. | ||||
2008-06-21 | meta-toolchain: merge opkg fix from OM | Koen Kooi | 1 | |
2008-05-06 | meta-toolchain: Sync with Poky to take full advantage of the sysroot ↵ | Richard Purdie | 1 | |
simplifications and add various features. Also unbreaks uclibc toolchains | ||||
2008-03-18 | various: move over to opkg, as discussed on the mailinglist | Koen Kooi | 1 | |
* death to ipkg! | ||||
2008-02-28 | meta-toolchain: Sync with Poky. Add site-config file with distilled site ↵ | Richard Purdie | 1 | |
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 Lee | 1 | |
Add ability to find the directory of parent package if the child package is of different arch. | ||||
2008-01-16 | meta-toolchain*: Introduce name suffix for toolchain packages to avoid ↵ | Florian Boor | 1 | |
toolchain targets overwriting each other. | ||||
2007-12-10 | meta-toolchain: use FEED_ARCH in tarball-name | Koen Kooi | 1 | |
2007-12-01 | classes/meta-toolchain: Remove pkgmaps from use using pkgdata to provide all ↵ | Richard Purdie | 1 | |
functionality in a multimachine safe way instead (from poky). | ||||
2007-12-01 | meta-toolchain: Add a note about the libgcc package problems and factor out ↵ | Richard Purdie | 1 | |
a variable name (from poky) | ||||
2007-11-28 | meta-toolchain: properly fix .pc files to point to the toolchain directory. ↵ | Michael Lauer | 1 | |
closes #3426 | ||||
2007-11-18 | meta-toolchain: Sync with Poky | Richard Purdie | 1 | |
2007-10-17 | meta-toolchain: include target os to distinguish between (e)glibc and uclibc | Koen Kooi | 1 | |
2007-10-17 | meta-toolchain: softlink libgcc_s.so until libgcc_s-dev gets built | Michael Lauer | 1 | |
2007-10-16 | meta-toolchain: only touch pkgconfig files if they're actually present | Michael Lauer | 1 | |
2007-09-01 | meta-toolchain: Switch to use task-sdk-host and allow TOOLCHAIN tasks to be ↵ | Richard Purdie | 1 | |
overridden by the distro | ||||
2007-09-01 | meta-toolchain: Convert to use package_ipk fnuctions | Richard Purdie | 1 | |
2007-09-01 | meta-toolchain: Fix whitespace and merge in some improvements from poky | Richard Purdie | 1 | |
2007-06-19 | meta-toolchain: inherot rootfs_ipk for the index methods | Koen Kooi | 1 | |
2007-06-11 | meta-toolchain: apply some bits of #2393, still incomplete | Koen Kooi | 1 | |
2007-04-04 | meta packages: Create a new class, clean up the code and add correct ↵ | Richard Purdie | 1 | |
dependencies for bitbake 1.8 | ||||
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 1 | |
2006-11-20 | another set of parse errors fixing | Marcin Juszkiewicz | 1 | |
2006-11-20 | Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS ↵ | Richard Purdie | 1 | |
in preparation for deb handling | ||||
2006-11-14 | meta-toolchain.bb: remove hardcoded references | Koen Kooi | 1 | |
2006-05-27 | Clean up IPKG_ARCHS as it was being used inconsistently, often with ↵ | Richard Purdie | 1 | |
duplication. Create IPKG_EXTRA_ARCHS to add to the standard variable. Update documentation.conf with the details. | ||||
2006-03-11 | meta-toolchain: add a .bb to generate a tarball of the SDK toolchain | Koen Kooi | 1 | |
task-sdk: add a task-sdk-bare only containing glibc bits |