aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-12-03devmem2: add package descriptionJeremy Laine
2007-12-03mpc8313e-rdb: add JFFS2 arguments for rootfs on NAND flashJeremy Laine
2007-12-02Add external-toolchain.bb, based on code from pokyRichard Purdie
2007-12-03merge of '5da7cf9aa3826def2c6dd499a01135180d7d6920'OpenEmbedded Project
and 'c2229d2baf9f3a015f0aa6354d84590f73a5ca0a'
2007-12-02nslu2-image.bbclass: upslug2-native is not actually requiredRod Whitby
2007-12-02ixp4xx.inc: Required networking modules are now compiled into the kernel.Rod Whitby
2007-12-02merge of '42f626957035d9fc4496080e90c92e06f8a2070e'OpenEmbedded Project
and 'b1610df18b4d8070f056d9621c7826cf30b62bca'
2007-12-02directfb : Update include file paths so that directfb-examples builds.Steve Sakoman
2007-12-02ipkg-utils-native: Make sure ipkg-list-fields is installed, as needed by ↵Richard Purdie
meta-toolchain (from poky)
2007-12-02linux-handhelds-2.6: Add 2.6.21-hh19.Paul Sokolovsky
* Changes since -hh18 are: 1. mach-pxa: Fixed issue with loadable modules which installed custom handlers for UART ports. 2. htcuniversal: Read-only flash support. 3. hx4700: Switch to use htc-egpio driver and GPIO API. 4. htc-egpio: Allow irq-less mode, fixes. * This is critical update.
2007-12-02angstrom-gpe-task-base: Add explicitly xkbd and xkbd-layout-ru per RFC.Paul Sokolovsky
2007-12-02xkbd-layout-ru 0.1.1: SRC_URI gone offline, so put small file directly into OE.Paul Sokolovsky
2007-12-02angstrom-gpe-task-settings: Add mboxkbd-layouts-gui, per RFC.Paul Sokolovsky
* The tool to configure multiple layouts support available in Angstrom.
2007-12-02merge of '48e3d8ce0c21c80e6e929a3a992826251eed2f4d'Paul Sokolovsky
and 'd3dfa43eb653664a9ed9a5ae97b24949fee1c9cf'
2007-12-02merge of 'cdaf3702bfeaebdf9d1466a398935ab179583c9a'Michael Lauer
and 'd045039e1aba07c5bb52c9acf9236d6bb0cf1831'
2007-12-02lyx 1.5.1: remove -1 default preferenceMichael Lauer
2007-12-02initramfs-bootmenu-image: Image to enjoy initramfs-module-bootmenu ↵Paul Sokolovsky
functionality. * Essentially, a bootloader with rootfs location selection. Only rootfs for already booted kernel, no kexec support. * Note: *generic* boot menu/loader, not some "zauri" mumbo-jumbo.
2007-12-02dropbear-early: Package which allows to start dropbear ASAP after the kernel ↵Paul Sokolovsky
boot. * Note: *allows*, not starts. To do that, "dropbear=early" should be passed on kernel command line.
2007-12-02xkbd 0.8.15: Differentiate desktop name.Paul Sokolovsky
* Currently in Angstrom we have to "Keyboard" IMs. Not good. * Corrections for better title welcome.
2007-12-02psplash: Remove stale files in angstrom override dir.Paul Sokolovsky
* These files weren't used before, and now are just stale, after logo image cleanup.
2007-12-02psplash svn: Add patch to do proper logo display height calc.Paul Sokolovsky
* So, psplash uses bottom 1/6 of screen for progress bar. So, teach it to use 5/6 of the screen height for logo placement, not the whole height, which leads to overlap of logo and bar.
2007-12-02psplash: Update header for Angstrom logo.Paul Sokolovsky
* This one now looks perfectly for QVGA and higher resolutions - proper size, proper background.
2007-12-02psplash: Add stopgap trap against symptomless hangs with psplash on the screen.Paul Sokolovsky
* Add timer to shutdown psplash after 120 seconds. Normal boot procedure should be over by then, but if not, user at least will see on the console screen where it hung.
2007-12-02contrib/angstrom/angstrom.png: Add rendered version of Angstrom logo.Paul Sokolovsky
* This one directly suitable for use as psplash logo, having optimal size for QVGA resolution, and of course working well for any higher resolution too (will be centered on the screen).
2007-12-02angstrom.svg: Update default export dpi.Paul Sokolovsky
* Anyway, what should be used is design marked as "Small version for psplash". For use as psplash background, it should be exported with width 230 pixels (sic, this is teh width which fits well with the progress indicator).
2007-12-02linux-ixp4xx: Changed the defcofig-2.6.21.6 to allow for nfs root on the ↵Rod Whitby
dsmg600, and for direct boot from disk on nslu2, nas100d and dsmg600.
2007-12-02task-base: Added task-base-apex, and corrected some missing items from PACKAGESRod Whitby
2007-12-02linux-ixp4xx_2.6.21.6: Update defconfig to allow for direct rootfs loading ↵Rod Whitby
from an attached USB disk instead of jffs2
2007-12-02ixp4xx.inc: Add redboot and apex features, and build a .tar.gz rootfs for ↵Rod Whitby
direct disk booting.
2007-12-02images: Drop unused essential*-image.bbMatthias Hentges
2007-12-01libtool: Add missing patchesRichard Purdie
2007-12-01ipkg-native: Fix the infamous ' cannot create /usr/lib/ipkg' warning (from poky)Richard Purdie
2007-12-01Add packaged-staging2.bbclass, the next generation of packaged staging! ↵Richard Purdie
Requires bitbake 1.8 svn head or bitbake trunk.
2007-12-01merge of '80401af978389dc31680f5749d9a6b066bbee542'Richard Purdie
and 'eb184b297334b4fd07df0787e5149d8be2c97b65'
2007-12-01site/common-glibc: Add entry for gcc-zlib from pokyRichard Purdie
2007-12-01libtool: Sync patches from Poky. Drop uneeded tag1 patch, make sure ↵Richard Purdie
ltmain.sh regenerates for libtool-cross, package debug files, fix nmedit references, fix library search path handling particularly on darwin.
2007-12-01task-base: No functional change - just bumping PR due to ixp4xx ↵Rod Whitby
MACHINE_ESSENTIALS change.
2007-12-01angstrom.svg: Use psplash's default background.Paul Sokolovsky
2007-12-01shasum-native: Use do_stage as other recipes do, make sure directory exists ↵Richard Purdie
before installing binary
2007-12-01ipkg: Stop hacking in /etc/rcS.d, use update-rc.d.bbclass.Paul Sokolovsky
* Also, designate start and end of "ipkg configure" run, to diagnose boot-time hangs.
2007-12-01update-rc.d: Be less verbose by default.Paul Sokolovsky
* Don't spit detailed info about links created unless passed -v. * This is to prevent initial bootup console spamming.
2007-12-01site: Add arm-darwin (from poky)Richard Purdie
2007-12-01bitbake.conf/cross.bbclass: Add TOOLCHAIN_OPTIONS variable to allow passing ↵Richard Purdie
of extra compiler options in future (e.g. sysroot) (from poky)
2007-12-01stage-manager: Updates to fix various bugs copy files instead of moving them ↵Richard Purdie
and handle symbolic links correctly (from poky)
2007-12-01Add git-native 1.5.3 (from poky)Richard Purdie
2007-12-01classes/meta-toolchain: Remove pkgmaps from use using pkgdata to provide all ↵Richard Purdie
functionality in a multimachine safe way instead (from poky).
2007-12-01package.bbclass: Remove uneeded PACKAGE variable sanity checks, use pkgdata ↵Richard Purdie
packaged function from base.bbclass rather than our own (from poky)
2007-12-01package.bbclass: Ensure 'packaged' pkgdata stamp is emitted for packages ↵Richard Purdie
using ALLOW_EMPTY instead of ALLOW_EMTPY_pkg (from poky)
2007-12-01base.bbclass: Improve pkgdata handling functions so all PACKAGE_ARCHS are ↵Richard Purdie
searched (in order) when locating package data. This fixes handling of packages with split package archs like sysvinit. (from poky)
2007-12-01x11vnc: Fix DEPENDS (from poky)Richard Purdie