aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs
AgeCommit message (Collapse)Author
2014-08-13kexecboot: remove trailing slash in do_installAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-08-10kexec_tools_klibc_2.0.2: update x86_vfscanf.patchAndrea Adami
The POSIX standard http://pubs.opengroup.org/onlinepubs/009695399/functions/fgets.html states: If the stream is at end-of-file ... fgets() shall return a null pointer... If a read error occurs ... fgets() shall return a null pointer... Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-28klibc-utils: add explicit dependency on klibc for the shared utilsAndrea Adami
The two recipes for klibc-utils (static and shared) have been split-off from a single original recipe for more granular packaging and share the same SRC_URI set in the .inc file so there is an implicit dependency. Make it explicit for the utils needing the shared klibc lib at runtime. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-07-28linux-yocto-tiny-kexecboot: do not exec do_package_qa taskAndrea Adami
The task was added with commit d31f75a72cb2322f753d945da86d5f3287eef06b "insane: Split do_package_qa into a separate task (from do_package)" and we avoid it because the recipe does not create packages. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-07-24klibc: upgrade to released 2.0.4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15meta-initramfs: fix no newline at end of fileRobert Yang
Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-04klcc_cross: move in target sysroot as crossscriptAndrea Adami
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>
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-04-06klibc: restylize a bit the recipesAndrea Adami
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>
2014-04-06linux-yocto-tiny-kexecboot: remove ${PR} remnantAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-02-28klcc-cross: force rebuild for each MACHINE of the same archAndrea Adami
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>
2014-02-19dracut: update to 036Koen Kooi
* 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>
2014-02-17klibc: ensure package strip logic stays the same after oe-core ↵Koen Kooi
package.bbclass changes See http://patches.openembedded.org/patch/65311/ Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-02-16klibc.inc: remove ${PR} leftoverAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-01-22dracut: add git versionKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-04Update after toplevel LICENSE file checksum changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-12-17klibc: upgrade from 2.0.2 to release 2.0.3Andrea Adami
Klibc now supports aarch64 / arm64 While there, remove PR/INC_PR from the recipes Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-12-17klibc.inc: add mapping for 64-bit ARM buildsKoen Kooi
Klibc is following the kernel naming ('arm64') instead of the toolchain naming ('aarch64'). Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2013-11-01recipes: Remove PR = r0 from all recipesMartin Jansa
* 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>
2013-10-11klibc.bbclass: add a note about default of building -staticAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@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-30klcc-cross: disable more unused tasksAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-30linux-yocto-tiny-kexecboot: replace empty tasks with explicit [noexec]=1Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-18linux-yocto-tiny-kexecboot: exclude all packaging tasksAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-18linux-yocto-tiny-kexecboot: move from 3.8 to 3.10Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-18linux-yocto-tiny-kexecboot: repair after changes in kernel.bbclassAndrea Adami
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>
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-09-03kexec-tools-klibc: fix includes now that klibc respects exec_prefixAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-03klcc-cross_2.0.2: refactor recipe to respect exec_prefixAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-09-03klibc_2.0.2: refactor recipe to respect exec_prefixAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@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-18klibc: add SUMMARYAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-18klcc-cross: add SUMMARYAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-18klibc(-static)-utils: add SUMMARYAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-18linux-yocto-tiny-kexecboot: add custom SUMMARYAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-18kexec-tools-klibc: add custom SUMMARYAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-18ubi-utils-klibc: add SUMMARY and DESCRIPTIONAndrea Adami
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-06-01linux-yocto-tiny-kexecboot: move to version 3.8Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-06-01linux-yocto-tiny-kexecboot_3.2: remove orphan recipeAndrea Adami
* 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>
2013-05-13kexec-tools-klibc_2.0.2: refactor and extend patches for buildingAndrea Adami
* 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>
2013-05-13klibc: fix KLIBCARCH for x86-64, powerpc and powerpc64Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>