From 0373558c0b37b747f2605256a13cf7b6d2ec7ac9 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 23 Aug 2012 18:50:30 +0200 Subject: Use kernel and u-boot from git.toradex.com Move changes done to other repos into .bbappends in meta-toradex --- recipes-bsp/u-boot/u-boot_2011.06.bbappend | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot_2011.06.bbappend b/recipes-bsp/u-boot/u-boot_2011.06.bbappend index 27c3c61..fac7c1f 100644 --- a/recipes-bsp/u-boot/u-boot_2011.06.bbappend +++ b/recipes-bsp/u-boot/u-boot_2011.06.bbappend @@ -1,14 +1,10 @@ # Extends the core u-boot recipe # to take the u-boot sources including the colibri stuff from our git repository -PR ="r1" +PR ="r2" DEPENDS += "dtc-native" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -# Also overwries the license checksum to suit the updated text file in our U-Boot snapshot. -#LIC_FILES_CHKSUM_colibri-t20 = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -#LIC_FILES_CHKSUM_colibri-t30 = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" - COMPATIBLE_MACHINE_colibri-t20 = "colibri-t20" COMPATIBLE_MACHINE_colibri-t30 = "colibri-t30" @@ -29,18 +25,18 @@ UBOOT_MACHINE_colibri-t30 = "colibri_t30_config" #SRCREV_COLIBRI = "63c37d9e1d3ea97391576384d237728c44b5e33b" ##################################################################################################################### +# toradex git ################################################################################################### +FILESPATHPKG =. "git:" +S="${WORKDIR}/git" +SRC_URI_COLIBRI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=colibri" +SRCREV_COLIBRI = "2a1325206da5381292c2b268e248702c523cc927" +##################################################################################################################### + PV_colibri-t20 = "${PR}+gitr${SRCREV}" PV_colibri-t30 = "${PR}+gitr${SRCREV}" -# internal SVN ##################################################################################################################### -S = "${WORKDIR}/bootloader/u-boot" -SRCREV_COLIBRI = "321" -SRC_URI_COLIBRI = "svn://tegradev:tegra123!@mammut.toradex.int:8090/colibri_tegra_linux/trunk;module=bootloader/u-boot;rev=${SRCREV_COLIBRI};protocol=http \ -" -##################################################################################################################### - -SRC_URI_colibri-t20 = "${SRC_URI_COLIBRI} " -SRC_URI_colibri-t30 = "${SRC_URI_COLIBRI} " +SRC_URI_colibri-t20 = "${SRC_URI_COLIBRI}" +SRC_URI_colibri-t30 = "${SRC_URI_COLIBRI}" SRCREV_colibri-t20 = "${SRCREV_COLIBRI}" SRCREV_colibri-t30 = "${SRCREV_COLIBRI}" PV_colibri-t20 = "${PR}+gitr${SRCREV}" -- cgit v1.2.3