summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
2009-03-24python-pyrex_0.9.8.5.bb: Point SRC_URI to the updated location.Charles Clément1
checksums.ini: Add checksum for new location of python-pyrex. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-03-24linux-libc-headers_2.6.29.bb: Add 2.6.29 kernel headers recipe.Khem Raj1
This kernel headers recipe has few changes compared to old ones. We do not export procinfo.h manually anymore we need to fix the packages which use it to use hwcap.h instead or use something of there own. glibc/arm was one package that relied on it in past but it has been fixed since. If we need to patch glibc then we should backport the patch to 2.6.1
2009-03-24hostap-daemon: package version 0.6.9 (from Adrien Demarez)Jeremy Lainé1
2009-03-24wrap: fix tuningwoglinde1
2009-03-24angstrom preferred versions: remove libosip version that no-one can explainKoen Kooi1
2009-03-23bitbake.conf: resurrect FILESDIR, didn't intend its complete removal just yet.Chris Larson1
Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-03-23Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj5
into org.openembedded.dev
2009-03-23kirkwood: clean up kernel and machine file a bitKoen Kooi1
2009-03-22c7x0.conf: fix typo (rootfs is 53 MB)Andrea Adami1
2009-03-22sheevaplug: Add machine config for Sheevaplug and a generic include for ↵Tim 'timtim' Ellis2
Kirkwood platforms
2009-03-22bitbake.conf: --no-check-certificate was added to the wrong place for ↵Denys Dmytriyenko1
RESUMECOMMAND_wget
2009-03-22checksums.ini : Add checksums for libconfig-1.3.1.tar.gz and qwo-0.4.tar.gz.Philip Balister1
2009-03-21Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj5
into org.openembedded.dev
2009-03-21SlugOS: remove preferred_version restrictions for more packages.Mike Westerhof1
2009-03-21SlugOS: preferred_slugos_versions.inc - bump up libtoolMike Westerhof1
and remove restrictions caused by the older libtool.
2009-03-21bitbake.conf: make cvs and wget fetching obey PATH from the metadata.Chris Larson1
This is a workaround. The cvs and wget fetchers should be modified to use the runfetchcmd method, which lets certain metadata variables through when executing the fetch commands. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bitbake.conf: Make FILESPATH only contain directories that actually exist.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bitbake.conf: Move the list of vars shown in the pre-build config display to ↵Chris Larson1
here. Now a distro or machine can add their own variables to display. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bitbake.conf: rework FILESPATH generation.Chris Larson1
Rework FILESPATH generation to be done in bitbake.conf, avoiding the confusion about it being in multiple places. Adds FILESPATHBASE and FILESPATHPKG which can be manipulated rather than manipulating FILESPATH directly. One usage possibility: FILESPATHBASE =. "${TOPDIR}/files:" Which would let me provide a custom busybox config for this build by copying the defconfig from the openembedded metadata into my build/files/busybox-1.0/ directory, for example. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21minimal.conf: override OVERRIDES to include the MACHINE_CLASSMichael 'Mickey' Lauer1
2009-03-21libeflvala: new recipe; Vala bindings for the Enlightenment Foundation LibrariesMichael 'Mickey' Lauer1
2009-03-21frameworkd: bump to current HEAD; add configuration for htc-msm7 ↵Michael 'Mickey' Lauer1
MACHINE_CLASS and motorola-ezx MACHINE_CLAS
2009-03-21motorola-ezx-base.inc: set MACHINE_CLASS for overridesMichael 'Mickey' Lauer1
2009-03-20Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj1
into org.openembedded.dev
2009-03-20SlugOS: bump automake-native to 1.10.2Mike Westerhof1
2009-03-20sane-srcrevs.inc: Bump the sane srcrev for uclibc.Khem Raj1
2009-03-20angstrom 2009.X: bump gtk+ and glib-2.0, runtime tests don't show obvious ↵Koen Kooi1
regressions
2009-03-20sqlite3: update to 3.6.5Koen Kooi1
2009-03-20checksums.ini: Added swt-gtk 3.4.2 entry.Robert Schuster1
2009-03-20preferred-om-2008-versions.inc: Update jamvm preference to 1.5.2.Robert Schuster1
2009-03-20chinook-compat.conf: Declare preference on automake-native 1.9.6.Robert Schuster1
2009-03-20chinook-compat.conf: Fix automake-native preference.Robert Schuster1
2009-03-20chinook-compat.conf: Prefer fakeroot-native 1.9.6.Robert Schuster1
2009-03-20chinook-compat: Updated versions of packages that where removed from OE.Robert Schuster1
2009-03-20checksums.ini: Added classpath 0.98 entry.Robert Schuster1
2009-03-20checksums.ini: Added cacao 0.99.4 entry.Robert Schuster1
2009-03-19Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks9
into org.openembedded.dev
2009-03-19Add yum and createrepo (from Poky)Richard Purdie1
Squashed set of changes from Poky: svn r5098 - Add yum-native and createrepo svn r5108 - createrepo-native: Add fix for empty data fields when creating repositories svn r5109 - yum-native: Add patch to fix install paths svn r5110 - yum-native: Add some hacks to make yum work better in the cross build case svn r5118 - yum-native: add depends on libxml2-native svn r5130 - yum-native: Add NOPOST and NOTRIGGERS flags when installing packages svn r5133 - yum-native: Add extract-postinst.awk script for use during rootfs generation svn r5142 - createrepo-native: added dependency on Python svn r5157 - yum: Add yum-install-recommends.py script to handle installing Recommends svn r5379 - yum: added 3.2.18 svn r5385 - yum-metadata-parser: fixed dependencies svn r5392 - yum: do not hardcode arm architecture - rootfs_rpm provide arch info svn r5395 - yum: Don't apply hacks.patch, its only needed for the native version svn r5396 - yum-native: Fix hacks.patch to handle architecture detection issues svn r5426 - yum: fixed packaging svn r5427 - yum: added all required Python modules to dependencies OE changes: yum: do not hardcode /usr yum-native: added intltool-native to dependencies - spotted by Tom Rini
2009-03-19local.conf.sample: Replace packages/ with recipes/.Theodore A. Roth1
2009-03-19sane-toolchain.inc: move non-weak assignments for CACHE and DEPLOY_DIR to ↵Michael 'Mickey' Lauer2
minimal.conf; make them weak You can override DEPLOY_DIR now in your local.conf.
2009-03-19fso-autorev: add libeflvalaMichael 'Mickey' Lauer1
2009-03-19bitbake.conf: weak assignment for DEPLOY_DIRMichael 'Mickey' Lauer1
2009-03-19webkit-gtk: bump SRCREVKoen Kooi1
2009-03-19libproxy: add 0.2.3Koen Kooi1
2009-03-19abiword: update to 2.6.8Koen Kooi1
2009-03-19glib-2.0: add 2.20Koen Kooi1
2009-03-18openezx-kernel: update to sane version; we're now at 2.6.29-rc8. Fix branch ↵Michael 'Mickey' Lauer1
and remove command line args for good.
2009-03-17dm355-leopard: add more machine featuresKoen Kooi1
2009-03-17checksums.ini: added fakeroot 1.12.1Marcin Juszkiewicz1
2009-03-17Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi3
into org.openembedded.dev