mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
Add overo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
27
meta/packages/x-load/x-load_git.bb
Normal file
27
meta/packages/x-load/x-load_git.bb
Normal file
@@ -0,0 +1,27 @@
|
||||
require x-load.inc
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}"
|
||||
|
||||
SRCREV = "65ed00323f3807197a83abc75d62ed2a8d3f60de"
|
||||
|
||||
PV = "1.42+${PR}+git${SRCREV}"
|
||||
PR="r12"
|
||||
|
||||
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}"
|
||||
Reference in New Issue
Block a user