diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-02 16:45:43 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-02 16:45:43 +0100 |
commit | 7d39ce1743e1a58c51b35f42fb70f9e31a4c8908 (patch) | |
tree | d29507cf0c533b104617ce8333fec12289468f84 /recipes-bsp/x-load/x-load_git.bb | |
download | meta-ti-7d39ce1743e1a58c51b35f42fb70f9e31a4c8908.tar.gz |
BSP: rename beagleboard to TI
linux-omap 2.6.37rc: sync with OE
Diffstat (limited to 'recipes-bsp/x-load/x-load_git.bb')
-rw-r--r-- | recipes-bsp/x-load/x-load_git.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load_git.bb new file mode 100644 index 00000000..f45bac95 --- /dev/null +++ b/recipes-bsp/x-load/x-load_git.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | require x-load.inc | ||
2 | |||
3 | DEFAULT_PREFERENCE_omap3-pandora = "-1" | ||
4 | |||
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git" | ||
6 | |||
7 | SRCREV_pn-${PN} = "1c9276af4d6a5b7014a7630a1abeddf3b3177563" | ||
8 | |||
9 | PV = "1.44+${PR}+gitr${SRCREV}" | ||
10 | PR ="r16" | ||
11 | PE = "1" | ||
12 | |||
13 | SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git" | ||
14 | |||
15 | SRC_URI_append_beagleboard = " \ | ||
16 | file://name.patch \ | ||
17 | file://bb8547fcbc54ecc7a75f9ad45a31042a04d8a2ce.patch \ | ||
18 | file://xm-mem.patch \ | ||
19 | " | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||