Home / 6.7.2_GC-125-YTZTD-51
Name Modified Size InfoDownloads / Week
Parent folder
README 2012-07-04 1.3 kB
motorola-external-lbl.tar.gz 2012-07-04 41.4 kB
vendor-authentec-vpndriver.tar.gz 2012-07-04 94.2 kB
kernel-omap4.tar.gz 2012-07-04 104.1 MB
motorola-external-bthelp.tar.gz 2012-07-04 10.1 kB
motorola-external-jcifs.tar.gz 2012-07-04 275.6 kB
motorola-external-wbxmlparser.tar.gz 2012-07-04 73.7 kB
system-core.tar.gz 2012-07-04 963.8 kB
hardware-ti-wpan.tar.gz 2012-07-04 2.1 MB
hardware-ti-wlan.tar.gz 2012-07-04 11.3 MB
external-webkit.tar.gz 2012-07-04 48.7 MB
external-libnl-headers.tar.gz 2012-07-04 40.7 kB
external-iptables.tar.gz 2012-07-04 355.8 kB
external-iproute2.tar.gz 2012-07-04 506.3 kB
external-hyphenation.tar.gz 2012-07-04 81.0 kB
external-expat.tar.gz 2012-07-04 470.5 kB
external-e2fsprogs.tar.gz 2012-07-04 4.6 MB
external-dnsmasq.tar.gz 2012-07-04 438.5 kB
external-dbus.tar.gz 2012-07-04 1.5 MB
external-chromium.tar.gz 2012-07-04 20.7 MB
external-bluetooth-glib.tar.gz 2012-07-04 3.5 MB
external-bluetooth-bluez.tar.gz 2012-07-04 1.1 MB
external-alsa-lib.tar.gz 2012-07-04 1.2 MB
build.tar.gz 2012-07-04 1.2 MB
bionic.tar.gz 2012-07-04 2.5 MB
Totals: 25 Items   205.9 MB 0
 1. Create a workspace containing "vanilla" ICS  release from Google. You may need to apply the following change in build repo to prevent the build from aborting when unexpected _user_ tag is found on some modules:

        diff --git a/core/base_rules.mk b/core/base_rules.mk
        index 3c11673..ecf611d 100644
        --- a/core/base_rules.mk
        +++ b/core/base_rules.mk
        @@ -99,7 +99,7 @@ ifneq ($(filter $(LOCAL_MODULE_TAGS),user),)
             $(warning * PRODUCT_PACKAGES section of)
             $(warning * build/target/product/core.mk)
             $(warning * )
        -    $(error user tag detected on new module - user tags are only supported on legacy modules)
        +    $(warning user tag detected on new module - user tags are only supported on legacy modules)
           endif
         endif
  

 2. Overlay Motorola-provided published repos on top of original Google versions. 

 3. Build user space components:

        cd <workspace>
        . build/envsetup.sh
        lunch generic-user
        make BOARD_HAVE_BLUETOOTH=true TARGET_BOARD_PLATFORM=omap4 <target>

    Where <target> is something like `out/target/product/generic/system/bin/bluetoothd`

 4. Building kernel and kernel modules:
        
           make TARGET_BOARD_PLATFORM=omap4 -f kernel/build/kernel.mk all
Source: README, updated 2012-07-04