1. 23 Feb, 2010 3 commits
    • Jean-Baptiste Queru's avatar
      Get rid of $(combo_target) · 9b4a8123
      Jean-Baptiste Queru authored
      The only OS-ARCH combo that would have benefited from it
      is linux-x86, but it explicitly used separate configurations
      for the HOST_ and TARGET_ side of things.
      
      This makes is clear which files are related to the HOST_
      configuration and which ones are related to the TARGET_
      configuration, and expands $(combo_target) to the only
      possible/reasonable value that it could have had in every
      file.
      
      This also cleans up the simulator, by moving it in a single
      place in TARGET_linux_x86 (since the only part that's special
      is to use HOST_ settings even when building TARGET_ modules).
      
      Change-Id: I2420eeb8cfe539f5807ec99cb3177ffb9f2476d5
      9b4a8123
    • Andy McFadden's avatar
      Fix build. · e009f295
      Andy McFadden authored
      The "set default variant to armv5te if none defined" in the ARM config
      was applying to all architectures, but as it turns out only ARM builds
      actually cared.  When I made a copy of the "set default" code to the x86
      config, one or the other would win for builds that didn't specify a
      variant.  Turns out x86 won, so sim and voles worked, but opal didn't.
      e009f295
    • Andy McFadden's avatar
      Merge "Provide default variant for x86." · b94202f2
      Andy McFadden authored
      b94202f2
  2. 22 Feb, 2010 5 commits
    • Doug Zongker's avatar
      6b2d0b05
    • Doug Zongker's avatar
      pass blobs to applypatch in incremental OTAs · c8d446bc
      Doug Zongker authored
      applypatch now takes patches as blob-valued arguments instead of just
      filenames, eliminating the need to unpack all patches to /tmp before
      starting to apply them.
      
      Revert the last change I made where sha1_check(read_file(...)) was
      substituted for apply_patch_check(...).  apply_patch_check() knows to
      check /cache/saved.file if the original source file is missing or has
      a bad checksum, which is important if the device loses power or
      otherwise restarts during patching.
      
      Change-Id: Ia5b761474b0f809a5a5eed29455b1b145145699e
      c8d446bc
    • Andy McFadden's avatar
      Provide default variant for x86. · 8d7c2b5c
      Andy McFadden authored
      The TARGET_ARCH_VARIANT was not being set for x86.  This caused some
      difficulties when x86-atom tried to include variant-specific versions
      of files.
      8d7c2b5c
    • Jean-Baptiste Queru's avatar
      22344e76
    • Joe Onorato's avatar
      Allow optional product inheritance · 28a846d0
      Joe Onorato authored
      This allows to use a proper $(call inherit-product) across
      the open-source -> non-open-source boundary in a way that
      can automatically adapt to whether the non-open-source
      part is present or not
      
      Change-Id: I357721c68362ff8c0f90610850b0368adee68ada
      28a846d0
  3. 19 Feb, 2010 3 commits
  4. 18 Feb, 2010 2 commits
    • Fred Quintana's avatar
      577c5ba9
    • Doug Zongker's avatar
      fix makefile inheritance system · 1d89773c
      Doug Zongker authored
      The variable inheritance system can leave extra spaces in a variable
      when multiple levels of inheritance are used.  It can expand:
      
        "@inherit:foo @inherit:bar @inherit:baz"
      
           to
      
        "value @inherit:bar @inherit:baz"
      
           and then
      
        "value  @inherit:baz"   (if bar has no value for the variable)
      
           and then
      
        "value "  (if baz also has no value).
      
      Call strip to remove excess spaces between words after each
      replacement pass.
      
      Change-Id: Ic4cfc6fed1865066a6353a522e4bdcb68ec875d3
      1d89773c
  5. 17 Feb, 2010 4 commits
  6. 16 Feb, 2010 4 commits
  7. 13 Feb, 2010 1 commit
  8. 12 Feb, 2010 3 commits
  9. 11 Feb, 2010 3 commits
  10. 10 Feb, 2010 1 commit
  11. 09 Feb, 2010 2 commits
    • Daniel Sandler's avatar
      Merge "Enable DeskClock on all devices." · e175f706
      Daniel Sandler authored
      e175f706
    • Daniel Sandler's avatar
      Enable DeskClock on all devices. · 230f4ac2
      Daniel Sandler authored
      	Alas, poor AlarmClock! I knew, him, Froyo: a fellow
      	of infinite alarm, of most excellent punctuality: he hath
      	warned me of a meeting a thousand times, and now, how
      	abhorred in my build it is! My Droid rings at
      	it. Here hung those beeps that I have snoozed I know
      	not how oft. Where be your chimes now? Your
      	roosters? Your songs? Your flashes of alert,
      	that were wont to set the table on a buzz? Not one
      	now, to post your own notification? Quite ongoing?
      230f4ac2
  12. 08 Feb, 2010 1 commit
  13. 06 Feb, 2010 1 commit
  14. 05 Feb, 2010 7 commits