mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
20 lines
506 B
BlitzBasic
20 lines
506 B
BlitzBasic
require x-load.inc
|
|
|
|
#FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}"
|
|
|
|
PV = "1.5.0+${PR}+gitr${SRCREV}"
|
|
PR ="r24"
|
|
PE = "1"
|
|
|
|
SRCREV_pn-${PN} = "04b1732220078d47c18a84cbafc52e45db71f13d"
|
|
SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git \
|
|
file://0001-Beagle-Rev-C5-support.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
XLOAD_MACHINE_beagleboard = "omap3530beagle_config"
|
|
XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|