From: elvis.dowson@gmail.com
To: openembedded-devel@lists.openembedded.org
Cc: Elvis Dowson <elvis.dowson@gmail.com>
Subject: [meta-xilinx] u-boot-xilinx_git: Update recipe to support fetching from separate git repositories for virtex5 and microblaze.
Date: Sun, 3 Jun 2012 11:30:20 +0200 [thread overview]
Message-ID: <4fcb2eb5.f34bb40a.3bbd.45cd@mx.google.com> (raw)
From: Elvis Dowson <elvis.dowson@gmail.com>
* virtex5: Modify SRC_URI_virtex5 to fetch u-boot from
git://git.denx.de/u-boot.git
* virtex5: Update to u-boot v2012.04.01
* microblaze: Retain SRC_URL_microblaze to fetch u-boot from
git://git.xilinx.com/u-boot-xlnx.git
* microblaze: Retain u-boot v2009.11
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
---
recipes-bsp/u-boot/u-boot-xilinx_git.bb | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/recipes-bsp/u-boot/u-boot-xilinx_git.bb b/recipes-bsp/u-boot/u-boot-xilinx_git.bb
index 759539f..af9ef45 100644
--- a/recipes-bsp/u-boot/u-boot-xilinx_git.bb
+++ b/recipes-bsp/u-boot/u-boot-xilinx_git.bb
@@ -1,22 +1,29 @@
inherit xilinx-boot xilinx-utils
require recipes-bsp/u-boot/u-boot.inc
-PR = "r15"
-PV = "v2009.11"
+PR = "r16"
+PV_virtex5 = "v2012.04.01"
+PV_microblaze = "v2009.11"
+
LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
+LIC_FILES_CHKSUM_virtex5 = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+LIC_FILES_CHKSUM_microblaze = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
+
+# Virtex-5 src location
+KBRANCH_virtex5 = "master"
+SRC_URI_virtex5 = "git://git.denx.de/u-boot.git;branch=${KBRANCH};protocol=git"
+SRCREV_${PN}_virtex5 = "415d386877df49eb051b85ef74fa59a16dc17c7d"
-KBRANCH = "master"
-KBRANCH_microblaze = "microblaze"
# Microblaze src location
-SRC_URI = "git://git.xilinx.com/u-boot-xlnx.git;branch=${KBRANCH};protocol=git \
+KBRANCH_microblaze = "microblaze"
+SRC_URI_microblaze = "git://git.xilinx.com/u-boot-xlnx.git;branch=${KBRANCH};protocol=git \
file://ml405-add-uartlite-config-options.patch \
file://ml405-replace-hardcode-macros-for-uartns550.patch \
file://ml507-add-uartlite-config-options.patch \
- file://ml507-replace-hardcode-macros-for-uartns550.patch"
-SRU_URI_microblaze += " file://microblaze-genric-add-spi-flash-config.patch \
- file://board-microblaze-monitor-flash-len.patch \
- file://cfi_flash-define-monitor_flash_len.patch"
+ file://ml507-replace-hardcode-macros-for-uartns550.patch \
+ file://microblaze-genric-add-spi-flash-config.patch \
+ file://board-microblaze-monitor-flash-len.patch \
+ file://cfi_flash-define-monitor_flash_len.patch"
XILINX_BOARD ?= "${@find_board(bb.data.getVar('XILINX_BSP_PATH', d, 1), d)}"
--
1.7.9.5
reply other threads:[~2012-06-03 9:40 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=4fcb2eb5.f34bb40a.3bbd.45cd@mx.google.com \
--to=elvis.dowson@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.