summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* Tweak/fix-up GStreamer stuff - gst-launch seems to work with mpegs nowChris Lord2006-09-0811-23/+63
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@701 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add apt & apt-native, including the generation of the apt.conf to be used ↵Chris Larson2006-09-078-0/+304
| | | | | | for the rootfs population. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@699 311d38ba-8fff-0310-9ca6-ca027cbcb966
* - Add libmusicbrainz from OEChris Lord2006-09-0712-6/+95
| | | | | | | | | | | - Fix up gstreamer packages - Add gstreamer base/audio/video meta-packages - Add owl-video-widget - Add owl-video-widget, gst-meta-audio and gst-meta-video to test-apps in oh-image-pda (currently not working?) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@698 311d38ba-8fff-0310-9ca6-ca027cbcb966
* configuration for csl2006q1-6 compiler and binutilsTomas Frydrych2006-09-0619-3/+2074
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@697 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add dpkg, modified from upstream oe.Chris Larson2006-09-055-0/+97
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@696 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Check /proc/cmdline for 'x11=false' to disable X server startupMatthew Allum2006-09-032-1/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@695 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add gstreamer 0.10 - Mostly packages from OE + updates and gstreamer Chris Lord2006-09-0126-0/+1413
| | | | | | | binary registry patch git-svn-id: https://svn.o-hand.com/repos/poky/trunk@694 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add xset, xrandr to oh-task-baseMatthew Allum2006-09-012-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@693 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add cmx270 special casing for not including wifiMatthew Allum2006-09-011-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@692 311d38ba-8fff-0310-9ca6-ca027cbcb966
* patch.bbclass: updates from upstream oe.Chris Larson2006-09-011-5/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@691 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Update cmx270 for 2.6.16 useMatthew Allum2006-08-311-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@690 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add compulab modified 2.6.16 kernelMatthew Allum2006-08-315-0/+9192
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@689 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add correct patchMatthew Allum2006-08-311-7/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@688 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add patch for -fb switch support for XfbdevMatthew Allum2006-08-312-1/+77
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@687 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add basic support for cmx270 mxfb XMatthew Allum2006-08-312-3/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@686 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add a new 'rebuild' convenience task, which simply does a ↵Chris Larson2006-08-311-2/+12
| | | | | | clean and then runs the default task ('build'). git-svn-id: https://svn.o-hand.com/repos/poky/trunk@685 311d38ba-8fff-0310-9ca6-ca027cbcb966
* devshell.bbclass: Run after do_patchRichard Purdie2006-08-311-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@684 311d38ba-8fff-0310-9ca6-ca027cbcb966
* devshell: Convert to its own class and add to poky.conf by default. Export ↵Richard Purdie2006-08-303-10/+15
| | | | | | EXTRA_OEMAKE to devshell. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@683 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add devshell task. Trigger as bitbake somepackage -c devshell ↵Richard Purdie2006-08-301-1/+9
| | | | | | which will drop you into an interactive shell within the source (S) directory. The environment is as found internally to other tasks for the package (PATH includes the toolchain etc.). git-svn-id: https://svn.o-hand.com/repos/poky/trunk@682 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Patch.bbclass: add NOOPResolver class for use in unattended builds, which ↵Chris Larson2006-08-301-8/+18
| | | | | | does no actual patch resolution, simply passing the failure on up. Set PATCHRESOLVE='noop' to make use of it. Also pulls in the workaround for quilt's upward searching for a 'patches' dir from upstream oe. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@680 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix cursor hiding when running on qemu versatile boardMatthew Allum2006-08-292-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@679 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: Add symlinks to the latest images for a given machineRichard Purdie2006-08-292-0/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@677 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-openzaurus.inc: Add symlink to deploy/images for the latest kernel for ↵Richard Purdie2006-08-291-0/+2
| | | | | | a given machine git-svn-id: https://svn.o-hand.com/repos/poky/trunk@676 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add ac_cv_sizeof_int_p, needed mysteriously suddenly by rxvt-unicodeMatthew Allum2006-08-291-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@675 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gcc-cross-csl: Fix typo and hence require error. Not sure how this worked ↵Richard Purdie2006-08-291-1/+1
| | | | | | and it will probably break the csl toolchain... git-svn-id: https://svn.o-hand.com/repos/poky/trunk@674 311d38ba-8fff-0310-9ca6-ca027cbcb966
* dbus-native 0.5: drop old versionRichard Purdie2006-08-291-19/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@673 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Patch failure handling updates, added a 'patch' concrete class, so we can ↵Chris Larson2006-08-283-99/+160
| | | | | | apply patches to quilt-native itself. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@670 311d38ba-8fff-0310-9ca6-ca027cbcb966
* quilt updates from upstream oe.Chris Larson2006-08-2811-55/+325
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@669 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Change include x.inc -> require x.inc (sync with OE)Richard Purdie2006-08-2783-104/+104
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pango: Sync with OERichard Purdie2006-08-273-7/+27
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@665 311d38ba-8fff-0310-9ca6-ca027cbcb966
* chkhinge26: drop (replaced by zaurusd)Richard Purdie2006-08-272-67/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@664 311d38ba-8fff-0310-9ca6-ca027cbcb966
* avahi 0.6.10 -> 0.6.13 (from OE)Richard Purdie2006-08-271-4/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@663 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Patch.bbclass: fix bug resulting in a failure to md5 the local path.. it ↵Chris Larson2006-08-271-1/+1
| | | | | | broke when localpath() included variable references. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@662 311d38ba-8fff-0310-9ca6-ca027cbcb966
* automake: Sync with OE (include -> requires)Richard Purdie2006-08-272-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@661 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autoconf: Sync with OE (include -> requires and add AC_CHECK_TARGET_TOOL ↵Richard Purdie2006-08-273-20/+48
| | | | | | backport from 2.60) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@660 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add tune-iwmmxt (use to enable wireless extenion optimisations)Richard Purdie2006-08-271-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@659 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sanity.conf: Update minimum bitbake versionRichard Purdie2006-08-271-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@658 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Drop familiar, sync angstrom and openzaurus after merging task-base changesRichard Purdie2006-08-274-98/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@657 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Sync with upstreamRichard Purdie2006-08-271-5/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@656 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Sync task.base after merging upstreamRichard Purdie2006-08-271-12/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@655 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Sync conf files with OE (and add iwmmxt arch to capable machines)Richard Purdie2006-08-2711-51/+13
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@654 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Generate ext2 images as well as bz2 tarballsRichard Purdie2006-08-271-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@653 311d38ba-8fff-0310-9ca6-ca027cbcb966
* conf/distro: Sync with OERichard Purdie2006-08-2716-56/+211
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@652 311d38ba-8fff-0310-9ca6-ca027cbcb966
* classes: Sync with OERichard Purdie2006-08-2712-77/+155
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@651 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky: Add POKYMODE=eabi2 - Uses glibc 2.4 and gcc 4.1.1Richard Purdie2006-08-261-0/+20
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@649 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gcc: Add 4.1.1Richard Purdie2006-08-2624-0/+4442
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@648 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-openzaurus: Change qemuarm to emulate the Versatile/PB with SCSI disk ↵Richard Purdie2006-08-261-2/+2
| | | | | | support and OHCI USB (via PCI) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@647 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-openzaurus: Change qemuarm to emulate the Versatile/PB with SCSI disk ↵Richard Purdie2006-08-261-62/+314
| | | | | | support and OHCI USB (via PCI) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@646 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc-2.4: Extend list of broken localesRichard Purdie2006-08-261-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@645 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Updates to reflect new SRCDATERichard Purdie2006-08-262-46/+44
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@644 311d38ba-8fff-0310-9ca6-ca027cbcb966