aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-kernel
AgeCommit message (Collapse)Author
2014-08-10kexec_tools_klibc_2.0.2: update x86_vfscanf.patchAndrea Adami
The POSIX standard http://pubs.opengroup.org/onlinepubs/009695399/functions/fgets.html states: If the stream is at end-of-file ... fgets() shall return a null pointer... If a read error occurs ... fgets() shall return a null pointer... Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@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-07-15meta-initramfs: fix no newline at end of fileRobert Yang
Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@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-09-03kexec-tools-klibc: fix includes now that klibc respects exec_prefixAndrea Adami
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-18kexec-tools-klibc: 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-05-13kexec-tools-klibc_2.0.2: refactor and extend patches for buildingAndrea Adami
* some old patches apparently unneeded have been removed * patches are now better split * fix build for x86 and x86-64 * tested with qemuarm, qemuppc, qemumips, qemux86, qemux86-64 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-09-17kexec-tools.klibc_2.0.2: fix checksumsAndrea Adami
* those are the SRC_URI checksums since 15-Jan-2012 22:10 * re-uploaded after kernel.org outage 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>
2012-02-22meta-initramfs: add kexec-tools-klibc from meta-oeAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>