mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 20:23:04 +01:00
This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` (From OE-Core rev: b22831fd63164c4db9c0b72934d7d734a6585251) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
708 B
BlitzBasic
23 lines
708 B
BlitzBasic
require x-load.inc
|
|
|
|
FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/x-load-git/${MACHINE}"
|
|
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f"
|
|
|
|
SRCREV = "9f94c6577e3a018b6b75cbe39f32bb331871f915"
|
|
PV = "1.5.0+git${SRCPV}"
|
|
PR="r0"
|
|
|
|
#SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git"
|
|
#SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git"
|
|
SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git"
|
|
|
|
SRC_URI_append_beagleboard = " file://name.patch "
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)"
|