[meta-ti] [PATCH] am33x-cm3: Don't compile binary

Franklin S. Cooper Jr fcooperjr27 at gmail.com
Mon Sep 10 19:26:17 PDT 2012


* Building from source needs to be tested. For now use prebuilt binary
  which has been validated.

Signed-off-by: Franklin S. Cooper Jr <fcooper at ti.com>
---
 recipes-bsp/ti/am33x-cm3_git.bb |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb
index 247ba4d..2c65cd1 100644
--- a/recipes-bsp/ti/am33x-cm3_git.bb
+++ b/recipes-bsp/ti/am33x-cm3_git.bb
@@ -1,17 +1,23 @@
-DESCRIPTION = "Cortex-M3 binary blob for suspend-resume"
-
+DESCRIPTION = "Power Management firmware for TI33x Devices"
 LICENSE = "TI-BSD"
 LIC_FILES_CHKSUM = "file://License.txt;md5=858099c817e47ea63559fc6b67ae8d91"
 
-PV = "04.06.00.07"
+COMPATIBLE_MACHINE = "ti33x"
+
+PV = "04.06.00.08"
+PR = "r0"
+
+BRANCH ?= "master"
+
+# This SRCREV corresponds to tag AM335xPSP_04.06.00.08
 SRCREV = "cf07b841d6e8c5e026eecb259d143f3dff412c8e"
 
-SRC_URI = "git://arago-project.org/git/projects/am33x-cm3.git"
+SRC_URI = "git://arago-project.org/git/projects/am33x-cm3.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
 do_compile() {
-	make CC="${TARGET_CC}" CROSS_COMPILE="${TARGET_PREFIX}"
+    :
 }
 
 do_install() {
-- 
1.7.0.4




More information about the meta-ti mailing list