aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-05-17scim: add 1.4.6 recipelaibsch/scimRolf Leggewie
2009-05-17scim: replace "sed;mv" with "sed -i"Rolf Leggewie
2009-05-17scim: create .inc and add 1.4.6 recipeRolf Leggewie
2009-05-17checksums.ini: add scim 1.4.6 and 1.4.9Rolf Leggewie
2009-05-17scim: add 1.4.9Rolf Leggewie
2009-05-17bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)Rolf Leggewie
2009-05-17(e)glibc-package: enable binary locale generation on x86 and x86_64Roman I Khimov
Works well for this targets, so we can add that to BINARY_LOCALE_ARCHES whitelist. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-17(e)glibc-package: set LD_LIBRARY_PATH on binary locale generationRoman I Khimov
Locale generation might fail with SIGSEGV if host libs get messed with target libs, that might easily happen via /etc/ld.so.cache when building x86(_64) target on x86(_64) host. So explicitly specify LD_LIBRARY_PATH to prevent that. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-17(e)glibc-package: fix kernel version passed to qemuRoman I Khimov
Binary locale generation fails with FATAL: kernel too old if (e)glibc is configured for kernels newer than 2.6.16. This comes from kernel version check in sysdeps/unix/sysv/linux/dl-osinfo.h. We configure (e)glibc with "--enable-kernel=${OLDEST_KERNEL}", so to pass this check we need kernel version reported from QEMU to (e)glibc be $OLDEST_KERNEL or higher. Fix qemu "-r" parameter to match OLDEST_KERNEL. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-17linux-kirkwood_2.6.29.2.bb : add CPUIDLE support so hopefully we wasteGraeme Gregory
less power while idle
2009-05-17at91bootstrap_2.11: updated patch for AFEB9260 with thumb.Sergey Lapin
2009-05-17at91bootstrap: fixed machine name directorySergey Lapin
2009-05-17Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Sergey Lapin
into org.openembedded.dev
2009-05-17checksum.ini: adding at91bootstrap ver 11Sergey Lapin
2009-05-16mysql: mysql_config produced by this build specifies host includes and libs, ↵Tim 'timtim' Ellis
sed these out so we can use this to cross compile stuff with QA checks
2009-05-16netpbm: Make this aware of LDFLAGS, fixes QA GNU_HASH issueTim 'timtim' Ellis
2009-05-16mpeg-encode: Make this aware of LDFLAGS, fixes QA GNU_HASH issueTim 'timtim' Ellis
2009-05-16hdparm: added 9.15Marcin Juszkiewicz
2009-05-16linux-kirkwood: Add GSPCA based webcams as modulesTim 'timtim' Ellis
2009-05-16webkit: bump SRCREVKoen Kooi
* runtime tested on angstrom/beagleboard
2009-05-16Merge branch 'org.openembedded.dev' of ↵Graeme Gregory
git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-05-16linux-kirkwood_2.6.29.2.bb : fix PR to new schemeGraeme Gregory
2009-05-16linux-kirkwood: fix MACHINE_KERNEL_PRKoen Kooi
2009-05-16linux-kirkwood_2.6.29.2.bb : add kludge to allow SDHC cards to workGraeme Gregory
2009-05-16kexec-tools-static_2.0.0: another step towards klibc statical linking - ↵Andrea Adami
retry with purgatory.c - FIXME: kcc LDFLAGS - STILL FAILING BUILD
2009-05-16kexec-tools-static_2.0.0: more fixes towards klibc static linkingAndrea Adami
- still failing do_compile - FIXME: sha256_update was taken from old 1.110 version - FIXME: forced nr_cpus = 1 vs. nr_cpus = sysconf(_SC_NPROCESSORS_CONF) - don't bump PR - no runtime yet :/
2009-05-16at91bootstrap: added v2.11Sergey Lapin
2009-05-16at91bootstrap: generalization of recipesSergey Lapin
2009-05-16Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-05-16linux-kirkwood: update to 2.6.29.2Koen Kooi
2009-05-16connman-gnome: add (default disabled) git versionKoen Kooi
2009-05-16mtd-utils-natice 1.2.0+git: raise default pref for angstromKoen Kooi
2009-05-16connman update to 0.19Koen Kooi
2009-05-16checksums: add more checksumsKoen Kooi
2009-05-16sane-srcrevs: bump linux-bug to get recent fixesMarcin Juszkiewicz
2009-05-16fbprogress: BUG only tool to show boot progress on built-in monochrome LCDMarcin Juszkiewicz
2009-05-16sane-srcrevs: update linux-bug to get Ethernet fixedMarcin Juszkiewicz
2009-05-15podget: libiconv in RDEPENDS is most certainly incorrectRolf Leggewie
* moving libiconv out of RDEPENDS and virtual/libiconv into DEPENDS
2009-05-15kexec-tools_2.0.0: initial commit - kexec-tools_2.0.0 compiles just fine - ↵Andrea Adami
kexec-tools-static_2.0.0 breaks during do_compile (against klibc) - setting DEFAULT_PREFERENCE = "-1"
2009-05-15uim: update SRC_URI to point to googlecode.comRolf Leggewie
2009-05-15doc: change openembedded.net reference to openembedded.orgCliff Brake
2009-05-15llvm2.6-native: Revert SRCPV usage (its not appropriate here).Robert Schuster
* fixed the build patch (removed conflict markers) llvm2.6: Dito.
2009-05-14collections.inc: add collections to BBPATH, handle typos in COLLECTIONS, etc.Chris Larson
- Alters BBPATH to include the newly unpacked collections, then automatically re-exec's bitbake with the new BBPATH to ensure the classes/.confs/etc from those collections are available to bitbake. - Handle typos in the COLLECTIONS variable by warning when glob returns nothing for a given item. - Correctly handle trailing slashes in collection paths, the previous workaround was making the order for the collection priorities undefined. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-05-14Shorten some full paths printed to the user.Chris Larson
Adds a base_path_out convenience function, which prepares a full path for display to the user. The initial implementation just makes it relative to ${TOPDIR}. This function is then used for some messages outputted to the user (packaged-staging, patch application, clean, unpack tasks). Signed-off-by: Chris Larson <clarson@mvista.com>
2009-05-14First pass of cleanup of messages outputted to the user.Chris Larson
OpenEmbedded outputs a lot of messages that the user is likely to never care about. We should only output something when it reflects upon their recipe (i.e. unpacking their sources, applying their patches), or is quite significant or unusual. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-05-14evtest: Fixed GNU_HASH QA error.Theodore A. Roth
Signed-off-by: Theodore A. Roth <taroth@gmail.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-05-14AFEB9260 is not supported with 2.6.28-rc6 kernel anymoreSergey Lapin
2009-05-14linux: added 2.6.30-rc4Sergey Lapin
2009-05-14u-boot_git: updated for latest version for afeb9260Sergey Lapin
2009-05-14AFEB9260: add 180MHz config, split machine confSergey Lapin
I really do this just because I need to support 2 board variants 180 MHz and default 166MHz. Each one needs different setup for at91bootstrap and (probably) u-boot.