Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-03-09 | initramfs-uniboot: Set default rootdelay globally, instead of ↵ | Paul Sokolovsky | 4 | |
initramfs-module-bootmenu. * That's because otherwise it's half-solution - after kexec, there won't be delay, and rootfs won't be detected. * Again, people who don't need and don't want delay, should pass rootdelay=0. | ||||
2008-03-09 | initramfs-*: Use $CONSOLE for input/output. | Paul Sokolovsky | 6 | |
2008-03-09 | initramfs-module-bootldr-buster: Use sane console setup. | Paul Sokolovsky | 2 | |
2008-03-08 | linux-handhelds-2.6: Remove broken keep-initramfs.patch. | Paul Sokolovsky | 2 | |
* Doesn't work with the no-initramfs case. * Added explicit touch after cp instead. | ||||
2008-03-08 | initramfs-uniboot: Add new global var - CONSOLE - and start to use it as ↵ | Paul Sokolovsky | 2 | |
output device. * This is to workaround bogus console= passed in by bootldr. | ||||
2008-03-08 | initramfs-module-bootldr-buster: Add initial code to workaround bogus system ↵ | Paul Sokolovsky | 2 | |
console issue. * The main trouble is the bogus console=ttySA0 passed by bootldr It appears that kernel doesn't have protection against only invalid consoles being passed on the command line, which means that the kernel is deaf and dumb when booted by bootldr. | ||||
2008-03-08 | initramfs-module-bootldr-buster: initramfs module to fight Compaq bootldr ↵ | Paul Sokolovsky | 2 | |
stupidity. | ||||
2008-03-08 | initramfs-uniboot: Add support for early-init plugins. | Paul Sokolovsky | 2 | |
* Extend plugin protocol: plugins matching pattern '0*' are early-init, executed ASAP after boot, before kernel command and block devices are scanned. And thus, they can affect parsing of kernel command line (by overriding $CMDLINE) or detection of block devices (e.g. by loading additional modules). | ||||
2008-03-08 | initramfs-module-bootmenu: If rootdelay= param was not passed, assume 2s ↵ | Paul Sokolovsky | 2 | |
delay still. * So people who don't bother to set correct rootdelay still have good chance for there SD/CF cards detected. * To disable the feature, explicit rootdelay=0 should be passed on kernel command line. | ||||
2008-03-08 | initramfs-module-bootmenu: Show only block devices with FSes supported for boot. | Paul Sokolovsky | 2 | |
2008-03-08 | klibc-utils-fstype-static 1.1.1: Remove hacky recipe now that there's ↵ | Paul Sokolovsky | 2 | |
klibc-utils-static. | ||||
2008-03-08 | initramfs-module-bootmenu: Use klibc-linked fstype util, tested to work as ↵ | Paul Sokolovsky | 1 | |
expected. | ||||
2008-03-08 | linux-handhelds-2.6: Use rm -f for stale initramfs cleanup. | Paul Sokolovsky | 2 | |
2008-03-08 | merge of '2c5004d72a3f70fdae1b53fd5cfe6b9ba04648c1' | Thomas Kunze | 20 | |
and 'a165e975aad0f13da309bb70051fe1419481cb0a' | ||||
2008-03-08 | linux.inc, gumstix-kernel.inc: remove sizecheck stuff | Thomas Kunze | 2 | |
The do_sizecheck function is in kernel.bbclass for some time now. | ||||
2008-03-08 | task-python-everything: catch up with renaming | Michael Lauer | 1 | |
2008-03-08 | merge of '42eff26099cde8822773944e3b244f74387ef7cc' | Michael Lauer | 17 | |
and 'd2b1667a830019b8580dcf05a70b8e95329e9e25' | ||||
2008-03-08 | python-pyiw 0.3.3 fix unpacking | Michael Lauer | 1 | |
2008-03-08 | python-gsmd svn fix SRC_URI | Michael Lauer | 1 | |
2008-03-08 | wireless-tools: remove .29 prereleases, add .29 release, refactor .inc file | Michael Lauer | 4 | |
2008-03-08 | merge of '0ddcb5d93c6823446f17c0303c740ad3d73f821c' | Paul Sokolovsky | 16 | |
and 'ea4c245b169cb6f11be84dd55e1615f6b3c50a90' | ||||
2008-03-08 | linux-handhelds-2.6: Fix some initramfs support issues. | Paul Sokolovsky | 2 | |
* Be sure to clean up any possible old initramfs. * Fix bashism. | ||||
2008-03-08 | bluez: update to latest releases | Koen Kooi | 8 | |
2008-03-08 | linux-handhelds 2.6.21-hh20: add patch to stop the kernel from blowing away ↵ | Koen Kooi | 2 | |
our initramfs archive | ||||
2008-03-08 | klibc, klibc-utils-static: add losetup and modprobe to klibc-utils | Thomas Kunze | 6 | |
2008-03-08 | cmake-native 2.4.8 write proper do_stage | Michael Lauer | 2 | |
2008-03-07 | merge of '514c74770d16faa584d0781f1cd2f02bd79b5008' | Paul Sokolovsky | 3 | |
and '825754db28a782e72d84614900aff9f88d9f6349' | ||||
2008-03-07 | liveramdisk-image, initramfs-jffs2: Be sure to depend on/load mtdblock. | Paul Sokolovsky | 3 | |
2008-03-07 | cross-linkage: Make it less destructive and safer | Richard Purdie | 1 | |
2008-03-07 | merge of '787c9500fd515ecad11ceaa1f7b49e5e1c70006f' | Richard Purdie | 1 | |
and '93c08db0250845bf12c335e4a53413860bbe6dfb' | ||||
2008-03-07 | staging-linkage: Fix a typo | Richard Purdie | 1 | |
2008-03-07 | merge of '24bae19acc08cfef78544f0893bc16d124a3f204' | Richard Purdie | 1 | |
and 'a3b18a00a09e716f4b3d5bfced86fea0439953a0' | ||||
2008-03-07 | h2200.conf: Autoload g_ether, like other linux-hh machines do. | Paul Sokolovsky | 1 | |
* Bump kernel PR too. | ||||
2008-03-07 | glibc: Fix the headers path option for various files, thanks for mwester for ↵ | Richard Purdie | 11 | |
pointing it out | ||||
2008-03-07 | openttd: dropped 0.4.0.1 as unfetchable | Marcin Juszkiewicz | 1 | |
2008-03-07 | merge of '35db89c4b3d1eaa8c0f4b1effd258962748ac7d0' | Michael Lauer | 68 | |
and 'e864291685ba1a24984c6960efae35c98c88d0b8' | ||||
2008-03-07 | ncdu: added 1.3 version of ncurses disk usage tool | Marcin Juszkiewicz | 2 | |
2008-03-07 | merge of '381386545295748802d49e020def79338aa8d301' | Marcin Juszkiewicz | 2 | |
and '49e647037a07cbb223a15ef77511f87636080be4' | ||||
2008-03-07 | less: upgrade to 418 (from Poky), drop 382 | Marcin Juszkiewicz | 2 | |
2008-03-07 | merge of '13e3b90d95842d6605bb97abd2e75c521fcc90ea' | Graeme Gregory | 2 | |
and 'ddead9a9354451fc8ee51dad429309707f005db3' | ||||
2008-03-07 | linux-rp-2.6.24: Add missing patches from previous commit | Richard Purdie | 68 | |
2008-03-07 | dbus-native_1.0.3.bb : fix SRC_URI | Graeme Gregory | 1 | |
2008-03-06 | merge of '1bc752476d60763f743d387738c05fb0a18060d8' | OpenEmbedded Project | 2 | |
and '682b7f9bc2342713ca6c743f6c5d9edcb8f771b9' | ||||
2008-03-06 | merge of '30b1decf31b37e6643b28149e04182c911b9a226' | OpenEmbedded Project | 4 | |
and 'eb1c40b4c0c0e45af72840032d1f8ffdf59afecc' | ||||
2008-03-06 | keymaps: Update tosa keymap from Dmitry Baryshkov (#3879) | Dmitry Baryshkov | 2 | |
2008-03-06 | linux-rp-2.6.24: Add tosa supprot from Dmitry Baryshkov (#3879) | Dmitry Baryshkov | 4 | |
2008-03-06 | merge of '3c8bec0c02c0b0736b8c6cd5ae216848a8cbabf9' | Michael Lauer | 1 | |
and '79e634145baa64265863342297f7b440e08d7d22' | ||||
2008-03-06 | python-pygtk 2.10.4 add nodocs.patch to make it _really_ skip building the docs | Michael Lauer | 2 | |
2008-03-06 | merge of '5d8c39ff16936c56ad5426172b300fff2de24c42' | OpenEmbedded Project | 1 | |
and '86618f966282489d43b51fbf0ee93b954ac615ae' | ||||
2008-03-06 | linux-2.6.24: Unbreak, misses patches which are in SRC_URI, will commit ↵ | Leon Woestenberg | 1 | |
those later. |