summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
Commit message (Collapse)AuthorAgeFilesLines
* ubi-utils-klibc: initial commit of version 1.4.9Andrea Adami2012-04-305-0/+208
| | | | | | | | * Initially only ubiattach was targeted (for kexecboot project). * Based on klibc_1.5.25, will be revised once new klibc is out. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* README: keep PATCH prefix in subject-prefix, some people filter their inbox ↵Martin Jansa2012-04-261-0/+2
| | | | | | based on that Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc_1.5.25: add patches to build with 3.2 kernel headersAndrea Adami2012-04-243-1/+61
| | | | | | | | | | * kernel_3.2__aligned_u64.patch is already upstream * hack around the missing headers (now in /generated/asm) * bump INC_PR * waiting for klibc_2.0 release Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-yocto-tiny-kexecboot: initial commit of version 3.2Andrea Adami2012-04-201-0/+17
| | | | | | | | * 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>
* linux-kexecboot-3.2: upgrade to 3.2.12Martin Jansa2012-03-291-4/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linux_kexecboot_3.2: upgrade from 3.2.8 to 3.2.9Andrea Adami2012-03-071-4/+4
| | | | | | | | | * 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>
* klibc: add MIT LicenseAndrea Adami2012-03-011-2/+2
| | | | | | | | | | * After a talk with Beth Flanagan licensing is now clear: * "LICENSE = "BSD-3-Clause & GPL-2.0 & MIT" (If it's --without-zlib). * If not then it's: LICENSE = "BSD-3-Clause & GPL-2.0 & MIT & Zlib" * bump INC_PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc_1.5.25: Fetcher and QA fixesAndrea Adami2012-02-296-17/+9
| | | | | | | | | | | | | | * fix unfetchable SRC_URI and use git fetcher instead * and remove checksums file * adapt ${S} * fix QA about non -staticdev package contains static .a library * fix QA about /bin installed but not shipped * fix license and relative QA * bump INC_PR * patchset untouched awaiting klibc_2.0, expected in March 2012 Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-kexecboot_3.2: update from 3.2.7 to 3.2.8Andrea Adami2012-02-291-4/+4
| | | | | | | | | * 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>
* linux-kexecboot_3.2: move from 3.2.1 to 3.2.7Andrea Adami2012-02-231-4/+4
| | | | | | | | * apply latest stable patchset * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kexecboot_cfg: add missing default OE icon.xpmAndrea Adami2012-02-232-3/+46
| | | | | | | | | | * while there do minor cleanings wrt DISTRO vars: * remove ${@base_conditional('DISTRO_TYPE',... * fix label of second kernel stanza * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheldAndrea Adami2012-02-222-0/+36
| | | | | | | * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-initramfs: add linux-kexecboot_3.1 from meta-handheldAndrea Adami2012-02-222-0/+137
| | | | | | | * and add revised linux-kexecboot.inc Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-initramfs: add kexecboot recipes from meta-handheldAndrea Adami2012-02-224-0/+136
| | | | | | | * (purged from device specific settings) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-initramfs: add initramfs-kexecboot images from meta-handheldAndrea Adami2012-02-222-0/+33
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-initramfs: add kexec-tools-klibc from meta-oeAndrea Adami2012-02-226-0/+287
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-initramfs: import klibc recipe and bbclass from meta-oeAndrea Adami2012-02-2216-0/+2861
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-initramfs: initial commitAndrea Adami2012-02-223-0/+62
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>