summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* kexecboot_0.6: fix LIC_FILES_CHKSUM for kexecboot-klibcAndrea Adami2013-10-111-0/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot: update to v0.6 and restylizeAndrea Adami2013-10-111-5/+3
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot_cfg: process with oe-stylize.pyAndrea Adami2013-10-111-11/+8
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot.inc: merge back in the main recipeAndrea Adami2013-10-112-60/+60
| | | | | | and process with oe-stylize.py Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot: add BBCLASSEXTEND for the klibc static flavorAndrea Adami2013-09-302-14/+3
| | | | | | | | remove kexecboot-klibc recipe bump PV to local 0.5.9.1 remove PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot(-klibc): upgrade to last upstream commitAndrea Adami2013-09-302-2/+2
| | | | | | | | | | 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>
* kexecboot_cfg: fix against unwanted appendings to boot.cfgAndrea Adami2013-09-181-2/+5
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* remove the unnecessary protocol parametersJackie Huang2013-09-032-2/+2
| | | | | | | | | 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>
* initramfs-kexecboot-image: remove obsolete IMAGE_ varsAndrea Adami2013-07-091-4/+0
| | | | | | * above variables are not in oe-core anymore Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot(-klibc): add SUMMARY, DESCRIPTION, HOMEPAGEAndrea Adami2013-06-182-0/+4
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot_cfg: add SUMMARY and extend DESCRIPTIONAndrea Adami2013-06-181-1/+3
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* initramfs-kexecboot(-klibc)-image: provide SUMMARY and DESCRIPTIONAndrea Adami2013-06-182-7/+9
| | | | | | * plus some minor editing of comments Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot(-klibc): remove runtime dependency on kexec(-klibc)Andrea Adami2013-05-132-2/+0
| | | | | | | * 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>
* initramfs-kexecboot(-klibc)-image: Drop legacy export of IMAGE_BASENAMEAndrea Adami2013-05-132-4/+0
| | | | | | | | | * 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>
* recipes: Unify indentationMartin Jansa2013-04-152-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* initramfs-kexecboot-image: update IMAGE_INSTALL after mtd-utils splitAndrea Adami2013-02-191-2/+2
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot(-klibc): upgrade to b667914Andrea Adami2012-12-142-4/+4
| | | | | | | | | | * 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>
* initramfs-kexecboot-image: zap LDCONFIGDEPENDAndrea Adami2012-08-241-1/+1
| | | | | | | | | * 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>
* initramfs-kexecboot-image: fix dependency chain was: ['ubiattach']Andrea Adami2012-08-161-1/+3
| | | | | | | | | * 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>
* kexecboot_git: bump PR after recipe update.Andrea Adami2012-07-111-1/+1
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kexecboot: upgrade and move to git tag 0daa77Andrea Adami2012-06-203-6/+7
| | | | | | | | | | | | * 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>
* kexecboot-cfg: update and use new LABEL separatorAndrea Adami2012-06-201-4/+3
| | | | | | | * 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>
* initramfs-kexecboot images: install ubiattach for boot from UBI volumesAndrea Adami2012-06-202-2/+2
| | | | | 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: 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>