blob: 82c39da5dd9d37c7cd359d6461cb97f0ce1f892a (
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
|
require x-load.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}"
SRCREV = "0c9ba2fb18aaad9f92faad2351e59721ae71bec4"
PV = "1.41+${PR}+git${SRCREV}"
PR="r7"
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}"
|