aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp
AgeCommit message (Collapse)Author
2015-10-13kexecboot_0.6: fix build with gcc 5Andrea Adami
Resolving the issue: rgb.h:55:1: warning: inline function 'rgba2comp' declared but never defined | rgba2comp(kx_rgba rgba, kx_ccomp *red, kx_ccomp *green, | ^ Fix C99 inline semantic as documented here: https://gcc.gnu.org/gcc-5/porting_to.html Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-07kexecboot-cfg: fix for real ('S') doesn't exist warningAndrea Adami
Remove unneeded do_configure_prepend and set S = "${WORKDIR}" v2 removes commented lines Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-17kexecboot-cfg: maintenance update to v. 0.2Andrea Adami
This configuration file is only suitable for kexecboot > 0.5.9. With the upcoming release of linux_4.0 based kexecboot kernels it is preferable to clearly distinguish old and new versions. Fix WARNING: ... kexecboot-cfg-0.1 ('S') doesn't exist, please set 'S' to a proper value Remove PR Increase PV Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13initramfs-debug-image: tiny debugging initramfs imageDmitry Eremin-Solenikov
A tiny initramfs image suitable for initial bringup of the hardware. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-04-13initramfs-debug: add simple init script for debuggingDmitry Eremin-Solenikov
Add a tiny simple debug script that will mount all available virtual file systems and then execute a shell. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-09kexecboot: apply OE specific fixes (pending upstream)Andrea Adami
After 78ee4d8b1782445caecce8331e68efe83fc32044 in oe-core the kernel is an *absolute* symlink in /boot. Unfortunately this implies the stock images built with OE can not be booted. The last patch of this commit fixes this issue. The other patches are fixing build when S!=B, autotools-brokensep and configure warnings. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-13kexecboot: remove trailing slash in do_installAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-05-04kexecboot: fix build when S != BAndrea Adami
* temporarily inherit autotools-brokensep * proper fix sent upstream Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-01-04Update after toplevel LICENSE file checksum changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-11kexecboot_0.6: fix LIC_FILES_CHKSUM for kexecboot-klibcAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-11kexecboot: update to v0.6 and restylizeAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-11kexecboot_cfg: process with oe-stylize.pyAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-11kexecboot.inc: merge back in the main recipeAndrea Adami
and process with oe-stylize.py Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-30kexecboot: add BBCLASSEXTEND for the klibc static flavorAndrea Adami
remove kexecboot-klibc recipe bump PV to local 0.5.9.1 remove PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-30kexecboot(-klibc): upgrade to last upstream commitAndrea Adami
id: 0bcc14671aa2d84ec20f260582aca36bb901ccf1 Changelog: minor headers fixes fix fb offset computations replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-18kexecboot_cfg: fix against unwanted appendings to boot.cfgAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-03remove the unnecessary protocol parametersJackie Huang
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-09initramfs-kexecboot-image: remove obsolete IMAGE_ varsAndrea Adami
* above variables are not in oe-core anymore Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-18kexecboot(-klibc): add SUMMARY, DESCRIPTION, HOMEPAGEAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-18kexecboot_cfg: add SUMMARY and extend DESCRIPTIONAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-18initramfs-kexecboot(-klibc)-image: provide SUMMARY and DESCRIPTIONAndrea Adami
* plus some minor editing of comments Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-05-13kexecboot(-klibc): remove runtime dependency on kexec(-klibc)Andrea Adami
* the binary itself can run without kexec (in host-debug mode) so * specify in the cpio IMAGE which packages are needed at runtime Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-05-13initramfs-kexecboot(-klibc)-image: Drop legacy export of IMAGE_BASENAMEAndrea Adami
* We used to export this in the days an external script handled the image * generation. This is no longer the case and hence we no longer need * this export. * As committed in oe-core with 919613c0e75362ee0eace99b51cc77d34a05372f 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>
2013-02-19initramfs-kexecboot-image: update IMAGE_INSTALL after mtd-utils splitAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-14kexecboot(-klibc): upgrade to b667914Andrea Adami
* now including boot from ubifs * fixed extra menu redrawing * 24bpp fixes * first round of big-endian fixes Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-24initramfs-kexecboot-image: zap LDCONFIGDEPENDAndrea Adami
* Override the settings of image.bbclass: * we don't need ld.so.cache in our minimal image. * While there, remove now unused ONLINE_PACKAGE_MANAGEMENT var. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-16initramfs-kexecboot-image: fix dependency chain was: ['ubiattach']Andrea Adami
* unfortunately there is no package-split for the mtd-utils recipe * to have ubiattach we need to install the full package * (or use ubiattach-klibc) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-11kexecboot_git: bump PR after recipe update.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20kexecboot: upgrade and move to git tag 0daa77Andrea Adami
* new git repository on github * new LABEL separator * text-ui fallback * install /sys for upcoming ubifs detection * menu-bug fix * minor fixes Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20kexecboot-cfg: update and use new LABEL separatorAndrea Adami
* previously the sections were separated by KERNEL string Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20initramfs-kexecboot images: install ubiattach for boot from UBI volumesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23kexecboot_cfg: add missing default OE icon.xpmAndrea Adami
* 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>
2012-02-22meta-initramfs: add kexecboot recipes from meta-handheldAndrea Adami
* (purged from device specific settings) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-22meta-initramfs: add initramfs-kexecboot images from meta-handheldAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>