summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/am33x-cm3
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-09-09 03:21:43 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-09-08 18:00:33 -0400
commit24f0cd652c274be0d8884f454ae40263636f58ea (patch)
tree35a6d14b58f5064c02f53af3f8bf6801c149f7b8 /recipes-bsp/am33x-cm3
parent59ff8301e4e704df5f942391bacd87f321300836 (diff)
downloadmeta-ti-24f0cd652c274be0d8884f454ae40263636f58ea.tar.gz
am33x-cm3: add voltage scaling binaries
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'recipes-bsp/am33x-cm3')
-rw-r--r--recipes-bsp/am33x-cm3/am33x-cm3_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/am33x-cm3/am33x-cm3_git.bb b/recipes-bsp/am33x-cm3/am33x-cm3_git.bb
index 7731992c..e5728ab0 100644
--- a/recipes-bsp/am33x-cm3/am33x-cm3_git.bb
+++ b/recipes-bsp/am33x-cm3/am33x-cm3_git.bb
@@ -4,10 +4,10 @@ LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8" 4LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
5 5
6PV = "1.8.7" 6PV = "1.8.7"
7PR = "r0" 7PR = "r1"
8PE = "1" 8PE = "1"
9 9
10SRCREV = "fb0117edd5810a8d3bd9b1cd8abe34e12ff2d0ba" 10SRCREV = "fffeab4236d4129ab046bb7081a8ac244134ad89"
11BRANCH ?= "next" 11BRANCH ?= "next"
12 12
13SRC_URI = "git://git.ti.com/ti-cm3-pm-firmware/amx3-cm3.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/ti-cm3-pm-firmware/amx3-cm3.git;protocol=git;branch=${BRANCH}"
@@ -23,6 +23,7 @@ do_compile() {
23do_install() { 23do_install() {
24 install -d ${D}${base_libdir}/firmware 24 install -d ${D}${base_libdir}/firmware
25 install -m 0644 bin/am335x-pm-firmware.elf ${D}${base_libdir}/firmware/ 25 install -m 0644 bin/am335x-pm-firmware.elf ${D}${base_libdir}/firmware/
26 install -m 0644 bin/*-scale-data.bin ${D}${base_libdir}/firmware/
26} 27}
27 28
28FILES_${PN} += "${base_libdir}/firmware" 29FILES_${PN} += "${base_libdir}/firmware"