From: Adrian Alonso <aalonso00@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 3/7] linux-xilinx-ml507_git: new kernel recipe for xilinx ml507
Date: Fri, 5 Mar 2010 09:55:52 -0600 [thread overview]
Message-ID: <1267804556-2575-3-git-send-email-aalonso00@gmail.com> (raw)
In-Reply-To: <1267804556-2575-2-git-send-email-aalonso00@gmail.com>
* Based on the oficial xilinx repo since not all drivers are in the
* mainline kernel tree
* Make use off the xilinx-bsp bbclass to override device tree descriptor
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
---
recipes/linux/linux-xilinx-ml507_git.bb | 24 ++++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
create mode 100644 recipes/linux/linux-xilinx-ml507_git.bb
diff --git a/recipes/linux/linux-xilinx-ml507_git.bb b/recipes/linux/linux-xilinx-ml507_git.bb
new file mode 100644
index 0000000..2cbe689
--- /dev/null
+++ b/recipes/linux/linux-xilinx-ml507_git.bb
@@ -0,0 +1,23 @@
+require linux.inc
+
+DESCRIPTION = "Linux kernel for Xilinx ml507 platform"
+KERNEL_RELEASE = "2.6.32+git"
+
+COMPATIBLE_MACHINE = "xilinx-ml507"
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_xilinx-ml507 = "1"
+
+PV = "${KERNEL_RELEASE}"
+PR = "r0"
+
+SRCREV = "dc53725d22405e384b984d222542f526eaa9b829"
+SRC_URI = "git://git.xilinx.com/linux-2.6-xlnx.git;protocol=git \
+ file://defconfig"
+
+inherit kernel xilinx-bsp
+
+S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+ install -m 0644 ${WORKDIR}/defconfig ${S}/.config
+}
--
1.6.6.1
next prev parent reply other threads:[~2010-03-08 16:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-05 15:55 [PATCH 1/7] device_table_add-xsa: add dev nodes for system ace Adrian Alonso
2010-03-05 15:55 ` [PATCH 2/7] defconfig: xilinx ml507 kernel config Adrian Alonso
2010-03-05 15:55 ` Adrian Alonso [this message]
2010-03-05 15:55 ` [PATCH 4/7] xilinx-bsp.bbclass: add support for xilinx ml507 Adrian Alonso
2010-03-05 15:55 ` [PATCH 5/7] linux.inc: add device tree " Adrian Alonso
2010-03-05 15:55 ` [PATCH 6/7] tune-ppc440.inc: add base to extra archs Adrian Alonso
2010-03-05 15:55 ` [PATCH 7/7] xilinx-ml507.conf: new config file for ml507 devboard Adrian Alonso
-- strict thread matches above, loose matches on Subject: below --
2010-03-05 23:15 [PATCH 1/7] device_table_add-xsa: add dev nodes for system ace Adrian Alonso
2010-03-05 23:15 ` [PATCH 2/7] defconfig: xilinx ml507 kernel config Adrian Alonso
2010-03-05 23:15 ` [PATCH 3/7] linux-xilinx-ml507_git: new kernel recipe for xilinx ml507 Adrian Alonso
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=1267804556-2575-3-git-send-email-aalonso00@gmail.com \
--to=aalonso00@gmail.com \
--cc=openembedded-devel@lists.openembedded.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