Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-22 | c7x0.conf: fix typo (rootfs is 53 MB) | Andrea Adami | 1 | |
2009-03-22 | sheevaplug: Add machine config for Sheevaplug and a generic include for ↵ | Tim 'timtim' Ellis | 2 | |
Kirkwood platforms | ||||
2009-03-22 | bitbake.conf: --no-check-certificate was added to the wrong place for ↵ | Denys Dmytriyenko | 1 | |
RESUMECOMMAND_wget | ||||
2009-03-22 | checksums.ini : Add checksums for libconfig-1.3.1.tar.gz and qwo-0.4.tar.gz. | Philip Balister | 1 | |
2009-03-21 | SlugOS: remove preferred_version restrictions for more packages. | Mike Westerhof | 1 | |
2009-03-21 | SlugOS: preferred_slugos_versions.inc - bump up libtool | Mike Westerhof | 1 | |
and remove restrictions caused by the older libtool. | ||||
2009-03-21 | bitbake.conf: make cvs and wget fetching obey PATH from the metadata. | Chris Larson | 1 | |
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-21 | bitbake.conf: Make FILESPATH only contain directories that actually exist. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-03-21 | bitbake.conf: Move the list of vars shown in the pre-build config display to ↵ | Chris Larson | 1 | |
here. Now a distro or machine can add their own variables to display. Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-03-21 | bitbake.conf: rework FILESPATH generation. | Chris Larson | 1 | |
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-21 | minimal.conf: override OVERRIDES to include the MACHINE_CLASS | Michael 'Mickey' Lauer | 1 | |
2009-03-21 | libeflvala: new recipe; Vala bindings for the Enlightenment Foundation Libraries | Michael 'Mickey' Lauer | 1 | |
2009-03-21 | frameworkd: bump to current HEAD; add configuration for htc-msm7 ↵ | Michael 'Mickey' Lauer | 1 | |
MACHINE_CLASS and motorola-ezx MACHINE_CLAS | ||||
2009-03-21 | motorola-ezx-base.inc: set MACHINE_CLASS for overrides | Michael 'Mickey' Lauer | 1 | |
2009-03-20 | SlugOS: bump automake-native to 1.10.2 | Mike Westerhof | 1 | |
2009-03-20 | angstrom 2009.X: bump gtk+ and glib-2.0, runtime tests don't show obvious ↵ | Koen Kooi | 1 | |
regressions | ||||
2009-03-20 | sqlite3: update to 3.6.5 | Koen Kooi | 1 | |
2009-03-20 | checksums.ini: Added swt-gtk 3.4.2 entry. | Robert Schuster | 1 | |
2009-03-20 | preferred-om-2008-versions.inc: Update jamvm preference to 1.5.2. | Robert Schuster | 1 | |
2009-03-20 | chinook-compat.conf: Declare preference on automake-native 1.9.6. | Robert Schuster | 1 | |
2009-03-20 | chinook-compat.conf: Fix automake-native preference. | Robert Schuster | 1 | |
2009-03-20 | chinook-compat.conf: Prefer fakeroot-native 1.9.6. | Robert Schuster | 1 | |
2009-03-20 | chinook-compat: Updated versions of packages that where removed from OE. | Robert Schuster | 1 | |
2009-03-20 | checksums.ini: Added classpath 0.98 entry. | Robert Schuster | 1 | |
2009-03-20 | checksums.ini: Added cacao 0.99.4 entry. | Robert Schuster | 1 | |
2009-03-19 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Frans Meulenbroeks | 9 | |
into org.openembedded.dev | ||||
2009-03-19 | Add yum and createrepo (from Poky) | Richard Purdie | 1 | |
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-19 | local.conf.sample: Replace packages/ with recipes/. | Theodore A. Roth | 1 | |
2009-03-19 | sane-toolchain.inc: move non-weak assignments for CACHE and DEPLOY_DIR to ↵ | Michael 'Mickey' Lauer | 2 | |
minimal.conf; make them weak You can override DEPLOY_DIR now in your local.conf. | ||||
2009-03-19 | fso-autorev: add libeflvala | Michael 'Mickey' Lauer | 1 | |
2009-03-19 | bitbake.conf: weak assignment for DEPLOY_DIR | Michael 'Mickey' Lauer | 1 | |
2009-03-19 | webkit-gtk: bump SRCREV | Koen Kooi | 1 | |
2009-03-19 | libproxy: add 0.2.3 | Koen Kooi | 1 | |
2009-03-19 | abiword: update to 2.6.8 | Koen Kooi | 1 | |
2009-03-19 | glib-2.0: add 2.20 | Koen Kooi | 1 | |
2009-03-18 | openezx-kernel: update to sane version; we're now at 2.6.29-rc8. Fix branch ↵ | Michael 'Mickey' Lauer | 1 | |
and remove command line args for good. | ||||
2009-03-17 | dm355-leopard: add more machine features | Koen Kooi | 1 | |
2009-03-17 | checksums.ini: added fakeroot 1.12.1 | Marcin Juszkiewicz | 1 | |
2009-03-17 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 3 | |
into org.openembedded.dev | ||||
2009-03-17 | ffmpeg: add 0.5 release | Koen Kooi | 1 | |
2009-03-17 | webkit-qt(opia): drop obsolete test packages | Jeremy 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-17 | wrap.conf: no extra kernel-recpie needed use the plain ones | woglinde | 1 | |
2009-03-17 | checksums.ini: fix entry of busybox-1.13.2-modprobe.patch | woglinde | 1 | |
2009-03-17 | fso-autorev.inc: add libfsoframework and fsodeviced | Michael 'Mickey' Lauer | 1 | |
2009-03-17 | minimal: ship debug apps, if requested | Michael 'Mickey' Lauer | 1 | |
2009-03-17 | checksums.ini: Update checksum for phoneserver, soundserver, and voicecall. | Khem Raj | 1 | |
2009-03-16 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Frans Meulenbroeks | 1 | |
into org.openembedded.dev | ||||
2009-03-16 | m4: Updated to version 1.4.12. | Stanislav Brabec | 1 | |
2009-03-14 | xmltv: created: Functionality related to the XMLTV file format for TV listings | Frans Meulenbroeks | 1 | |
note: this is not tested yet; will do so asap, but wanted to have it archived | ||||
2009-03-14 | checksums: corrected twig checksum (copied one digit too little) | Frans Meulenbroeks | 1 | |