diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2015-09-10 01:53:51 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-09-09 16:09:02 -0400 |
| commit | 6e8a0b2b3c68f73bd1c81a6e02121ce57ad890e7 (patch) | |
| tree | 55eaa5da3940671ad61224df357f8e5a31b8a401 /recipes-bsp | |
| parent | 6798a96d55f16dae334f30fad419087fee0e645c (diff) | |
| download | meta-ti-6e8a0b2b3c68f73bd1c81a6e02121ce57ad890e7.tar.gz | |
boot-monitor: adjust resulting skern name to be SOC specific, not machine specific
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/boot-monitor/boot-monitor_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb index d64cba71..57801954 100644 --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb | |||
| @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 8 | SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" | 8 | SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" |
| 9 | 9 | ||
| 10 | PV = "2.0+git${SRCPV}" | 10 | PV = "2.0+git${SRCPV}" |
| 11 | PR = "r5" | 11 | PR = "r6" |
| 12 | 12 | ||
| 13 | BRANCH = "master" | 13 | BRANCH = "master" |
| 14 | 14 | ||
| @@ -17,8 +17,7 @@ S = "${WORKDIR}/git" | |||
| 17 | #Tag "K2_BM_15.07" | 17 | #Tag "K2_BM_15.07" |
| 18 | SRCREV = "62d198687a34a9df375c1686d75ad4f85515dcf9" | 18 | SRCREV = "62d198687a34a9df375c1686d75ad4f85515dcf9" |
| 19 | 19 | ||
| 20 | BOOT_MONITOR_BINARY ?= "skern.bin" | 20 | BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" |
| 21 | BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin" | ||
| 22 | 21 | ||
| 23 | FLOATABI = "${@base_contains("TUNE_FEATURES", "vfp", base_contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}" | 22 | FLOATABI = "${@base_contains("TUNE_FEATURES", "vfp", base_contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}" |
| 24 | 23 | ||
| @@ -37,12 +36,12 @@ do_compile () { | |||
| 37 | 36 | ||
| 38 | do_install () { | 37 | do_install () { |
| 39 | install -d ${D}/boot | 38 | install -d ${D}/boot |
| 40 | install -m 0644 ${S}/${BOOT_MONITOR_BINARY} ${D}/boot/${BOOT_MONITOR_IMAGE} | 39 | install -m 0644 ${S}/${BOOT_MONITOR_IMAGE} ${D}/boot/ |
| 41 | } | 40 | } |
| 42 | 41 | ||
| 43 | do_deploy () { | 42 | do_deploy () { |
| 44 | install -d ${DEPLOYDIR} | 43 | install -d ${DEPLOYDIR} |
| 45 | install -m 0644 ${S}/${BOOT_MONITOR_BINARY} ${DEPLOYDIR}/${BOOT_MONITOR_IMAGE} | 44 | install -m 0644 ${S}/${BOOT_MONITOR_IMAGE} ${DEPLOYDIR}/ |
| 46 | } | 45 | } |
| 47 | 46 | ||
| 48 | addtask deploy before do_build after do_compile | 47 | addtask deploy before do_build after do_compile |
