1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00
Files
meta-ti/recipes-bsp/x-load/x-load_git.bb
Jason Kridner 29851840a1 meta-ti: x-load: add config header support for BeagleBoard
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26 05:39:08 +02:00

20 lines
452 B
BlitzBasic

require x-load.inc
#FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}"
PV = "1.5.1"
PR ="r2"
PE = "1"
SRCREV_pn-${PN} = "c4289f1bee035dea41536c5ba5e1bc36c7d493c4"
SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git \
"
S = "${WORKDIR}/git"
XLOAD_MACHINE_beagleboard = "omap3530beagle_config"
CONFIG_HEADER_beagleboard = 1
XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
PACKAGE_ARCH = "${MACHINE_ARCH}"