aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/kexecboot
AgeCommit message (Collapse)Author
2017-05-14meta-handheld: use wildcards for the bbappend filesAndrea Adami
This approach is a little more robust than pinning specific versions from other layers. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-11kexecboot: update the .bbappend following meta-initramfsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-30kexecboot-klibc: remove stale bbappendAndrea Adami
The recipe is now using BBCLASSEXTEND = "klibc" Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-12-04kexecboot-handhelds.inc: fix typo in previous commitPaul Eggleton
One too many hyphens. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-12-04kexecboot-handhelds.inc: Add explicit support for 16 bit displays.Marko Katic
All machines referenced in kexecboot-handhelds.inc have 16 bit displays. Kexecboot will by default enable support for 1,2,4,16,18,24 and 32 bit displays. Add compile time options that only enable 16 bit support for these machines. This should slightly reduce the size of the kexecboot binary. Signed-off-by: Marko Katic <dromede.gmail.com>
2012-02-23meta-handheld: recipe moved to meta-initramfs, add bbappendsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-25kexecboot-cfg: Inhibit toolchain dependencies and set better labelAndrea Adami
* Inhibit toolchain dependencies, this just creates config file * Use DISTRO-MACHINE for label, unless it is not set (e.g. OE-Core with DISTRO = ""), in which case use DISTRO_VERSION-MACHINE. Unfortunately the maximum practical length for qvga is about 24 characters so we can't make all three fit. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-16kexecboot_git: move to 8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7Andrea Adami
* take advantage of last commits allowing to boot with empty /dev * (the directory must be present, though) * minor fixes * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-09-04kexecboot: import from meta-zaurusMartin Jansa
* from rev 36ad029194d2b57efa07896b5cda3231bc71f357 in meta-smartphone repo http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=36ad029194d2b57efa07896b5cda3231bc71f357 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>