summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-02-16classpath:Robert Schuster3
- make classpath-tools and classpath-examples rdepend on a runtime - make classpath-examples rdepend on classpath-awt since it contains AWT + Swing demos - adjust revisions
2008-02-16linux-(rt-)2.6.24: Fix clock resolution to nanosecond.Leon Woestenberg4
2008-02-16gpsd: remove python-ncurses dependency from gspd, it's actually ↵Michael Lauer2
python-curses we depend on
2008-02-16ifplugd 0.25 remove nylonisms and bashisms, remove 0.20, closes #1587Michael Lauer3
2008-02-16h3900.conf: Ship ipaq-boot-paramsPaul Sokolovsky2
2008-02-16busybox 1.9.1 one defconfig to rule them all, add patch for long options. ↵Michael Lauer4
fixes #3781 -- thanks Andrew Paulsen!
2008-02-16poodle,tosa: unbreak PACKAGE_ARCHKoen Kooi2
2008-02-16merge of '6453c1938bbcd0ab830b8bc186e501a3ec4ebb10'Paul Sokolovsky66
and 'a635d59f6f07065e2f3d4b3de4e72a4a2e442be3'
2008-02-16initramfs-module-bootmenu, initramfs-module-kexecboot: Fixes for kexecing.Paul Sokolovsky4
* Be sure to pass original command line contents to new kernel. * Add protection against infinite recursive kexecing.
2008-02-16task-devimage: Stuff kernel-image inside, for kexec testing.Paul Sokolovsky1
2008-02-16merge of 'b96176f68bd2545b7289726943c8c98746124533'Paul Sokolovsky5
and 'efa50d2f263b84fff5481de06517aac16a406c5d'
2008-02-16merge of '195b07032d60a83bcce6ef3b56a7a95b75566dcd'Paul Sokolovsky61
and '5298691784024e845135b17a0613495c22075e0d'
2008-02-16devimage 0.1: Up a usb0 on load, now that we're modular.Paul Sokolovsky2
2008-02-16initramfs-bootmenu-image: Add initramfs-module-kexecboot.Paul Sokolovsky1
2008-02-16initramfs-module-kexecboot: Initramfs module to kexec to kernel in rootfs.Paul Sokolovsky2
* Instead of switch_root'ing to it, which was the only working mode previously. So, now, if there's /boot/zImage in rootfs, it will be kexec'ed too. Otherwise, switch_root will happen. * Caveat: there should be initramfs for new (kexec'ed to) kernel too, too handle its loading of rootfs as selected by interactive bootloader. This can be very same kernel as for bootloader, with bundled initramfs-bootmenu-image (which has special check - if root is explicitly specified on command line, then skip interactive selection); or, as a kind of optimization, that could be initramfs-image (no interactive part). Finally, initramfs (any of there two or other) can be a standalone file in rootfs, /boot/initramfs.bin.
2008-02-15cairo: Added 1.4.14 with pixman memory leak patch, with -1 preference.Leon Woestenberg3
2008-02-15linux-rt-2.6.24: Added squashfs-lzma. Reduced kernel configuration.Leon Woestenberg1
2008-02-15linux-rt-2.6.24: Added squashfs-lzma. Reduced kernel configuration.Leon Woestenberg1
2008-02-15merge of '0693b64dbb432d884ac6897aaa6c97de6bc99af3'OpenEmbedded Project2
and '706ca8a56360cf090b26c74d6dc02843def49575'
2008-02-15merge of '071b4d95ed825891fde667a4723e579ea0bba105'Robert Schuster96
and '932ef509383c7f695dd4e96f7c37401a0553965a'
2008-02-15chinook-compat.conf:Robert Schuster1
- added more packages renames - added more preferred versions
2008-02-15merge of '5a8c2a2330d46aac768d52f881486817fce472bb'Paul Sokolovsky60
and '932ef509383c7f695dd4e96f7c37401a0553965a'
2008-02-15kernel-initramfs: A recipe to build a kernel with linked in initramfs.Paul Sokolovsky1
* First builds ${KERNEL_INITRAMFS} in cpio.gz format, then stuffs it into kernel as specified by virtual/kernel, deploys to deploy dir, and packages kernel-image (the package would overrite previously built kernel-image package w/o initramfs, so caveat). * kernel-image packaing actually requires PKGPV/PKGPR support, to be RFCed.
2008-02-15libxine: omit restore-esd.patch from libxine-x11_1.0.bb. Fixes bug 3074 and ↵Rolf Leggewie1
enables successul build.
2008-02-15kernel.bbclass: Add satndalone task "builtin_initramfs".Paul Sokolovsky1
* Builds a zImage with linked in initramfs specified by INITRAMFS_LOC param.
2008-02-15gumstix-kernel : Add files to build a kernel for gumstix machines. These arePhilip Balister53
copied verbatim from the gumstix OE based build system.
2008-02-15Added PXA27x resume fix from Russell King to linux-rp-2.6.24.Stanislav Brabec2
2008-02-15uclibc 0.9.29: blackfin and avr32 updatesKoen Kooi4
2008-02-15merge of '405ed6c43e365446c1163c52c1a434ed0a270e85'Paul Sokolovsky3
and '8173bd390c2d8b35940c27c8d74d2d0acad96781'
2008-02-15ipaq-boot-params: Add sensible boot params regarding consoles.Paul Sokolovsky3
2008-02-15ipaq-boot-params: Add DESCRIPTION.Paul Sokolovsky1
2008-02-15anki: comment out that export. I hope that maintainer of it will solve it ↵Marcin Juszkiewicz1
properly one day
2008-02-15merge of '16870ac6a3db7be6fbf7b3822f05293c360ca11a'Paul Sokolovsky27
and '6d8388a3331ac09ba7e6c0f3cf6688f303afd4e1'
2008-02-15initramfs-image-ipk: Package initramfs into package.Paul Sokolovsky1
* Go badass with recursive bitbake invocation idea expressed on ML. * It works! But don't try with BB_NUMBER_THREADS > 1 or at home.
2008-02-15image.bbclass: Add deploy_to taskPaul Sokolovsky1
* A standalone task to deploy built image to the location specified by DEPLOY_TO variable (likely passed via environment). Assumes ${IMAGE_FSTYPES} is a single value!
2008-02-14linux-handhelds-2.6 2.6.21-hh20: Enable CONFIG_ATAGS_PROC consistently.Paul Sokolovsky25
* For kexec command line support.
2008-02-14local.conf.sample: update the DISTRO example to angstrom-2008.1Philipp Zabel1
2008-02-14merge of '0861d84183b87e92faf78d32bd0fe71c50d9db81'Stanislav Brabec2
and 'a74635b601bde68329566b8107d8a298996f1da8'
2008-02-14x11-gpe-java-image: Update to use new task.Florian Boor1
2008-02-14task-java-gtk: Add task for Java UIs in GTK environmentFlorian Boor1
2008-02-14task-java: Split out GTK UI stuff, include jni pacakge for rxtx.Florian Boor1
2008-02-14Added spitz_h_rewrite.patch with better Spitz hardware documentation.Stanislav Brabec2
2008-02-14merge of 'a33b3d19ac330b59af9dbbb80b1410d4579bba26'OpenEmbedded Project9
and 'cf95baceadabcd81db8870bc4477337b22deeacd'
2008-02-14MAINTAINERS: Added myself as maintainer of new maemo4 recipes.Robert Schuster1
2008-02-14anki: fix parse errorMarcin Juszkiewicz1
2008-02-14swt3.4-gtk 3.3+3.4M5: New recipe.Robert Schuster4
swt3.4-gtk-hildon 3.3+3.4M5: New recipe. swt3.4-gtk-hildon: Updated hildonizing patch. - fixed resizing issue - make use of special hildon file dialog
2008-02-14merge of '01798a2a11c1f1c74e406486dc3e8b456e3a7e3c'Paul Sokolovsky3
and '5e355cb98cf1742f5a79dfe4777b01a20d63e782'
2008-02-14merge of '19b628fe5b8cb6344e5f3362266f45985cfee2a6'Paul Sokolovsky2
and '75f2dc6b3a783a084bf013ce7dc072992561a9bd'
2008-02-14linux-handhelds-2.6 2.6.21-hh20: Add support for passing kexec command line.Paul Sokolovsky3
* Tested to work. * TODO: Add CONFIG_ATAGS_PROC consistently.
2008-02-14xorg-lib: remove libxcb dependency from libx11. Closes 3372.Rolf Leggewie1