summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
Commit message (Collapse)AuthorAgeFilesLines
* update maintainer info in README's for daisyCliff Brake2014-06-231-3/+9
| | | | | Signed-off-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klcc_cross: move in target sysroot as crossscriptAndrea Adami2014-05-041-17/+23
| | | | | | | | | | | | | Klcc-cross is properly a crosscript so avoid to inherit cross.bbclass and stage it in target sysroot under usr/bin/crossscripts. Minor adjustment is necessary for INSTALLDIR. Finally some magic mangling is applied fixing the paths of sstate so that it is invalidated in case of subsequent builds targeting machines with the same arch and in case of builds sharing the sstate cache. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot: fix build when S != BAndrea Adami2014-05-041-1/+1
| | | | | | | * temporarily inherit autotools-brokensep * proper fix sent upstream Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klibc: restylize a bit the recipesAndrea Adami2014-04-066-72/+51
| | | | | | | | | No runtime changes. Reorder and fix some typos in the comments. Remove unneeded empty do_install from utils. Fix bogus PACKAGES_${PN} = "${PN}". Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot: remove ${PR} remnantAndrea Adami2014-04-061-1/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klcc-cross: force rebuild for each MACHINE of the same archAndrea Adami2014-02-281-0/+6
| | | | | | | | | | In case of subsequent builds for machines belonging to the same arch we have to rebuild the klcc-cross wrapper because it is harcoding the path to the headers in machine sysroot. This hack is necessary to avoid to mark the klibc infrastructure as machine-specific. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* dracut: update to 036Koen Kooi2014-02-192-44/+8
| | | | | | | | * Patch was applied upstream, delete it * Add coreutils dep to stop scripts from erroring out * bump PE to since 'git' > '036' Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>