Download Latest Version kernel_omap4.tgz (102.7 MB)
Email in envelope

Get an email when there's a new version of moto-mz617

Home / MZ608_LATAM / 7.7.1-141-7-FLEM-UMTS-LA
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2012-11-22 1.2 kB
bionic.tgz 2012-11-22 2.4 MB
build.tgz 2012-11-22 1.2 MB
external_alsa-lib.tgz 2012-11-22 1.2 MB
external_bluetooth_bluez.tgz 2012-11-22 1.1 MB
external_bluetooth_glib.tgz 2012-11-22 3.5 MB
external_dbus.tgz 2012-11-22 1.4 MB
external_dnsmasq.tgz 2012-11-22 434.6 kB
external_expat.tgz 2012-11-22 464.7 kB
external_hyphenation.tgz 2012-11-22 78.5 kB
external_iproute2.tgz 2012-11-22 490.3 kB
external_iptables.tgz 2012-11-22 343.3 kB
external_libnl-headers.tgz 2012-11-22 37.2 kB
hardware_ti_wpan.tgz 2012-11-22 2.6 MB
kernel_build.tgz 2012-11-22 32.6 kB
motorola_external_bthelp.tgz 2012-11-22 9.3 kB
motorola_external_depmod.tgz 2012-11-22 95.1 kB
motorola_external_jcifs.tgz 2012-11-22 263.7 kB
motorola_external_wbxmlparser.tgz 2012-11-22 71.8 kB
system_core.tgz 2012-11-22 933.6 kB
vendor_authentec_vpndriver.tgz 2012-11-22 91.8 kB
external_e2fsprogs.tgz 2012-11-22 4.6 MB
hardware_ti_wlan.tgz 2012-11-22 11.2 MB
external_chromium.tgz 2012-11-22 20.4 MB
external_webkit.tgz 2012-11-22 47.8 MB
kernel_omap4.tgz 2012-11-22 102.7 MB
Totals: 26 Items   203.3 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 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.txt, updated 2012-11-22