diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-02 16:50:43 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 09:01:08 +0100 |
| commit | 13a25a08f2d3b6b00d0cf33855978b215390e710 (patch) | |
| tree | e335843faca564f5b4e4a43e3696a16d13c5a902 /recipes-bsp/x-load/x-load_git.bb | |
| parent | 60f1c4f27eb8d791dc7cc1e21ead3a7749d2d15c (diff) | |
| download | meta-ti-13a25a08f2d3b6b00d0cf33855978b215390e710.tar.gz | |
TI BSP: add support the OMAP35x EVM board
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/x-load/x-load_git.bb')
| -rw-r--r-- | recipes-bsp/x-load/x-load_git.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load_git.bb index f45bac95..ddb20907 100644 --- a/recipes-bsp/x-load/x-load_git.bb +++ b/recipes-bsp/x-load/x-load_git.bb | |||
| @@ -1,22 +1,22 @@ | |||
| 1 | require x-load.inc | 1 | require x-load.inc |
| 2 | 2 | ||
| 3 | DEFAULT_PREFERENCE_omap3-pandora = "-1" | 3 | #FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}" |
| 4 | |||
| 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git" | ||
| 6 | |||
| 7 | SRCREV_pn-${PN} = "1c9276af4d6a5b7014a7630a1abeddf3b3177563" | ||
| 8 | 4 | ||
| 9 | PV = "1.44+${PR}+gitr${SRCREV}" | 5 | PV = "1.44+${PR}+gitr${SRCREV}" |
| 10 | PR ="r16" | 6 | PR ="r17" |
| 11 | PE = "1" | 7 | PE = "1" |
| 12 | 8 | ||
| 13 | SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git" | 9 | SRCREV_pn-${PN} = "6f3a26101303051e0f91b6213735b68ce804e94e" |
| 10 | SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git \ | ||
| 11 | file://0001-OMAP4-clocks-Enable-only-required-clks.patch \ | ||
| 12 | file://0002-OMAP4-Select-DPLL-PER-Clock-as-source-for-SGX-FCLK.patch \ | ||
| 13 | file://0003-MUX-Configure-SYS_NIRQ2-pin-in-safe-mode.patch \ | ||
| 14 | file://0004-OMAP4-clocks-Disable-slimbus-and-pad_clks.patch \ | ||
| 15 | file://0005-omap4-Make-1GHz-as-default-MPU-clock.patch \ | ||
| 16 | " | ||
| 14 | 17 | ||
| 15 | SRC_URI_append_beagleboard = " \ | ||
| 16 | file://name.patch \ | ||
| 17 | file://bb8547fcbc54ecc7a75f9ad45a31042a04d8a2ce.patch \ | ||
| 18 | file://xm-mem.patch \ | ||
| 19 | " | ||
| 20 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 21 | 19 | ||
| 20 | XLOAD_MACHINE_beagleboard = "omap3530beagle_config" | ||
| 21 | |||
| 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
