aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-kernel/linux
AgeCommit message (Collapse)Author
2013-06-18linux-yocto-tiny-kexecboot: add custom SUMMARYAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-01linux-yocto-tiny-kexecboot: move to version 3.8Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-01linux-yocto-tiny-kexecboot_3.2: remove orphan recipeAndrea Adami
* this kernel recipe was requiring linux-yocto-tiny_3.2.bb * which has been removed on 2013-05-31 with commit id * b8d53d8f91bd1b165016ea1063868c8b15f07ce0 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-04linux-yocto-tiny-kexecboot: add version 3.4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20linux-kexecboot: remove all, now we use linux-yocto-tiny-kexecbootAndrea Adami
* The linux-yocto-tiny-kexecboot recipe can be extended and support * more devices migrating the patches and renaming the defconfig as * done for Sharp Zaurus devices. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-20linux-yocto-tiny-kexecboot: initial commit of version 3.2Andrea Adami
* this is the skeleton for .bbappend recipes * residing in the BSP layers Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-29linux-kexecboot-3.2: upgrade to 3.2.12Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-07linux_kexecboot_3.2: upgrade from 3.2.8 to 3.2.9Andrea Adami
* apply latest patchset * bump PR * catch up and sync with linux-yocto (wip) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-29linux-kexecboot_3.2: update from 3.2.7 to 3.2.8Andrea Adami
* apply latest stable patchset to match linux-yocto_3.2 * (work in progress about using linux-yocto-tiny as base for kexecboot) * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23linux-kexecboot_3.2: move from 3.2.1 to 3.2.7Andrea Adami
* apply latest stable patchset * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-22meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheldAndrea Adami
* bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-22meta-initramfs: add linux-kexecboot_3.1 from meta-handheldAndrea Adami
* and add revised linux-kexecboot.inc Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>