summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-10 13:14:27 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-10 13:14:27 +0200
commit7b02d1749ca0a0bf32d7547110281ab750f70fd4 (patch)
treed092c12b4358536c20b4f9e245e3adb75b2b5455 /recipes-bsp/u-boot
parentac484e5aaab9fbf8e3fe18d916d03d9ea2adf3b9 (diff)
u-boot-fw-utils: add bbappend to use the same u-boot sources
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bbappend17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bbappend b/recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bbappend
new file mode 100644
index 0000000..51482df
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bbappend
@@ -0,0 +1,17 @@
+# Extends the core u-boot recipe
+# to take the u-boot sources including the colibri stuff from our git repository
+PR ="r7"
+COMPATIBLE_MACHINE_colibri-t20 = "colibri-t20"
+
+DEFAULT_PREFERENCE_colibri-t20 = "1"
+
+FILESPATHPKG =. "git:"
+S="${WORKDIR}/git"
+SRC_URI_COLIBRI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=colibri"
+SRCREV_COLIBRI = "d7fcf63504425a73f74f3d1d2f5ba68533280ff4"
+
+PV_colibri-t20 = "${PR}+gitr${SRCREV}"
+
+SRC_URI_colibri-t20 = "${SRC_URI_COLIBRI}"
+SRCREV_colibri-t20 = "${SRCREV_COLIBRI}"
+PV_colibri-t20 = "${PR}+gitr${SRCREV}"