[meta-ti] Koen Kooi : am33x-cm3: add firmware for am33x suspend/resume
Arago Project git
git at arago-project.org
Wed Apr 18 10:20:29 PDT 2012
Module: meta-ti
Branch: master
Commit: 62e713b1b309e9e38e2de288da8470f10c61fbc3
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=62e713b1b309e9e38e2de288da8470f10c61fbc3
Author: Koen Kooi <koen at dominion.thruhere.net>
Date: Tue Apr 17 14:47:43 2012 +0200
am33x-cm3: add firmware for am33x suspend/resume
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/ti/am33x-cm3_git.bb | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb
new file mode 100644
index 0000000..247ba4d
--- /dev/null
+++ b/recipes-bsp/ti/am33x-cm3_git.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Cortex-M3 binary blob for suspend-resume"
+
+LICENSE = "TI-BSD"
+LIC_FILES_CHKSUM = "file://License.txt;md5=858099c817e47ea63559fc6b67ae8d91"
+
+PV = "04.06.00.07"
+SRCREV = "cf07b841d6e8c5e026eecb259d143f3dff412c8e"
+
+SRC_URI = "git://arago-project.org/git/projects/am33x-cm3.git"
+
+S = "${WORKDIR}/git"
+
+do_compile() {
+ make CC="${TARGET_CC}" CROSS_COMPILE="${TARGET_PREFIX}"
+}
+
+do_install() {
+ install -d ${D}${base_libdir}/firmware
+ install -m 0644 bin/am335x-pm-firmware.bin ${D}${base_libdir}/firmware/
+}
+
+FILES_${PN} = "${base_libdir}/firmware"
+
More information about the meta-ti
mailing list