Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-08-14 | kernel.bbclass: introduce MODULES_IMAGE_BASE_NAME | Denys Dmytriyenko | 1 | |
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> | ||||
2009-07-31 | kernel.bbclass : moved uImage creation from do_deploy to between do_compile | Graham Gower | 1 | |
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> | ||||
2009-06-17 | Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵ | Phil Blundell | 1 | |
into org.openembedded.dev | ||||
2009-06-17 | kernel.bbclass: don't add dependency on update-modules if not doing O_P_M | Phil Blundell | 1 | |
2009-06-17 | kernel.bbclass: remove not used 'pr' variable - spotten by Koen | Marcin Juszkiewicz | 1 | |
2009-06-17 | fix for MACHINE_KERNEL_PR stuff | Marcin Juszkiewicz | 1 | |
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> | ||||
2009-05-07 | kernel.bbclass: also stage include/trace if it's available | Dmitry Eremin-Solenikov | 1 | |
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-04-06 | kernel,module-base class, bitbake.conf: introduce MACHINE_KERNEL_PR | Koen Kooi | 1 | |
* bandaid till we have a better way to track ABI changes | ||||
2009-03-24 | kernel.bbclass: stage more files | Koen Kooi | 1 | |
2009-03-12 | Kernel bbclass "too many open files" bugfix | Jader H. Silva | 1 | |
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. | ||||
2009-01-30 | kernel.bbclass: move initramfs stuff to configure so we can do ↵ | Koen Kooi | 1 | |
postprocessing on it with do_configure_append | ||||
2009-01-25 | kernel.bbclass: Remove some repetition in last commit. | Tim 'timtim' Ellis | 1 | |
2009-01-25 | kernel.bbclass: Add missing entry for scsi headers in staging, as needed by ↵ | Tim 'timtim' Ellis | 1 | |
iscsi-target Signed-off by Koen Kooi <koen@openembedded.org> | ||||
2009-01-12 | kernel.bbclass: do not use insecure tmpnam() function for generating unique ↵ | Marcin Juszkiewicz | 1 | |
names | ||||
2008-11-23 | kernel.bbclass: stage more headers for the .27 header move | Koen Kooi | 1 | |
2008-11-15 | kernel.bbclass: stage more headers for >=2.6.27 kernels | Koen Kooi | 1 | |
2008-10-30 | kernel bbclass: start adding support for >=2.6.27 where headers moved | Koen Kooi | 1 | |
* still lack a symlink for mach/, dunno how to do that properly since the information is dynamically generated with makefiles | ||||
2008-09-26 | kernel.bbclass: prepare for 2.6.27 style external firmware | Koen Kooi | 1 | |
* see http://lwn.net/Articles/284932/ * does *NOT* have dependency code, RRECOMMENDS for firmwares need to be added manually | ||||
2008-08-13 | kernel.bbclass: make aes-generic module provide aes | Thomas Kunze | 1 | |
* the kernel guys renamed the aes module wifi with wpa should work again | ||||
2008-08-12 | kernel.bbclass: fix typo in do_sizecheck() | Thomas Kunze | 1 | |
2008-08-03 | kernel.bbclass: use KERNEL_OUTPUT where possible | Tom Rini | 1 | |
2008-07-27 | kernel.bbclass: -change initramfs-logic | Thomas Kunze | 1 | |
-add parameter to do_sizecheck do make it optional | ||||
2008-05-31 | classes/kernen.bbclass: Fix INITRAMFS logic to stop breaking builds for ↵ | Richard Purdie | 1 | |
people not using it | ||||
2008-05-30 | kernel.bbclass: get initramfs stuff working | Thomas Kunze | 1 | |
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) | ||||
2008-05-25 | kernel bbclass: stage vmlinux if present | Koen Kooi | 1 | |
2008-05-22 | kernel.bbclass: comment initramfs stuff till rootfs locking works properly ↵ | Koen Kooi | 1 | |
(initramfs should be optional as well) | ||||
2008-04-30 | kernel bbclass: ${D} doesn't always have a trailing /, so put one in, sh is ↵ | Koen Kooi | 1 | |
flexible enough to take care of '//' inside paths | ||||
2008-04-28 | classes/kernel.bbclass : fix for situation in which we generate no modules. | Graeme Gregory | 1 | |
2008-04-15 | kernel bbclass: have modules.tgz have the same version and packages and ↵ | Koen Kooi | 1 | |
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 | ||||
2008-03-31 | kernel.bbclass,linux.inc: cleanup definition of ${KERNEL_IMAGE_BASE_NAME} | Jeremy Laine | 1 | |
* 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 | ||||
2008-03-28 | kernel.bbclass: fix generation of uImage on powerpc platforms | Jeremy Laine | 1 | |
* 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 | ||||
2008-03-27 | kernel.bbclass,linux.inc: move dependency on u-boot-openmoko-native to ↵ | Jeremy Laine | 1 | |
kernel.bbclass | ||||
2008-03-27 | kernel.bbclass: unbreak uImage generation. | Koen Kooi | 1 | |
2008-03-27 | kernel.bbclass: add generic do_deploy task | Thomas Kunze | 1 | |
2008-02-21 | kernel.bbclass: Fis typo in do_builtin_initramfs. | Paul Sokolovsky | 1 | |
2008-02-19 | classes/kernel.bbclass: fix staging for x86 on kernels >= 2.6.24 | Jeremy Laine | 1 | |
2008-02-17 | classes/kernel.bbclass: Remove usage of non-standard variables (DEPLOY_TO) ↵ | Richard Purdie | 1 | |
and random renaming of output. | ||||
2008-02-15 | kernel.bbclass: Add satndalone task "builtin_initramfs". | Paul Sokolovsky | 1 | |
* Builds a zImage with linked in initramfs specified by INITRAMFS_LOC param. | ||||
2008-01-24 | kernel: add wifi suspend fix to kernel-module-(hostap|orinoco)-cs. Closes 3664. | Rolf Leggewie | 1 | |
* applies only to kernel later than 2.6.17 * added base_version_less_or_equal function to base.bbclass (thanks, zecke and mickey!) to do the comparison. This does not change existing functionality. Skipped RFC. | ||||
2008-01-21 | kernel.bbclass: Account for sa1100 rtc renaming (#3710) | Richard Purdie | 1 | |
2008-01-18 | kernel.bbclass: added sizecheck task from linux recipe (merge from Poky) | Marcin Juszkiewicz | 1 | |
2008-01-18 | kernel.bbclass: stage also include/video directory (from Poky) | Marcin Juszkiewicz | 1 | |
2007-12-07 | kernel.bbclass: When processing module_autoload's, also try canonical name ↵ | Paul Sokolovsky | 1 | |
(with dashes). * To remind, modprobe accepts both '-' & '_' in module names interchangeably. Actual module files use both. Still, in OE, some consistency is needed. And its natural to use dash as the separator, as package names already use that. So, if canonical naming is used, it all will "just work", refardless of what separator chars specific kernel module filename randomly contains. | ||||
2007-12-07 | kernel.bbclass: Add kernel-vmlinux to kernel-modules dependency blacklist. | Paul Sokolovsky | 1 | |
* This cuts x11-gpe-image by 3M for example. | ||||
2007-09-29 | kernel.bbclass: Add menuconfig task (from poky) | Richard Purdie | 1 | |
2007-09-29 | kernel.bbclass: Package vmlinux file (used by oprofile) (from poky) | Richard Purdie | 1 | |
2007-08-29 | kernel.bbclass: Allow machines to override the kernel-base runtime dependencies | Richard Purdie | 1 | |
2007-07-25 | kernel.bbclass: Add support for module config per 2.6 conevntions. | Paul Sokolovsky | 1 | |
* 2.6 modprobe expects per-module configuration in /etc/modprobe.d/ . * Closes #2669. | ||||
2007-07-05 | kernel.bbclass: Oh ok, we need both DEPENDS and RDEPENDS. | Paul Sokolovsky | 1 | |
2007-07-05 | kernel.bbclass: DEPEND on bluez-dtl1-workaround, not just RDEPEND. | Paul Sokolovsky | 1 | |