From b2ad2aa3518f2f3cb883950f33e6ae7603a41195 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 16 Jun 2011 11:13:50 +0200 Subject: [PATCH] u-boot 2010.06-psp: add support for 814x and 816x Signed-off-by: Koen Kooi --- recipes-bsp/u-boot/u-boot_2010.06-psp.bb | 17 +++++++++++++++++ recipes-bsp/u-boot/u-boot_git.bb | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot_2010.06-psp.bb diff --git a/recipes-bsp/u-boot/u-boot_2010.06-psp.bb b/recipes-bsp/u-boot/u-boot_2010.06-psp.bb new file mode 100644 index 00000000..1cd0ba80 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2010.06-psp.bb @@ -0,0 +1,17 @@ +require u-boot.inc + +FILESPATHPKG =. "u-boot-psp-git:" + +COMPATIBLE_MACHINE = "am387x-evm|am389x-evm|c6a814x-evm|c6a816x-evm|dm814x-evm" + +SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;branch=${BRANCH};protocol=git" + +BRANCH_ti814x = "ti81xx-master" +SRCREV_pn-${PN}_ti814x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0" +LIC_FILES_CHKSUM_pn-${PN}_ti814x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" + +BRANCH_ti816x = "ti81xx-master" +SRCREV_pn-${PN}_ti816x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0" +LIC_FILES_CHKSUM_pn-${PN}_ti816x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" + +S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb index 793c1592..431fd319 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/recipes-bsp/u-boot/u-boot_git.bb @@ -1,6 +1,9 @@ require u-boot.inc PR ="r66" +DEFAULT_PREFERENCE_ti814x = "-1" +DEFAULT_PREFERENCE_ti816x = "-1" + FILESPATHPKG =. "u-boot-git:" SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \