aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-leviathan_git.bb
AgeCommit message (Collapse)Author
2010-08-28linux-leviathan: changed ext2 support from m to y and removed extended ↵Denis 'GNUtoo' Carikli
attributes in ext2/3 Without that we can't mount ext2 filesystem at boot Thanks Lukas D. Gorris (aka dcordes) for pointing it out in irc(#openmoko-cdevel), While trying to help me use his initrd that is capable of booting from an ext2 loop filesystem on a vfat partition (so a Microsoft Windows user could boot our work with fastboot, for the htcdream) : <dcordes> ok I found the problem <dcordes> CONFIG_EXT2_FS=m <GNUtoo|laptop> ahh <dcordes> CONFIG_EXT2_FS=y <GNUtoo|laptop> thanks a lot <dcordes> tada PR was bumped too Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-08-08linux-leviathan: bump git revivion and PRDenis 'GNUtoo' Carikli
This new revision support a new procfs file that prints a resume reason. That is needed for resuming when we get a call. (this kernel is used on the htcdream,which is a phone)
2010-07-16linux-leviathan: switched to a new branch and bump PRDenis 'GNUtoo' Carikli
This new branch has many improvements: When we started forking the android kernel it was an experimental 2.6.32 branch. This new branch is a rebase on top of a not anymore experimental 2.6.32 android msm kernel base,so it should contain many bugfixes For instance: *You can now have a statically rotated xorg,becuase at resume xorg doesn't crash anymore with this kernel *Better sound quality(less buffer underruns) Note that this new branch requires a new xorg.conf because I switched from tslib to evdev
2010-06-13linux-leviathan: fix the "empty.gz already exists" messageDenis 'GNUtoo' Carikli
if we don't check if empty and empty.gz already exist, The fist time empty.gz is copied to the deploy dir, then the second build we have: gzip: empty.gz already exists; not overwritten And it fails. so we need to touch and gzip only if empty.gz not already present.
2010-06-10linux-leviathan: permit booting directly with fastbootDenis 'GNUtoo' Carikli
if we don't gzip the empty ramdisk,the bootloader will refuse to boot our kenrnel when in fastboot mode and will display this message: booting... FAILED (remote: reproduce boot image with on-flash ramdisk error)
2010-04-24linux-leviathan: bump to a revision that can suspend/resume. Thanks Alain!Michael 'Mickey' Lauer
2010-04-12linux-leviathan: enable debugfs to fix wifi (yes, it's true)Michael 'Mickey' Lauer
BIG HATS OFF TO GNUtoo, who found the magic switch!
2010-04-12linux-leviathan: bump and change defconfig:Michael 'Mickey' Lauer
* compile wifi drivers as builtint * compile unnecessary stuff as modules
2010-04-07linux-leviathan: bump; remove patch that has been applied upstreamMichael 'Mickey' Lauer
2010-04-07linux-leviathan: bump to latest version; enable mac80211 and cfg80211Michael 'Mickey' Lauer
2010-04-04linux-leviathan: apply patch to restore backlight level to previous versionMichael 'Mickey' Lauer
2010-04-03linux-leviathan: bump to master to get GNUtoo's latest suspend/resume ↵Michael 'Mickey' Lauer
stability fixes
2010-04-03linux-leviathan: bump to master to incorporate GNUtoo's panel resume fixesMichael 'Mickey' Lauer
2010-03-31linux-leviathan: fix suspend/resumeMichael 'Mickey' Lauer
Note to self: hand-editing defconfig and multistate configs doesn't match
2010-03-29linux-leviathan: defconfig: enable earlysuspend for console to fix ↵Denis 'GNUtoo' Carikli
suspend/resume w/ console on a VT
2010-03-28linux-leviathan: bump to 48afbaf19428893b7aec0a385970f300c38300c3 and enable ↵Michael 'Mickey' Lauer
netfilter / iptables
2010-03-14linux-leviathan: remove bogus ' characters that disturb mkbootimgMichael 'Mickey' Lauer
2010-03-14linux-leviathan: depend on android-image-utils and prepare kernel image that ↵Michael 'Mickey' Lauer
can be booted via fastboot
2010-02-20linux-leviathan: bump to revision with backlight and alsa (almost) workingMichael 'Mickey' Lauer
2010-01-30linux-leviathan: new recipe; WIP on a gnuconform kernel tree for the HTC DreamMichael 'Mickey' Lauer