Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Adrian Alonso <aalonso00@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 4/9] xilinx-linux: new kernel recipe
Date: Mon, 12 Jul 2010 14:45:45 -0500	[thread overview]
Message-ID: <1278963950-2587-4-git-send-email-aalonso00@gmail.com> (raw)
In-Reply-To: <1278963950-2587-1-git-send-email-aalonso00@gmail.com>

* Kernel recipe for generic xilinx platforms
* Inherits xilinx-bsp.bbclass to pass device
  tree for the final arch

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
---
 recipes/linux/linux-xilinx_git.bb |   35 ++++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
 create mode 100644 recipes/linux/linux-xilinx_git.bb

diff --git a/recipes/linux/linux-xilinx_git.bb b/recipes/linux/linux-xilinx_git.bb
new file mode 100644
index 0000000..a637c35
--- /dev/null
+++ b/recipes/linux/linux-xilinx_git.bb
@@ -0,0 +1,35 @@
+require linux.inc
+
+DESCRIPTION = "Linux kernel for Xilinx platforms"
+
+COMPATIBLE_MACHINE = "xilinx-virtex4|xilinx-virtex5|xilinx-mb-gen"
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_xilinx-virtex4 = "1"
+DEFAULT_PREFERENCE_xilinx-virtex5 = "1"
+DEFAULT_PREFERENCE_xilinx-mb-gen = "1"
+
+PV = "2.6.33+git"
+PR = "r0"
+
+SRCREV = "17431547113100a3ae0a622b9f76ad17fb76eb56"
+SRC_URI = "git://git.xilinx.com/linux-2.6-xlnx.git;protocol=git \
+           file://xilinxfb.c-update-tft-comp.patch \
+		   file://defconfig"
+
+PV_xilinx-mb-gen = "2.6.34+git"
+SRCREV_xilinx-mb-gen = "382e23534109197daddbcbcdf5aae75c674638e7"
+SRC_URI_xilinx-mb-gen = "git://developer.petalogix.com/linux-2.6-microblaze.git;protocol=git \
+                       file://defconfig"
+
+inherit kernel xilinx-bsp
+
+TARGET_BOARD = "${@map_target(bb.data.getVar('TARGET_ARCH', d, 1), d)}"
+KERNEL_DEVICETREE_xilinx-virtex4 = "arch/${ARCH}/boot/dts/virtex${TARGET_BOARD}.dts"
+KERNEL_DEVICETREE_xilinx-virtex5 = "arch/${ARCH}/boot/dts/virtex${TARGET_BOARD}.dts"
+KERNEL_DEVICETREE_xilinx-mb-gen = "arch/${ARCH}/platform/generic/${TARGET_BOARD}.dts"
+
+S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+    install -m 0644 ${WORKDIR}/defconfig ${S}/.config
+}
-- 
1.7.1.1




  parent reply	other threads:[~2010-07-12 19:49 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-12 19:45 [PATCH 1/9] xilinx-virtex4: new file Adrian Alonso
2010-07-12 19:45 ` [PATCH 2/9] xilinx-virtex5: " Adrian Alonso
2010-07-13  6:11   ` Frans Meulenbroeks
2010-07-12 19:45 ` [PATCH 3/9] linux-xilinx: new files Adrian Alonso
2010-07-13  6:12   ` Frans Meulenbroeks
2010-07-14 21:07     ` Frans Meulenbroeks
2010-07-14 21:19       ` Adrian Alonso
2010-07-16 16:45         ` Adrian Alonso
2010-07-12 19:45 ` Adrian Alonso [this message]
2010-07-13  6:10   ` [PATCH 4/9] xilinx-linux: new kernel recipe Frans Meulenbroeks
2010-07-12 19:45 ` [PATCH 5/9] u-boot-xilinx: new file Adrian Alonso
2010-07-12 19:45 ` [PATCH 6/9] xilinx-bsp: handle more xilinx targets Adrian Alonso
2010-07-12 19:45 ` [PATCH 7/9] xserver-kdrive-common: xilinx virtex5 support Adrian Alonso
2010-07-14 21:12   ` Frans Meulenbroeks
2010-07-15  7:08   ` Marcin Juszkiewicz
2010-07-16 15:30     ` Adrian Alonso
2010-07-12 19:45 ` [PATCH 8/9] xorg-xserver-conf: virtex5 machine support Adrian Alonso
2010-07-12 19:45 ` [PATCH 9/9] glibc: fix LD_LIBRARY_PATH Adrian Alonso
2010-07-14 21:08   ` Frans Meulenbroeks
2010-07-13  6:01 ` [PATCH 1/9] xilinx-virtex4: new file Frans Meulenbroeks
2010-07-13 16:00   ` Adrian Alonso
2010-07-13 20:46     ` Frans Meulenbroeks
2010-07-13 22:52       ` 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=1278963950-2587-4-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