Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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 | |
2007-07-04 | bluez: Stop 02dtl1_cs.sh the nasty hack from breaking everyone's BT connection. | Paul Sokolovsky | 1 | |
* This sloppily written script just unconditionally breaks a BT connection on suspend. * So, instead, make only DTL1 victims suffer it thru: 1. Make a separate package for it. 2. Make kernel-module-dtl1-cs and nothing else RDEPENDS on it. | ||||
2007-04-09 | kernel.bbclass: Add kernel-base package which kernel modules depend on ↵ | Richard Purdie | 1 | |
instead of kernel-image. This allows machines to specify that the kernel-image shouldn't be included in a default rootfs, without needing kernel-image to be empty. Set RDEPENDS_kernel-base_MACHINE = for machines that need this as per a discussion on the mailing list. | ||||
2007-02-14 | kernel.bbclass: Remove PARALLEL_INSTALL_MODULES. If we want to do this we ↵ | Richard Purdie | 1 | |
should rethink and have something that works for multiple kernel versions generically not just a 2.4/2.6 split. There are certainly better ways to do it than this. | ||||
2007-01-07 | kernel.bbclass: Remove the KERNEL_RELEASE variable and set it to ↵ | Richard Purdie | 1 | |
KERNEL_VERSION. This should removes a large source of kernel module problems as the variables then 'just work' | ||||
2007-01-06 | kernel.bbclass: Create relative symlinks from "zImage" to actual kernel ↵ | Paul Sokolovsky | 1 | |
image in use. * Make sure update-alternatives created relative symlinks in /boot (or whatever) kernel image directory is used. This is required for tools like LAB (Linux As Bootloader) which may mount rootfs over some other temporary fs tree to get access to kernel to boot. * Closes #1569. | ||||
2006-11-20 | kernel.bbclass: unset MACHINE otherwise things break (from poky) | Richard Purdie | 1 | |
2006-10-12 | rename linux_modules to linux-kernel-base, add common kernel_get*version ↵ | Michael Lauer | 1 | |
functions to this class | ||||
2006-09-26 | kernel.bbclass: do not override machine/*.conf setting of KERNEL_IMAGETYPE ↵ | Tom Walsh | 1 | |
to allow image other than zImage to be produced - close #1435 | ||||
2006-09-22 | kernel.bbclass: Update get_kernelversion for changes in kernels >= 2.6.18 | Richard Purdie | 1 | |
2006-08-12 | kernel.bbclass, module.bbclass: changed depmod -A into depmod -a | Frans Meulenbroeks | 1 | |
see http://www.handhelds.org/hypermail/oe/102/10225.html | ||||
2006-06-05 | classes/kernel.bbclass: also stage include/media | Koen Kooi | 1 | |
2006-05-31 | classes | Raymond Danks | 1 | |
bootimg.bbclass - This creates a bootable image using syslinux, your kernel and an optional initrd kernel.bbclass - drivers/crypto and include/acpi are needed by some pkgconfig.bbclass - searching for .pc files syslinux.bbclass - This creates a configuration file suitable for use with syslinux. site mipsel-linux, i486-linux, i686-linux, x86_64-linux updates for: gcc, lmbench, X11R7.0, sudo, audacity conf add db1200 and geodelx machine configurations. | ||||
2006-05-30 | kernel.bbclass: Add a postinstall for kernel-image to make sure the corrrect ↵ | Richard Purdie | 1 | |
/lib/modules directory exists and to run depmod. This removes modprobe errors when no kernel modules are installed. | ||||
2006-04-29 | Install depmod-2.4 and depmod-2.6 in cross staging instead of plain depmod ↵ | Richard Purdie | 1 | |
so 2.4 and 2.6 kernel builds can coexist with multimachine (bug 581) | ||||
2006-04-02 | kernel.bbclass: Make sure the directory in staging exists | Richard Purdie | 1 | |
2006-02-28 | kernel.bbclass: Add kernel-modules meta package for ↵ | Koen Kooi | 1 | |
PARALLEL_INSTALL_MODULES, courtesy Raymond Danks | ||||
2006-01-30 | linux: fix missing HOST_CC_ARCH in module compilation in kernel/module all | John Bowler | 1 | |
- define TARGET_KERNEL_CC_ARCH to define arch specific compiler options in machine.conf. The default for the kernel is "" (empty), although it should probably be TARGET_CC_ARCH in the future. The default for modules is TARGET_CC_ARCH | ||||
2006-01-13 | kernel.bbclass: Check if include/sound exists before trying to stage it (it ↵ | Rod Whitby | 1 | |
doesn't exist for the unslung 2.4 kernel). | ||||
2006-01-12 | kernel.bbclass: stage include/sound/* | Philipp Zabel | 1 | |
2006-01-09 | kernel.bbclass: Add hack to cope with kernel-image-SOMEDYNAMICVERSION to ↵ | Richard Purdie | 1 | |
enable builds for now. To be removed when proper RDEPENDS -> PKG_ is possible. | ||||
2006-01-08 | Add PACKAGES_DYNAMIC to the appropriate .bb files. | Richard Purdie | 1 | |
2005-12-30 | kernel.bbclass: prevent self-referential asm links in kernel.bbclass | John Bowler | 1 | |
- ln -sf asm-<arch> .../include/asm works fine first time, but - second time round it creates a link in asm to asm-<arch> - called asm-<arch>, this breaks the klibc build | ||||
2005-12-06 | disapproval of revision '1836da10f903d9ee68a7255b7a5d899128f4f43c' | Marcin Juszkiewicz | 1 | |
2005-12-06 | module-init-tools: prefer 3.2.1 over 3.2-pre4 | Philipp Zabel | 1 | |
- adds DEFAULT_PREFERENCE="-1" to the 3.2-pre4, see bug #498 | ||||
2005-11-11 | nslu2-kernel: cleanup openslug, ucslugc and slugos kernels, ALL | John Bowler | 1 | |
- remove old kernel versions - remove openslug-kernel - move patches from openslug-kernel - fix kernel UTS_RELEASE handling (requires change in kernel.bbclass) - fix nslu2-kernel MM build - move to 2.6.14.1 (important security fix) | ||||
2005-10-13 | kernel.bbclass: Fix some quoting and brackets on an if statement. Reported ↵ | Richard Purdie | 1 | |
by katossi. |