diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 17:03:17 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 19:27:28 -0400 |
commit | 90955082eeac7f5fceccf2402abb9a924be535ed (patch) | |
tree | 149d204900071c8767ec49098505d172e3ab86ce /recipes-bsp/u-boot | |
parent | 261a5e98426f512ab77f8f45c8a90babdea7bfe4 (diff) | |
download | meta-ti-90955082eeac7f5fceccf2402abb9a924be535ed.tar.gz |
u-boot-git: remove a very old no longer used version
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_git.bb | 61 |
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 @@ | |||
1 | require u-boot.inc | ||
2 | PR ="r68" | ||
3 | |||
4 | DEFAULT_PREFERENCE = "-1" | ||
5 | DEFAULT_PREFERENCE_ti814x = "-1" | ||
6 | DEFAULT_PREFERENCE_ti816x = "-1" | ||
7 | |||
8 | FILESPATHPKG =. "u-boot-git:" | ||
9 | |||
10 | # ~ TI PSP v2009.11_OMAPPSP_03.00.01.06 (+ couple of commits) | ||
11 | SRC_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 | " | ||
14 | SRCREV_${PN}_omap3evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620" | ||
15 | PV_omap3evm = "2009.11+${PR}+gitr${SRCREV}" | ||
16 | |||
17 | # ~ TI PSP v2009.11_OMAPPSP_03.00.01.06 (+ couple of commits) | ||
18 | SRC_URI_pn-${PN}_am3517-evm = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git" | ||
19 | SRCREV_pn-${PN}_am3517-evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620" | ||
20 | PV_pn-${PN}_am3517-evm = "2009.11+${PR}+gitr${SRCREV}" | ||
21 | |||
22 | # ~ TI PSP v2009.11_OMAPPSP_03.00.01.06 (+ couple of commits) | ||
23 | SRC_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 | " | ||
26 | SRCREV_pn-${PN}_am37x-evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620" | ||
27 | PV_am37x-evm = "2009.11+${PR}+gitr${SRCREV}" | ||
28 | |||
29 | SRC_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 | " | ||
43 | SRCREV_pn-${PN}_omap3-touchbook = "d363f9cb0918a1b6b92e2e20d01543d0c4f53274" | ||
44 | PV_omap3-touchbook = "2009.05+${PR}+gitr${SRCREV}" | ||
45 | |||
46 | # OMAPL1 omapl137/omapl138 - PSP 3.20.0.11 | ||
47 | |||
48 | SRC_URI_omapl138 = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=http" | ||
49 | SRCREV_pn-${PN}_omapl138 = "5f16b8551b125f16cd8d58f278cb25b94272fd9f" | ||
50 | PV_omapl138 = "2009.11+${PR}+gitr${SRCREV}" | ||
51 | |||
52 | # hawkboard - master branch (hawk still .07beta) | ||
53 | SRC_URI_hawkboard = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master" | ||
54 | SRC_URI_hawkboard += "file://dont-inline-weak-symbols2.patch" | ||
55 | SRCREV_pn-${PN}_hawkboard = "0d291f2f255e6d66a78b3dc2445362a96ae39a57" | ||
56 | PV_hawkboard = "2009.08+gitr${SRCREV}" | ||
57 | |||
58 | |||
59 | S = "${WORKDIR}/git" | ||
60 | |||
61 | RRECOMMENDS_${PN}_omap3-touchbook = "u-boot-fw-utils" | ||