]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/u-boot/u-boot_git.bb
SOC_FAMILY: add to MACHINE_OVERRIDES locally
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot_git.bb
1 require u-boot.inc
2 PR ="r68"
4 DEFAULT_PREFERENCE = "-1"
5 DEFAULT_PREFERENCE_ti814x = "-1"
6 DEFAULT_PREFERENCE_ti816x = "-1"
8 FILESPATHPKG =. "u-boot-git:"
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}"
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}"
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}"
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}"
46 # OMAPL1 omapl137/omapl138 - PSP 3.20.0.11
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}"
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}"
59 S = "${WORKDIR}/git"
61 RRECOMMENDS_${PN}_omap3-touchbook = "u-boot-fw-utils"