On Wed, Aug 22, 2012 at 12:43 AM, Sunny <nimitkala...@gmail.com> wrote:

>
> Hi all,
>
> I am trying to build android kernel first time. I went through
> http://source.android.com/source/building-kernels.html
> In this, i followed below commands
>
> $export ARCH=arm
> $ export SUBARCH=arm
> $ export CROSS_COMPILE=arm-eabi-
> $ cd omap
> $ git checkout <commit_from_first_step>
>
> So, I am confused what is "<commit_from_first_step>"???
>
>
it is referring to the commit number listed when u enter "git log kernel"
in the earlier step.

For example, for me, "git log kernel" gives:

commit 3911ff30f5d1175e2e67e73244405e3492b35c79
Author: Jiri Kosina <jkos...@suse.cz>
Date:   Sun May 13 12:13:15 2012 +0200

    genirq: export handle_edge_irq() and irq_to_desc()

    Export handle_edge_irq() and irq_to_desc() to modules to allow them to
    do things such as

        __irq_set_handler_locked(...., handle_edge_irq);

    This fixes

        ERROR: "handle_edge_irq" [drivers/gpio/gpio-pch.ko] undefined!
        ERROR: "irq_to_desc" [drivers/gpio/gpio-pch.ko] undefined!


So "commit" here refers to "3911ff30f5d1175e2e67e73244405e3492b35c79".


> Thanks,
> Nimit
>
> --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel




-- 
Regards,
Peter Teoh

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to