summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/x-load
diff options
context:
space:
mode:
authorJason Kridner <jdk@ti.com>2011-09-25 18:24:11 -0400
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-26 05:39:08 +0200
commit29851840a1d2b10d8759d1a44c59460afd367f8f (patch)
tree585bd95187070b795bc4964a965ea0d02e77a3df /recipes-bsp/x-load
parent3d3d5c1a9524f1cfe8ac78f9a57b1403da2d969a (diff)
downloadmeta-ti-29851840a1d2b10d8759d1a44c59460afd367f8f.tar.gz
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>
Diffstat (limited to 'recipes-bsp/x-load')
-rw-r--r--recipes-bsp/x-load/x-load.inc2
-rw-r--r--recipes-bsp/x-load/x-load_git.bb3
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/x-load/x-load.inc b/recipes-bsp/x-load/x-load.inc
index 55cad232..d68fbd96 100644
--- a/recipes-bsp/x-load/x-load.inc
+++ b/recipes-bsp/x-load/x-load.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://common/cmd_load.c;beginline=4;endline=22;md5=14420d7c
7 7
8PARALLEL_MAKE = "" 8PARALLEL_MAKE = ""
9 9
10EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" 10EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CONFIG_HEADER=${CONFIG_HEADER}"
11 11
12XLOAD_MACHINE ?= "${MACHINE}_config" 12XLOAD_MACHINE ?= "${MACHINE}_config"
13 13
diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load_git.bb
index cc7d9300..8421ad52 100644
--- a/recipes-bsp/x-load/x-load_git.bb
+++ b/recipes-bsp/x-load/x-load_git.bb
@@ -3,7 +3,7 @@ require x-load.inc
3#FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}" 3#FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}"
4 4
5PV = "1.5.1" 5PV = "1.5.1"
6PR ="r1" 6PR ="r2"
7PE = "1" 7PE = "1"
8 8
9SRCREV_pn-${PN} = "c4289f1bee035dea41536c5ba5e1bc36c7d493c4" 9SRCREV_pn-${PN} = "c4289f1bee035dea41536c5ba5e1bc36c7d493c4"
@@ -13,6 +13,7 @@ SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15XLOAD_MACHINE_beagleboard = "omap3530beagle_config" 15XLOAD_MACHINE_beagleboard = "omap3530beagle_config"
16CONFIG_HEADER_beagleboard = 1
16XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config" 17XLOAD_MACHINE_omap3-touchbook = "omap3530beagle_config"
17 18
18PACKAGE_ARCH = "${MACHINE_ARCH}" 19PACKAGE_ARCH = "${MACHINE_ARCH}"