summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2008-12-02Move pam, packagekit, monit and gnet to meta-moblinRichard Purdie10
2008-12-02libsoup: Remove strange staging hacks fixing incompatibilities with libsoup-2.4Richard Purdie1
2008-12-01Moved gypsy from meta-extras to meta and upgraded it to 0.6Vivian Zhang4
2008-12-01bitbake.conf: Allow TMPDIR and DEPLOY_DIR_IMAGE to be overriddenRob Bradford1
2008-12-01bluez4: Bump to 4.17Samuel Ortiz2
2008-12-01upgrade hal to 0.5.11 and hal-info to 20080508(from OE)Vivian Zhang6
2008-12-01upgrade sqlite to 3.6.4Vivian Zhang2
2008-12-01upgrade eds-dbus to 2.20.0Vivian Zhang4
2008-12-01upgrade dbus to 1.2.4Vivian Zhang7
2008-12-01upgrade pango to 1.22.2; disable pango testsXu Li2
2008-12-01upgrade cairo to 1.8.2; add patch to fix its libtool issueXu Li2
2008-12-01upgrade pixman to 0.12.0Xu Li1
2008-12-01upgrade atk to 1.24.0Xu Li1
2008-11-11Fix qemu build on 2.6.27Ross Burton2
Linux 2.6.27 removed linux/dirent.h, which qemu was included. Change this to include dirent.h.
2008-11-10image.bbclass: Fix typoRichard Purdie1
2008-11-10image.bbclass: Add function to write out an image manifestRichard Purdie2
2008-11-10bootimg: Let mkdosfs choose between fat12 and fat16Samuel Ortiz1
2008-11-10initrdscripts: Fix the init scripts to support the no fb case.Samuel Ortiz4
2008-11-10psplash: Bump SVN revision to support the no fb case.Samuel Ortiz2
2008-11-10image.bbclass: Add routine for disabling x startup when neededSamuel Ortiz1
2008-11-10Add missing ";" to the ROOTFS_POSTPROCESS_COMMAND stringSamuel Ortiz2
2008-11-10meta-toolchain: Make sure the opkg config files are clean to start with when ↵Richard Purdie1
rebuilding them
2008-11-10gstreamer: Fix a problem with configure if check has already been builtRichard Purdie2
2008-11-07Poppler moved from meta-extras to meta.Joshua Lock4
2008-11-07New recipe for Smart 1.1.Joshua Lock1
2008-11-07qmake2-cross: Fix the driectory the qmake binaries are installed intoRichard Purdie1
2008-11-07meta/classes/rootfs_*.bbclass: Fix unset variableRichard Purdie2
2008-11-07distutils.bbclass: Remove .pyo object files before packaging.Joshua Lock1
2008-11-07mtpfs: removing packageSamuel Ortiz1
2008-11-07conf/distro/include/poky-fixed-revisions.inc: Set revision for gnetRichard Purdie1
2008-11-07gnet: Use SRCREV, not SRCDATE and use http protocol for svnRichard Purdie1
2008-11-07Merge branch 'master' of git@moblin-mdi.jf.intel.com:pokyRichard Purdie1
2008-11-07bluez: Upgrade to more recent 3.x versions and add bluez 4 from OERichard Purdie12
2008-11-07libusb: Add versions required for recent bluezRichard Purdie4
2008-11-07librds: Initial commit, version 0.0.1Samuel Ortiz1
2008-11-07mtpfs: Initial commitSamuel Ortiz1
There is no official mtpfs release, nor SVN tags. Only trunk for now..
2008-11-06fuse: Initial commit, version 2.7.2Samuel Ortiz3
2008-11-06bluez-utils: Bump to 3.30Samuel Ortiz1
2008-11-06gnet: Fix pkgconfig issueRichard Purdie2
2008-11-06Merge branch 'ivi'Joshua Lock6
2008-11-06libexif 0.6.16 from OEJoshua Lock1
2008-11-06gnet from OE plus a configure fix for cross-compile environments.Joshua Lock3
2008-11-06classes: Add mechanism to install packages into images only if they've been ↵Richard Purdie4
built
2008-11-06monit 4.10.1 from OEJoshua Lock2
2008-11-06bootimg: As image size grows, we want to switch to FAT16Samuel Ortiz1
2008-11-05qemu.inc: Use ext3 images for qemu, not ext2 onesRichard Purdie1
2008-11-05Add xeyes (from OE)Richard Purdie1
2008-11-05bitbake.conf: Fix CHECK_COMMAND_wget quotingRichard Purdie1
2008-11-05task-base: Removed RDEPEND on task-poky-bootJoshua Lock2
It is now neccesarry for each distro to specify a POKY_EXTRA_RDEPENDS for a relevant boot task. This has been added in poky and moblin distros.
2008-11-05initrdscripts: Add the simplest init scriptSamuel Ortiz2
When booting from initramfs, one must provide a /init link. This one is the simplest one, just forking a shell, allowing for the smallest initramfs.