summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
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-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-20SlugOS: bump automake-native to 1.10.2Mike Westerhof1
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
2009-03-17ffmpeg: add 0.5 releaseKoen Kooi1
2009-03-17webkit-qt(opia): drop obsolete test packagesJeremy Lainé1
* remove webkit-qt and webkit-qtopia, webkit support is now provided as part of Qt itself Acked-By: Holger Hans Peter Freyther <zecke@selfish.org>
2009-03-17wrap.conf: no extra kernel-recpie needed use the plain oneswoglinde1
2009-03-17checksums.ini: fix entry of busybox-1.13.2-modprobe.patchwoglinde1
2009-03-17fso-autorev.inc: add libfsoframework and fsodevicedMichael 'Mickey' Lauer1
2009-03-17minimal: ship debug apps, if requestedMichael 'Mickey' Lauer1
2009-03-17checksums.ini: Update checksum for phoneserver, soundserver, and voicecall.Khem Raj1
2009-03-16Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks1
into org.openembedded.dev
2009-03-16m4: Updated to version 1.4.12.Stanislav Brabec1
2009-03-14xmltv: created: Functionality related to the XMLTV file format for TV listingsFrans Meulenbroeks1
note: this is not tested yet; will do so asap, but wanted to have it archived
2009-03-14checksums: corrected twig checksum (copied one digit too little)Frans Meulenbroeks1