Skip to content
  1. Aug 17, 2011
  2. Aug 16, 2011
  3. Aug 15, 2011
  4. Aug 14, 2011
  5. Aug 12, 2011
  6. Aug 11, 2011
  7. Aug 10, 2011
    • Koen Kooi's avatar
      gcc: Various fixups to ensure consistent gcc builds · ba454ab1
      Koen Kooi authored
      
      
      (ported from oe-core for consistency)
      
      We ensure that:
      * the shared work directory contains PR and ensure PR values are consistent across gcc builds
      * the regexp to handle library directories is in a specific task and run once
      
      This avoids breakage that was seen in incremental builds after commit
      be1f70d68b6b75772ebab8bdff683ddd7c42b0cd in oe-core where the interpretor could
      become corrupted. This was due to the sed expression corrupting
      the source directory.
      
      Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
      ba454ab1
  8. Aug 08, 2011
  9. Aug 06, 2011
  10. Aug 05, 2011
    • Bruce Ashfield's avatar
      kernel: copy defconfig to {B} vs {S} · 3d96cb87
      Bruce Ashfield authored
      
      
      For kernel's that use a split source/object build the copy
      of defconfig to {S} in the base kernel class is problematic.
      The previous solution for this was to override the do_configure
      of the base kernel class in a subclass. While this is still
      a viable/valid option, it does mean that changes to the base
      do_configure will be missed.
      
      The solution to this is to copy a defconfig to {B} which is
      typically the same as {S}, so most kernel recipes won't see or
      care about this change.
      
      With this change in place, linux-yocto.bbclass can drop its
      override of do_configure.
      
      Tested with linux-yocto and oe linux recipes.
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
      Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
      3d96cb87