summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 17:03:17 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-18 19:27:28 -0400
commit90955082eeac7f5fceccf2402abb9a924be535ed (patch)
tree149d204900071c8767ec49098505d172e3ab86ce
parent261a5e98426f512ab77f8f45c8a90babdea7bfe4 (diff)
downloadmeta-ti-90955082eeac7f5fceccf2402abb9a924be535ed.tar.gz
u-boot-git: remove a very old no longer used version
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb61
1 files changed, 0 insertions, 61 deletions
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
deleted file mode 100644
index 2b32ab89..00000000
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ /dev/null
@@ -1,61 +0,0 @@
1require u-boot.inc
2PR ="r68"
3
4DEFAULT_PREFERENCE = "-1"
5DEFAULT_PREFERENCE_ti814x = "-1"
6DEFAULT_PREFERENCE_ti816x = "-1"
7
8FILESPATHPKG =. "u-boot-git:"
9
10# ~ TI PSP v2009.11_OMAPPSP_03.00.01.06 (+ couple of commits)
11SRC_URI_omap3evm = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git \
12 file://0001-omap3evm-Change-default-console-serial-port-from.patch \
13"
14SRCREV_${PN}_omap3evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620"
15PV_omap3evm = "2009.11+${PR}+gitr${SRCREV}"
16
17# ~ TI PSP v2009.11_OMAPPSP_03.00.01.06 (+ couple of commits)
18SRC_URI_pn-${PN}_am3517-evm = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git"
19SRCREV_pn-${PN}_am3517-evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620"
20PV_pn-${PN}_am3517-evm = "2009.11+${PR}+gitr${SRCREV}"
21
22# ~ TI PSP v2009.11_OMAPPSP_03.00.01.06 (+ couple of commits)
23SRC_URI_am37x-evm = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git \
24 file://0001-omap3evm-Change-default-console-serial-port-from.patch \
25"
26SRCREV_pn-${PN}_am37x-evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620"
27PV_am37x-evm = "2009.11+${PR}+gitr${SRCREV}"
28
29SRC_URI_omap3-touchbook = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap3-dev;protocol=git \
30 file://fw_env.config \
31 file://dss2.patch \
32 file://600mhz.patch \
33 file://new-pinmux.patch \
34 file://spi3.patch \
35 file://spi4.patch \
36 file://headphone.patch \
37 file://power.patch \
38 file://ai-logo.patch \
39 file://mmcinit.patch \
40 file://touchbook-config.patch \
41 file://dont-inline-weak-symbols.patch \
42"
43SRCREV_pn-${PN}_omap3-touchbook = "d363f9cb0918a1b6b92e2e20d01543d0c4f53274"
44PV_omap3-touchbook = "2009.05+${PR}+gitr${SRCREV}"
45
46# OMAPL1 omapl137/omapl138 - PSP 3.20.0.11
47
48SRC_URI_omapl138 = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=http"
49SRCREV_pn-${PN}_omapl138 = "5f16b8551b125f16cd8d58f278cb25b94272fd9f"
50PV_omapl138 = "2009.11+${PR}+gitr${SRCREV}"
51
52# hawkboard - master branch (hawk still .07beta)
53SRC_URI_hawkboard = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master"
54SRC_URI_hawkboard += "file://dont-inline-weak-symbols2.patch"
55SRCREV_pn-${PN}_hawkboard = "0d291f2f255e6d66a78b3dc2445362a96ae39a57"
56PV_hawkboard = "2009.08+gitr${SRCREV}"
57
58
59S = "${WORKDIR}/git"
60
61RRECOMMENDS_${PN}_omap3-touchbook = "u-boot-fw-utils"