summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/x-load/x-load_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-02 16:45:43 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-02 16:45:43 +0100
commit7d39ce1743e1a58c51b35f42fb70f9e31a4c8908 (patch)
treed29507cf0c533b104617ce8333fec12289468f84 /recipes-bsp/x-load/x-load_git.bb
downloadmeta-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.bb22
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 @@
1require x-load.inc
2
3DEFAULT_PREFERENCE_omap3-pandora = "-1"
4
5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git"
6
7SRCREV_pn-${PN} = "1c9276af4d6a5b7014a7630a1abeddf3b3177563"
8
9PV = "1.44+${PR}+gitr${SRCREV}"
10PR ="r16"
11PE = "1"
12
13SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git"
14
15SRC_URI_append_beagleboard = " \
16 file://name.patch \
17 file://bb8547fcbc54ecc7a75f9ad45a31042a04d8a2ce.patch \
18 file://xm-mem.patch \
19 "
20S = "${WORKDIR}/git"
21
22PACKAGE_ARCH = "${MACHINE_ARCH}"