aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-kernel/linux
AgeCommit message (Collapse)Author
2017-02-13linux-yocto-tiny-kexecboot: remove obsoleted recipeAndrea Adami
With the changes about the kernel build directories it is now hard to build two different flavors together witout races. This recipe was meant as example back then when kexecboot was introduced. Nowadays the only users are the devices in meta-handheld and they use a more modern and maintained linux-kexecboot kernel. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-04linux-yocto-tiny-kexecboot: fix build error (cpio not found)Andrea Adami
As seen in the autobuilder the script generating the initramfs fails because the .cpio is not found. Match changes in the oe-core classes and redefine the INITRAMFS_TASK. See commit 59a5f59 in oe-core "classes: Fix do_rootfs references" Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-04linux-yocto-tiny-kexecboot: revert Yocto specific console checkAndrea Adami
Revert Yocto-specific : "check console device file on fs when booting". Fix kernel panic at boot because of the missing /dev/console. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-25linux-yocto-tiny-kexecboot: disable do_shared_workdir taskAndrea Adami
Simultaneous builds of mismatched kernel versions fail because of contamination. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-25linux-yocto-tiny-kexecboot: upgrade to 4.4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-01-04linux-yocto-tiny-kexecboot: upgrade to 4.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-02linux-yocto-tiny-kexecboot: remove 3.10, 3.17 and add 3.19Martin Jansa
* 3.10 and 3.17 were removed in oe-core and parsing fails because of the require line Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-05linux-yocto-tiny-kexecboot_3.17: initial commit based on 3.17-rc6Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-07-28linux-yocto-tiny-kexecboot: do not exec do_package_qa taskAndrea Adami
The task was added with commit d31f75a72cb2322f753d945da86d5f3287eef06b "insane: Split do_package_qa into a separate task (from do_package)" and we avoid it because the recipe does not create packages. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-04-06linux-yocto-tiny-kexecboot: remove ${PR} remnantAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-30linux-yocto-tiny-kexecboot: replace empty tasks with explicit [noexec]=1Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-18linux-yocto-tiny-kexecboot: exclude all packaging tasksAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-18linux-yocto-tiny-kexecboot: move from 3.8 to 3.10Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-18linux-yocto-tiny-kexecboot: repair after changes in kernel.bbclassAndrea Adami
Add INITRAMFS_TASK to build the cpio on first run and exclude the packaging tasks to avoid the expected errors about modules_split and packaging. The recipe doesn't create any package. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
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>