summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
Commit message (Collapse)AuthorAgeFilesLines
...
* klibc: ensure package strip logic stays the same after oe-core ↵Koen Kooi2014-02-171-0/+1
| | | | | | | | package.bbclass changes See http://patches.openembedded.org/patch/65311/ Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
* klibc.inc: remove ${PR} leftoverAndrea Adami2014-02-161-1/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* dracut: add git versionKoen Kooi2014-01-222-0/+77
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update after toplevel LICENSE file checksum changeMartin Jansa2014-01-041-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc: upgrade from 2.0.2 to release 2.0.3Andrea Adami2013-12-1710-11/+1
| | | | | | | Klibc now supports aarch64 / arm64 While there, remove PR/INC_PR from the recipes Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klibc.inc: add mapping for 64-bit ARM buildsKoen Kooi2013-12-171-0/+1
| | | | | | Klibc is following the kernel naming ('arm64') instead of the toolchain naming ('aarch64'). Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
* recipes: Remove PR = r0 from all recipesMartin Jansa2013-11-011-1/+0
| | | | | | | | | | | * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc.bbclass: add a note about default of building -staticAndrea Adami2013-10-111-0/+3
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* 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>
* klcc-cross: disable more unused tasksAndrea Adami2013-09-301-4/+11
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot: replace empty tasks with explicit [noexec]=1Andrea Adami2013-09-301-49/+15
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot: exclude all packaging tasksAndrea Adami2013-09-181-0/+33
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot: move from 3.8 to 3.10Andrea Adami2013-09-181-1/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot: repair after changes in kernel.bbclassAndrea Adami2013-09-181-0/+8
| | | | | | | | 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>
* 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-034-4/+4
| | | | | | | | | 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>
* kexec-tools-klibc: fix includes now that klibc respects exec_prefixAndrea Adami2013-09-031-2/+2
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klcc-cross_2.0.2: refactor recipe to respect exec_prefixAndrea Adami2013-09-032-31/+4
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klibc_2.0.2: refactor recipe to respect exec_prefixAndrea Adami2013-09-035-29/+15
| | | | Signed-off-by: Andrea Adami <andrea.adami@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>
* klibc: add SUMMARYAndrea Adami2013-06-181-0/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klcc-cross: add SUMMARYAndrea Adami2013-06-181-0/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klibc(-static)-utils: add SUMMARYAndrea Adami2013-06-182-0/+2
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot: add custom SUMMARYAndrea Adami2013-06-181-0/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexec-tools-klibc: add custom SUMMARYAndrea Adami2013-06-181-0/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* ubi-utils-klibc: add SUMMARY and DESCRIPTIONAndrea Adami2013-06-181-1/+2
| | | | 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>
* linux-yocto-tiny-kexecboot: move to version 3.8Andrea Adami2013-06-011-1/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot_3.2: remove orphan recipeAndrea Adami2013-06-011-17/+0
| | | | | | | | * 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>
* kexec-tools-klibc_2.0.2: refactor and extend patches for buildingAndrea Adami2013-05-1319-228/+265
| | | | | | | | | * 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>
* klibc: fix KLIBCARCH for x86-64, powerpc and powerpc64Andrea Adami2013-05-131-0/+3
| | | | 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>
* README: show github mirror URL in layer dependenciesMartin Jansa2013-05-031-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README: add -M to git send-email exampleMartin Jansa2013-04-261-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-1512-87/+83
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* klibc.bbclass: force thumb-interworking for eabi builds on armv4Andrea Adami2013-02-161-0/+2
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc_2.0.2: apply FIX_V4BX patch for armv4 targets onlyAndrea Adami2013-01-302-3/+24
| | | | | | | | | * linker fix is needed to avoid 'bx, lr' instruction on armv4 * patch is applied only for armv4 for eabi builds * http://wiki.debian.org/ArmEabiPort#Choice_of_minimum_CPU 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>
* linux-yocto-tiny-kexecboot: add version 3.4Andrea Adami2012-12-041-0/+17
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc: upgrade from 2.0.1 to 2.0.2Andrea Adami2012-11-1611-6/+5
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc: refactor runtime deps for shared utilsAndrea Adami2012-11-162-40/+5
| | | | | | | rebased after d.expand / bb.data.expand change Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>