| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel.bbclass: Copy bounds.h only if it exists, needed for 2.6.x. | Leon Woestenberg | 2012-07-31 | 1 | -1/+3 |
* | kernel bbclass: Recreate uImage only when KEEPUIMAGE != "yes" | Koen Kooi | 2012-07-26 | 1 | -1/+1 |
* | kernel.bbclass: fix external module building | Denis Carikli | 2012-07-26 | 1 | -0/+3 |
* | Convert tab indentation in python functions into four-space | Richard Purdie | 2012-07-19 | 1 | -171/+171 |
* | kernel.bbclass: Dont package kxgettext.o | Khem Raj | 2012-07-17 | 1 | -1/+1 |
* | kernel.bbclass: add non-santized kernel provides | Bruce Ashfield | 2012-07-09 | 1 | -0/+1 |
* | kernel: Add kernel headers to kernel-dev package | Darren Hart | 2012-07-04 | 1 | -15/+12 |
* | recipes-kernel: make perf a standalone package | Liang Li | 2012-06-21 | 1 | -6/+1 |
* | kernel: save $kerndir/tools and $kerndir/lib from pruning | Bruce Ashfield | 2012-06-21 | 1 | -1/+1 |
* | kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinst | Martin Jansa | 2012-06-21 | 1 | -2/+2 |
* | Revert "meta: replace os.popen with subprocess.Popen" | Richard Purdie | 2012-05-30 | 1 | -1/+1 |
* | meta: replace os.popen with subprocess.Popen | Robert Yang | 2012-05-30 | 1 | -1/+1 |
* | meta: replace os.system with subprocess.call | Robert Yang | 2012-05-30 | 1 | -2/+2 |
* | kernel.bbclass: add deploy link to KERNEL_IMAGETYPE | Christopher Larson | 2012-05-17 | 1 | -0/+1 |
* | image.bbclass,kernel.bbclass: Use kmod-native instead of module-init-tools-cross | Khem Raj | 2012-05-07 | 1 | -4/+3 |
* | kernel.bbclass: move kernel-vmlinux up in PACKAGES | Christopher Larson | 2012-05-03 | 1 | -1/+1 |
* | {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs | Andreas Oberritter | 2012-04-26 | 1 | -3/+1 |
* | kernel.bbclass: unify white spaces | Martin Jansa | 2012-04-26 | 1 | -13/+13 |
* | kernel.bbclass: merge uboot_mkimage improvements from meta-oe | Martin Jansa | 2012-04-26 | 1 | -16/+25 |
* | kernel: Fix packaging issue | Saul Wold | 2012-04-26 | 1 | -1/+1 |
* | kernel.bbclass: touch .scmversion also in ${S} | Martin Jansa | 2012-03-26 | 1 | -1/+1 |
* | kernel.bbclass: don't create /etc/modutils/* | Martin Jansa | 2012-03-23 | 1 | -8/+4 |
* | kernel.bbclass: fix extra + in kernelrelease | Martin Jansa | 2012-03-23 | 1 | -0/+6 |
* | kernel.bbclass: use better number for KERNEL_PRIORITY | Martin Jansa | 2012-03-23 | 1 | -1/+3 |
* | kernel.bbclass: use symlinks for modutils files | Martin Jansa | 2012-03-23 | 1 | -5/+3 |
* | kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries too | Martin Jansa | 2012-03-23 | 1 | -2/+8 |
* | kernel.bbclass: Remove warnings for modutils and modprobe.d | Darren Hart | 2012-03-08 | 1 | -0/+10 |
* | meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) | Richard Purdie | 2012-03-05 | 1 | -23/+23 |
* | kernel.bbclass: fix pkg_postinst and pkg_postrm | Andrea Adami | 2011-12-24 | 1 | -2/+2 |
* | kernel.bbclass: Allow do_compile_kernelmodules to use PARALLEL_MAKE | Richard Purdie | 2011-12-13 | 1 | -1/+1 |
* | getVar/setVar cleanups | Richard Purdie | 2011-11-27 | 1 | -3/+3 |
* | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 2011-11-10 | 1 | -34/+34 |
* | classes: Remove various bashisms | Richard Purdie | 2011-11-10 | 1 | -1/+1 |
* | kernel.bbclass: remove unshipped files in do_install | Dmitry Eremin-Solenikov | 2011-09-28 | 1 | -0/+2 |
* | kernel.bbclass: handle .cis firmware | Dmitry Eremin-Solenikov | 2011-09-28 | 1 | -0/+1 |
* | kernel.bbclass: blacklist 'perf-dbg' as well for the modules metapackage | Dmitry Eremin-Solenikov | 2011-09-28 | 1 | -1/+1 |
* | kernel.bbclass: Find the kernel consistently. | Mike Crowe | 2011-08-29 | 1 | -3/+3 |
* | kernel.bbclass: support kernel image type of vmlinux.gz | Mike Crowe | 2011-08-29 | 1 | -1/+6 |
* | image.bbclass, kernel.bbclass: remove non-standard -n option from cp command | Paul Eggleton | 2011-08-23 | 1 | -1/+1 |
* | kernel.bbclass: save kernel image name into $kerneldir | Otavio Salvador | 2011-08-23 | 1 | -0/+6 |
* | image.bbclass, kernel.bbclass: create warning file about deleting deploydir f... | Paul Eggleton | 2011-08-19 | 1 | -0/+2 |
* | kernel: restore crtsavres.o to enable building external modules on powerpc | Darren Hart | 2011-08-17 | 1 | -0/+7 |
* | kernel,module-base.bbclass: Improve KERNEL_LD & KERNEL_AR variables | Nitin A Kamble | 2011-08-05 | 1 | -1/+1 |
* | kernel.bbcalss: Added do_savedefconfig task. | Noor, Ahsan | 2011-08-04 | 1 | -0/+6 |
* | kernel,cml1.bbclass: Move menuconfig to cml1 | Noor, Ahsan | 2011-08-04 | 1 | -15/+0 |
* | kernel: copy defconfig to {B} vs {S} | Bruce Ashfield | 2011-07-22 | 1 | -2/+2 |
* | kernel.bbclass: minor whitespace fixes | Paul Eggleton | 2011-07-19 | 1 | -2/+2 |
* | kernel.bbclass: remove unintended change of INITRAMFS_TASK | Andrea Adami | 2011-07-14 | 1 | -1/+1 |
* | kernel.bbclass: fix the broken lines | Nitin A Kamble | 2011-07-13 | 1 | -2/+2 |
* | kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround | Phil Blundell | 2011-07-12 | 1 | -5/+0 |