summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2007-09-29gcc-cross: Update paths to reference staging instead of cross (from poky), ↵Richard Purdie11
bump PR to make sure gcc-cross reinstalls after cross changes to ensure everything works correctly
2007-09-29glibc: No longer need to install to cross as well as staging (from poky)Richard Purdie14
2007-09-29glibc-initial: Can install to staging instead of cross due to cross-linkageRichard Purdie7
2007-09-29linux-libc-headers: Add dependency on cross-linkage, no longer need to ↵Richard Purdie9
install headers to cross/ (from poky).
2007-09-29Add cross-linkage from pokyRichard Purdie1
2007-09-29package_(deb|ipk).bbclass: Rename package index stamp to make it more ↵Richard Purdie2
obvious what its for (from poky)
2007-09-29package_deb.bbclass: Map TARGET_ARCH to DPKG_ARCH to keep dpkg/apt happy ↵Richard Purdie1
with 'valid' archs (from poky)
2007-09-29package.bbclass: Fix .packaged pkgmaps data creation to fix depchains. Clean ↵Richard Purdie1
up/optimise PACKAGES checks a bit
2007-09-29kernel.bbclass: Add menuconfig task (from poky)Richard Purdie1
2007-09-29kernel.bbclass: Package vmlinux file (used by oprofile) (from poky)Richard Purdie1
2007-09-29insane.bbclass: Raise exceptions, not strings (from poky)Richard Purdie1
2007-09-29iproute2: fix include orderingKoen Kooi2
2007-09-29dbus.inc: remove libinstall for dbus-glibKoen Kooi1
2007-09-29gnome.bbclass: sync with pokyKoen Kooi1
2007-09-29udev: sync with poky, def_pref 115 negativeKoen Kooi20
2007-09-29packages/gnome: sync with poky, while maintaining OE tweaks like avahi and ↵Koen Kooi16
gnutls
2007-09-29network-manager svn: sync with pokyKoen Kooi5
2007-09-29iproute2: sync with pokyKoen Kooi2
2007-09-29gnome-keyring: sync with pokyKoen Kooi4
2007-09-29dbus: sync with poky and use .inc fileKoen Kooi3
2007-09-29libgsmd: Fix return value from lgsm_send(), this fixes the dialer failure on ↵Mike Westerhof2
boot.
2007-09-28openmoko-feed: add kexec-tools to the list of available packages.Mike Westerhof1
2007-09-28sane-srcrevs.inc: Bump up libmokoui2 to a more recent SVN version as the currentMike Westerhof1
version version results in the ability to start the dialer, among other things.
2007-09-28mono-native 1.2.5.1: add needed patch libdir patchHenryk Ploetz1
2007-09-27mono-native 1.2.5.1: fix up mono native compile and make mono depend on itHenryk Ploetz3
2007-09-27mono-1.2.5.1: add new version, and remove 1.2.5Cliff Brake6
2007-09-26compulab-pxa270 2.6.22: add kernel cmdline for jffs2 rootfsCliff Brake3
note, this still works with the initramfs as well as the initramfs will always be mounted if present
2007-09-26compulab-pxa270-2.6.22: fix kernel command line, add support for W moduleCliff Brake3
2007-09-26compulab-pxa270.conf: fix --pad option for making jffs2 imagesCliff Brake1
2007-09-26pango-directfb: Remove it again do to conflicts with pangoShane Volpe1
2007-09-26liveramdisk-image: No longer stuff payload during, doesn't scale.Paul Sokolovsky1
* Instead, this is done during actual LiveRamdisk building.
2007-09-26merge of '9ce99db5c6574a3d2161e2257da184c55971fddd'Shane Volpe3
and 'be38a6212d33035dc48ae2d5b8ad385a0e2409cc'
2007-09-26pango-directfb: Added it back with RPROVIDES to stop conflictsShane Volpe1
2007-09-26gtk+-directfb: added RPROVIDESShane Volpe1
2007-09-26cairo-directfb: R1 Added RPROVIDES to stop interference with cairoShane Volpe1
2007-09-26merge of '6658e5575b2499bf86ecb1cd82850d65501856b4'Paul Sokolovsky1
and 'ad34928597dd3958fba76d0d375a901a6f371138'
2007-09-25linux-handhelds-2.6: Generate sample HaRET boot script just like reflash.ctl.Paul Sokolovsky1
2007-09-25pango-directfb: Removed since it broke pango builds for other distros.Shane Volpe1
2007-09-25base-files: mount mmc card asyncJan Lübbe3
* it is not possible to remove the mmc card from the neo while it is on so we can safely mount the card async
2007-09-25merge of '57d7542ed0fd0b8b1f119cea4a56f425d875a4a0'Jan Lübbe2
and '881b243754238663caa684adaf1bfed923a1d0e6'
2007-09-25openmoko-base: use startup_unintrusive.wav instread of startup_openmoko.wavJan Lübbe2
2007-09-25linux-ezx: catch up with svn and unbreak booting by enabling ext2Koen Kooi16
2007-09-24merge of '209dd9bc15e9b0d90dd8babcd8978ccd199d4b59'Paul Sokolovsky2
and 'a493869a7d551d53571e92e48875bd51c432c6e9'
2007-09-24initscripts 1.0: checkroot.sh: Die, die, die fsck interactivity!Paul Sokolovsky2
* Works around #3065. * Fixes infamous issue with hang during boot on h2200, etc.
2007-09-24merge of '841ffce1c3ad5fc719d024409bb2b0cf31104225'Paul Sokolovsky11
and '9c8e8974a8d9ff7a8529f9274fe3f5f9a5dce475'
2007-09-24base-files: PocketPC machines: stop using random / mounts in fstab.Paul Sokolovsky7
* Instead, use rootfs mount, like most other devices do, which corresponds to the fact that such machines can be booted from a lots of sources.
2007-09-24initscripts 1.0: checkroot.sh: Stop doing random positive login regarding fsck.Paul Sokolovsky2
* It's ok to do negative logic, for example limit scope of operation if we know we can't do it (ex.: we don't support fscking something else but ext2/ext3, so we have to ignore user's request to do fsck on other fstype). * But it's not ok to do fsck if user didn't request it, or moreover if he requested *not* to do it.
2007-09-24sysvinit 2.86: ENABLE_ROOTFS_FSCK is referenced by checkroot.sh, so add it here.Paul Sokolovsky2
* The value is a bit arbitrary.
2007-09-24merge of '9b66131716d3b26195fe8531dce88f391ccc6e71'Shane Volpe1
and 'ff7e7d4bb2ece720e10b5eaaf5077d02989f8246'
2007-09-24gtk+-directfb: r1: Add gtk+ to conflicts listShane Volpe1