[meta-ti] Denys Dmytriyenko : pmmc-fw: add initial PMMC firmware binary

Arago Project git git at arago-project.org
Tue Nov 24 14:44:56 PST 2015


Module: meta-ti
Branch: master
Commit: 9f5af2f7d16f9ccfd9844327946bc94d495b4d89
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=9f5af2f7d16f9ccfd9844327946bc94d495b4d89

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Wed Nov 25 03:17:14 2015 +0000

pmmc-fw: add initial PMMC firmware binary

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/pmmc-fw/pmmc-fw_git.bb |   37 ++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/pmmc-fw/pmmc-fw_git.bb b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
new file mode 100644
index 0000000..8d86234
--- /dev/null
+++ b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
@@ -0,0 +1,37 @@
+DESCRIPTION = "PMMC firmware"
+
+LICENSE = "TI-TFL"
+LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
+
+PV = "0.1.0.63"
+PR = "r0"
+
+CLEANBROKEN = "1"
+
+COMPATIBLE_MACHINE = "k2g-evm"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+SRCREV = "474abaf61ef4778df84b74c4a50f740149b38115"
+BRANCH ?= "master"
+
+SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+TARGET = "pmmc-firmware.bin"
+
+do_install() {
+	install -d ${D}/boot
+	install -m 0644 ${S}/ti-keystone/${TARGET} ${D}/boot/${TARGET}
+}
+
+FILES_${PN} = "/boot"
+
+inherit deploy
+
+do_deploy () {
+	install -d ${DEPLOYDIR}
+	install -m 0644 ${S}/ti-keystone/${TARGET} ${DEPLOYDIR}/${TARGET}
+}
+
+addtask deploy before do_build after do_compile



More information about the meta-ti mailing list