diff options
Diffstat (limited to 'meta/recipes-bsp/x-load/x-load_git.bb')
-rw-r--r-- | meta/recipes-bsp/x-load/x-load_git.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb new file mode 100644 index 0000000000..1c1ce128ae --- /dev/null +++ b/meta/recipes-bsp/x-load/x-load_git.bb | |||
@@ -0,0 +1,29 @@ | |||
1 | require x-load.inc | ||
2 | |||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}" | ||
4 | |||
5 | SRCREV = "65ed00323f3807197a83abc75d62ed2a8d3f60de" | ||
6 | |||
7 | PV = "1.42+${PR}+git${SRCREV}" | ||
8 | PR="r12" | ||
9 | |||
10 | SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git" | ||
11 | |||
12 | SRC_URI_append_beagleboard = " \ | ||
13 | file://name.patch;patch=1 \ | ||
14 | file://armv7-a.patch;patch=1 \ | ||
15 | " | ||
16 | |||
17 | SRC_URI_append_omap3evm = " \ | ||
18 | file://armv7-a.patch;patch=1 \ | ||
19 | " | ||
20 | |||
21 | SRC_URI_append_overo = " \ | ||
22 | file://armv7-a.patch;patch=1 \ | ||
23 | " | ||
24 | |||
25 | S = "${WORKDIR}/git" | ||
26 | |||
27 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
28 | |||
29 | COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)" | ||