summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/ti/am33x-cm3_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb
index 175cbfb0..4c395c76 100644
--- a/recipes-bsp/ti/am33x-cm3_git.bb
+++ b/recipes-bsp/ti/am33x-cm3_git.bb
@@ -1,10 +1,10 @@
1DESCRIPTION = "Cortex-M3 binary blob for suspend-resume" 1DESCRIPTION = "Cortex-M3 binary blob for suspend-resume"
2 2
3LICENSE = "TI-BSD" 3LICENSE = "TI-BSD"
4LIC_FILES_CHKSUM = "file://License.txt;md5=858099c817e47ea63559fc6b67ae8d91" 4LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
5 5
6PV = "05.00.00.02" 6PV = "05.00.00.02"
7PR = "r1" 7PR = "r2"
8 8
9# Make package machine specific due to different init scripts 9# Make package machine specific due to different init scripts
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -36,7 +36,7 @@ SCRIPT_ti43x = "init-am43x-cm3"
36S = "${WORKDIR}/git" 36S = "${WORKDIR}/git"
37 37
38do_compile() { 38do_compile() {
39 make CC="${TARGET_CC}" CROSS_COMPILE="${TARGET_PREFIX}" 39 make CROSS_COMPILE="${TARGET_PREFIX}"
40} 40}
41 41
42do_install() { 42do_install() {