From a2cd09d30816dd1142767dde895fc3b53ed52684 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 10 Oct 2013 13:14:27 +0200 Subject: u-boot-fw-utils: add bbappend to use the same u-boot sources --- recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bbappend | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bbappend (limited to 'recipes-bsp') 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}" -- cgit v1.2.3