summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/x-load/x-load_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/x-load/x-load_git.bb')
-rw-r--r--meta/recipes-bsp/x-load/x-load_git.bb19
1 files changed, 7 insertions, 12 deletions
diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb
index f124e2b300..fc2927ef02 100644
--- a/meta/recipes-bsp/x-load/x-load_git.bb
+++ b/meta/recipes-bsp/x-load/x-load_git.bb
@@ -2,24 +2,19 @@ require x-load.inc
2 2
3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}" 3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}"
4 4
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f"
7
5PV = "1.42+${PR}+git${SRCPV}" 8PV = "1.42+${PR}+git${SRCPV}"
6PR="r12" 9PR="r13"
7 10
8SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git" 11#SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git"
12#SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git"
13SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git"
9 14
10SRC_URI_append_beagleboard = " \ 15SRC_URI_append_beagleboard = " \
11 file://name.patch;patch=1 \ 16 file://name.patch;patch=1 \
12 file://armv7-a.patch;patch=1 \
13 "
14
15SRC_URI_append_omap3evm = " \
16 file://armv7-a.patch;patch=1 \
17 " 17 "
18
19SRC_URI_append_overo = " \
20 file://armv7-a.patch;patch=1 \
21 "
22
23S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
24 19
25PACKAGE_ARCH = "${MACHINE_ARCH}" 20PACKAGE_ARCH = "${MACHINE_ARCH}"