summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6.inc
AgeCommit message (Collapse)AuthorFiles
2008-12-02linux-handhelds-2.6 2.6.21-hh20: Typo fix.Paul Sokolovsky1
2008-12-02linux-handhelds-2.6: Add more verbose message about KERNEL_INITRAMFS_PATH.Paul Sokolovsky1
* Also, fix zImage file name in generated HaRET's startup.txt.
2008-03-29linux-handhelds-2.6.inc: replace stray ${KERNEL_FILENAME}Philipp Zabel1
with ${KERNEL_IMAGE_BASE_NAME}.bin * this change was missing from 5042c98815b59089f6a52790f0dba3c831b5590d, causing do_deploy to fail.
2008-03-27update kernel recipies to use new generic do_deploy from kernel.bbclassThomas Kunze1
2008-03-14linux/linux-handhelds-2.6: Readd check that ${KERNEL_INITRAMFS_PATH} exists.Paul Sokolovsky1
2008-03-12linux-handhelds-2.6: Use official external interface for initramfs addition.Paul Sokolovsky1
* I.e., CONFIG_INITRAMFS_SOURCE. Instead of neat, but still hack of dropping initramfs where kernel Makefile expects it - this was reported to not work under some unknown circumstances.
2008-03-08linux-handhelds-2.6: Remove broken keep-initramfs.patch.Paul Sokolovsky1
* Doesn't work with the no-initramfs case. * Added explicit touch after cp instead.
2008-03-08linux-handhelds-2.6: Use rm -f for stale initramfs cleanup.Paul Sokolovsky1
2008-03-08linux-handhelds-2.6: Fix some initramfs support issues.Paul Sokolovsky1
* Be sure to clean up any possible old initramfs. * Fix bashism.
2008-03-03linux-handhelds: deploy tweaks:Koen Kooi1
* copy zImage to zImage-<initramfsname> to allow changing of INITRAMFS_PATH * make a modules.tgz tarball
2008-02-29linux-handhelds-2.6.inc: COMPATIBLE_MACHINE += eseries, closes #3175Michael Lauer1
2008-02-28linux-handhelds-2.6: Add support for building kernel with internal initramfsPaul Sokolovsky1
* KERNEL_INITRAMFS_PATH should be set to teh full path of cpio.gz image of initramfs. It is assumed to be built with OE as previous step, so usually points to deploy dir.
2008-02-16linux-handhelds-2.6: More elaboration to HaRET's sample startup.txt.Paul Sokolovsky1
2008-02-10linux-handhelds-2.6: Record teh fact that flash booting should be done with ↵Paul Sokolovsky1
root=mtdN * Per discussion on the list, reminding that root=/dev/mtdblockN form is deprecated (requires mtdblock builtin for the sole purpose of looking up mtd device thru block layer). * Add that to generated sample HaRET config - after all, that's the bootloader with most device coverage, so users of other bootloaders are expected to be familiar with it still.
2007-12-12linux-handhelds-2.6: Use deployed kernel filename consistent with main ↵Paul Sokolovsky1
kernel recipe.
2007-11-24linux-handhelds-2.6: Factor out kernel filename to a variable, for easy ↵Paul Sokolovsky1
global change.
2007-11-23linux-handhelds-2.6: Fix another typo in HaRET startup script.Paul Sokolovsky1
2007-11-11linux-handhelds-2.6: Fix typo in generated HaRET config.Paul Sokolovsky1
2007-10-16ghi270: Provide initial support for Grayhill ghi270 platform.Todd Blumer1
2007-10-07linux-handhelds-2.6: Add htcsable to COMPATIBLE_MACHINES.Paul Sokolovsky1
2007-09-25linux-handhelds-2.6: Generate sample HaRET boot script just like reflash.ctl.Paul Sokolovsky1
2007-07-17linux-handhelds-2.6: Add aximx50v to COMPATIBLE_MACHINE.Paul Sokolovsky1
2007-07-13linux-handhelds-2.6: Remove adhoc ripping of kernel-image modules.Paul Sokolovsky1
* Instead, make angstrom distro which wants so, not install them for a couple of adhocly selected devices. * See http://projects.linuxtogo.org/pipermail/openembedded-devel/2007-March/001688.html
2007-07-12linux-handhelds-2.6: Add support for bunch of new machines.Paul Sokolovsky1
2007-03-07linux-handhelds-2.6: do_deploy after do_install and before do_package.Philipp Zabel1
- This makes sure that bitbake doesn't try to deploy after rm_work.
2007-02-21aximx50.conf: New machine, Dell Axim X50/X51/X50v/X51v.Paul Sokolovsky1
* Also, add as compatible to linux-handhelds-2.6.inc.
2007-01-12linux-handhelds-2.6.inc: Order list of supported machines a bit.Paul Sokolovsky1
2007-01-09linux-handhelds-2.6.inc: add rx3000 and h3800Koen Kooi1
2007-01-06linux-handhelds-2.6: add support for writing reflash.ctl files containing ↵Koen Kooi1
kernel information as needed for hx4700
2007-01-06linux-handhelds-2.6: Add asus730 to COMPATIBLE_MACHINE.Paul Sokolovsky1
2006-12-27blueangel: Rename machine to htcblueangel.Paul Sokolovsky1
* Because otherwise soon we'll have dozen machines, with most people have no idea what they are, and a bit later - cases of duplicate machine names (HTC nicknames are pretty commonwords). * Discussed with Blueangel people. * 'magician' remains on pH5's conscience ;-).
2006-12-27linux-handhelds: add blueangel to COMPATIBLE_MACHINE Koen Kooi1
2006-11-21linux-handhelds-2.6: add magician to COMPATIBLE_MACHINEPhilipp Zabel1
2006-11-20h5xxx: Rename machine to h5000.Paul Sokolovsky1
* Use naming scheme consistent with other iPaq devices, where "series" name is used. * h5000 is series consisting of h5100, h5400, and h5500 models, each having common architecture, but slightly different builtin peripherals. Each model may also have few marketing nicknames, differing in last digit (sometimes 2 last digits). * Closes #1586. * Approved by Koen Kooi.
2006-11-18Fix parse error by adding one or two "'" or '"' removing whitespace behind \...Holger Freyther1
2006-11-03linux-handhelds-2.6: Merge "_cvs" support into linux-handhelds-2.6.inc.Paul Sokolovsky1
* Had to put SRC_URI to per-version .bb for that. * Tested ;-)
2006-10-27linux-handhelds 2.6: Remove stray FILESDIR from .inc.Paul Sokolovsky1
* Not used, doesn't belong to .inc anyway.
2006-10-25handhelds-sa-2.6, handhelds-un-2.6: Superceded by linux-handhelds-2.6, remove.Paul Sokolovsky1
linux-handhelds-2.6: Take COMPATIBLE_MACHINES from the removed recipes.
2006-10-25handhelds-pxa-2.6: Rename to linux-handhelds-2.6Paul Sokolovsky1
* Naming consistent with recent conventions ("linux-" prefix) * Supports other subarchs besides PXA. * Closes #1524 * Approved by Koen Kooi