kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: abbas.raza.1707@gmail.com (Abbas Raza)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Compiling linux kernel for beagle board
Date: Mon, 30 May 2011 16:01:31 +0500	[thread overview]
Message-ID: <BANLkTi=Vu=ioOj8Lh2qkk+WJZ-JMcT4mdA@mail.gmail.com> (raw)

Hi,

I am new to kernel and want to learn it alot :)

I just got my beagle board and want to compile linux kernel for it. I
downloaded the latest kernel source from kernel.org. Cross compiled it for
ARM beagle board and it got working on my board.
During investigation on kernel sources i found that git repo at "git://
git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git" contains
support for beagle board too. I am confused that
what is the difference between both the kernels i.e latest base kernel and
OMAP3 linux kernel? why all the documents on internet ask to get kernel from
above link (linux kernel for OMAP3 family of processors) for beagle board
and not the base kernel simply from kernel.org? Also i have seen a linux
recipe for beagle board in openembedded . It fetches OMAP3 kernel and
applies lots of patches on it as give below

########################################
SRC_URI = "git://
git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git\
       file://defconfig"

SRC_URI_append = " \
           file://no-empty-flash-warnings.patch \
           file://no-cortex-deadlock.patch \
           file://read_die_ids.patch \
           file://fix-install.patch \

file://dss2/0001-Revert-gro-Fix-legacy-path-napi_complete-crash.patch \
           file://dss2/0002-OMAPFB-move-omapfb.h-to-include-linux.patch \
           -----
          -------
######################################


So now i see 3 different linux kernel sources... base kernel, OMAP3 kernel,
OMAP3 patched kernel made by openembedded. Which one should be used? Is not
base kernel enough for beagle board?

Please help and guide i am very much confused .. thanks

--
Abbas Raza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110530/acc766e2/attachment.html 

                 reply	other threads:[~2011-05-30 11:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTi=Vu=ioOj8Lh2qkk+WJZ-JMcT4mdA@mail.gmail.com' \
    --to=abbas.raza.1707@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).