Age | Commit message (Collapse) | Author | Files |
|
there is choice between gzip and lzma for the initramfs.cpio - in patchwork there are pending patches for lzo compressor, so we add lzo too - patch is only concerning initramfs images
|
|
* include/asm link was killed in
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=f7f16b7799ed68654850ab340ef812895aebcf4c
* utsrelease.h was moved in
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=273b281fa22c293963ee3e6eec418f5dda2dbc83
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Move do_deploy after do_package in kernel.bbclass as RP said
* Move devicetree_image before do_deploy in linux.inc, because
it creates dependency loop if its between after do_package
and before do_deploy.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
patch from Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
Currently the only thing in EXTRA_OEMAKE is '-e MAKEFLAGS='. We don't
want to overide the kernel's Makefile variables from the environment.
It caused the passed -j<N> parameter from PARALLEL_MAKE to be ignored.
Signed-off-by: Dale Farnsworth <dfarnsworth@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Michael Smith <msmith@cbnco.com>
|
|
Some packages include <linux/types.h>, which requires <asm/types.h>.
Supplement b6220af33a70d96345dea130005ce842eeadfdf5 to copy files
from arch/x86/include/asm to include/asm-x86.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
|
|
Similar to KERNEL_IMAGE_BASE_NAME, allow overwriting from a recipe
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
and do_install as discussed on ML.
linux.inc : removed uImage creation, its now in kernel.bbclass
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
into org.openembedded.dev
|
|
|
|
|
|
This patch unbreaks current behaviour which was introduced by
MACHINE_KERNEL_PR variable.
As most of target machines do not use it they have PR with broken value
(set to "r0" instead of value in recipe). I took other way which makes
both types of users happy -- those with MACHINE_KERNEL_PR in use and
those without it.
By default we set M_K_PR to empty string instead of "r0" - this allows
to check is it set at all or not. If it is set then we set PR to this value.
Otherwise we ignore existance of that variable and use PR from recipe.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
* bandaid till we have a better way to track ABI changes
|
|
|
|
tempfile.mkstemp() is used to create a temporary file. This function
return a tuple with an OS file descriptor and a filename. Filename is
stored in "tmpfile" but descriptor is not stored anywhere, but it is
still open because it's only an integer to python so it is not closed at
the end of the function.
For each iteration in which this function is called, a new OS file
descriptor is opened, but not closed. The solution is to store the file
descriptor and close it.
|
|
postprocessing on it with do_configure_append
|
|
|
|
iscsi-target
Signed-off by Koen Kooi <koen@openembedded.org>
|
|
names
|
|
|
|
|
|
* still lack a symlink for mach/, dunno how to do that properly since the information is dynamically generated with makefiles
|
|
* see http://lwn.net/Articles/284932/
* does *NOT* have dependency code, RRECOMMENDS for firmwares need to be added manually
|
|
* the kernel guys renamed the aes module wifi with wpa should work again
|
|
|
|
|
|
-add parameter to do_sizecheck do make it optional
|
|
people not using it
|
|
To use this you have to INITRAMFS_IMAGE to the desired image. In addition
the you must have cpio.gz in IMAGE_FSTYPES (at least for that image see
packages/images/initramfs-kexec-image.bb for an example)
|
|
|
|
(initramfs should be optional as well)
|
|
flexible enough to take care of '//' inside paths
|
|
|
|
deployed images (PV) instead of pulling it out of the makefile (KERNEL_VERSION)
* before:
836K modules-2.6.25-rc8-davinci1-r1-davinci-sffsdr.tgz
1.4M uImage-2.6.24+2.6.25-rc8-r1-davinci-sffsdr.bin
* after:
836K modules-2.6.24+2.6.25-rc8-r1-davinci-sffsdr.tgz
1.4M uImage-2.6.24+2.6.25-rc8-r1-davinci-sffsdr.bin
|
|
* drop ${DATETIME} from ${KERNEL_IMAGE_BASE_NAME} in kernel.bbclass, see:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-March/005017.html
* make ${KERNEL_IMAGE_BASE_NAME} and ${KERNEL_IMAGE_SYMLINK_NAME} ?=, see:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-March/005016.html
* remove ${KERNEL_IMAGE_BASE_NAME} and ${KERNEL_IMAGE_SYMLINK_NAME} from linux.inc
* use ${KERNEL_IMAGE_BASE_NAME} for uImage deploy
|
|
* add a map_uboot_arch function to kernel.bbclass which changes
"powerpc" to "ppc" and export UBOOT_ARCH
* pass -A ${UBOOT_ARCH} instead of -A ${ARCH} to mkimage in kernel.bbclass
|
|
kernel.bbclass
|
|
|
|
|
|
|
|
|
|
and random renaming of output.
|