Skip to content
  1. Nov 29, 2012
  2. Nov 27, 2012
  3. Nov 23, 2012
  4. Nov 22, 2012
  5. Nov 21, 2012
  6. Nov 19, 2012
  7. Nov 16, 2012
  8. Nov 13, 2012
    • Bruce Ashfield's avatar
      kernel.bbclass: remove explicit version.h target · 8e489120
      Bruce Ashfield authored
      
      
      The compilation routine for the kernel has an explicit call to
      build version.h, which works fine for most kernels, but the
      location of it has recently changes.
      
      commit d183e6f5 [UAPI: Move linux/version.h]
      commit 10b63956 [UAPI: Plumb the UAPI Kbuilds into the user
                       header installation and checking]
      
      moves the file to include/generated/linux/version.h and then to
      include/generated/uapi/linux/version.h.
      
      As a result kernel builds of 3.7 or bisection builds of intermediate
      kernel commits will fail with:
      
        make[2]: *** No rule to make target `include/linux/version.h'.  Stop.
      
      Making the explicit version.h build conditional on the version, or
      via a file test would fix the problem, but it introduces some complexity
      to the build.
      
      Even without an explicit call to build version.h, it is always produced
      by the kernel build, so it can simply be removed.
      
      This extra make line was originally so that the kernel version could be
      determined, so that then different instructions could be executed depending
      on whether it was a 2.4 or 2.6 kernel. Since we no longer support 2.4, this
      code is no longer needed.
      
      [YOCTO: #3293]
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      8e489120
    • Holger Hans Peter Freyther's avatar
      systemd: Make the main systemd files proper CONFFILES · 8ae005d0
      Holger Hans Peter Freyther authored
      
      
      Allow a user to edit the main systemd configuration files and have
      them not overwritten at the next upgrade of it.
      
      Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
      8ae005d0
    • Eric BENARD's avatar
      mercurial-native: fix install · e23c48c6
      Eric BENARD authored
      
      
      else host python is used leading to the following error if the host doesn't
      have the python headers installed :
      | Python headers are required to build Mercurial
      | make: *** [build] Error 1
      
      Signed-off-by: default avatarEric Bénard <eric@eukrea.com>
      Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
      e23c48c6