blob: d7c7a642a5bc379728f2ed483d94732b0d40487b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
require x-load.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}"
SRCREV = "73eb0caf065b3b3f407d8af5c4836624e5cc7b69"
PV = "1.42+${PR}+gitr${SRCREV}"
PR ="r7"
PE = "1"
SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git"
SRC_URI_append_beagleboard = " \
file://name.patch;patch=1 \
file://armv7-a.patch;patch=1 \
"
SRC_URI_append_omap3evm = " \
file://armv7-a.patch;patch=1 \
"
SRC_URI_append_overo = " \
file://armv7-a.patch;patch=1 \
"
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
|