Go to file
Andreas Oberritter c557b72f6c {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs
* depmod already gets executed by pkg_postinst_kernel-image.

* If you build a module using module.bbclass, pkg_postinst returns 1 in
  do_rootfs, causing pkg_postinst to run again on first boot. To improve
  this situation, I copied pkg_postinst from kernel.bbclass to module.bbclass.
  This was rejected by Koen, because he doesn't like the code from
  kernel.bblcass, which uses ${STAGING_DIR_KERNEL}. Richard then suggested
  that calling depmod during do_rootfs wasn't necessary at all, because
  it already gets done by kernel-image.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 09:17:27 +02:00
contrib oe-stylize.py: Add SUMMARY variable 2012-04-24 08:07:28 +02:00
meta-efl README: fix meta-efl, meta-gpe and meta-xfce to point to openembedded.org 2012-04-19 09:43:48 +02:00
meta-gnome epiphany 2.30.6: add missing gnome-doc-utils dependency 2012-04-25 13:58:55 +02:00
meta-gpe README: fix meta-efl, meta-gpe and meta-xfce to point to openembedded.org 2012-04-19 09:43:48 +02:00
meta-initramfs klibc_1.5.25: add patches to build with 3.2 kernel headers 2012-04-24 08:07:41 +02:00
meta-multimedia meta-multimedia: initial add 2012-02-24 13:53:17 +01:00
meta-oe {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs 2012-04-26 09:17:27 +02:00
meta-xfce README: fix meta-efl, meta-gpe and meta-xfce to point to openembedded.org 2012-04-19 09:43:48 +02:00
toolchain-layer gcc-4.5: Backport cpp honor sysroot patch 2012-04-19 09:49:25 +02:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories