diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-02-27 21:22:55 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-01 23:02:57 -0500 |
commit | 71832857ce5d3b3321a386b5e693b9327d943da3 (patch) | |
tree | 331a2df0bb65b18feff0eb16f23e0afc880fcb56 | |
parent | 02757c61a9a4c4bae1fff7d646212d47cf2dff03 (diff) | |
download | meta-ti-71832857ce5d3b3321a386b5e693b9327d943da3.tar.gz |
ti-pdk-build-rtos: Installing the newly added comp_paths.mk file
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb index fbb82ace..bb133b81 100644 --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | |||
@@ -4,15 +4,15 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de | |||
4 | 4 | ||
5 | require recipes-ti/includes/ti-paths.inc | 5 | require recipes-ti/includes/ti-paths.inc |
6 | 6 | ||
7 | PV = "01.00.00.07" | 7 | PV = "01.00.00.08" |
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git" | 10 | PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git" |
11 | PDK_BUILD_GIT_PROTOCOL = "git" | 11 | PDK_BUILD_GIT_PROTOCOL = "git" |
12 | PDK_BUILD_GIT_BRANCH = "master" | 12 | PDK_BUILD_GIT_BRANCH = "master" |
13 | 13 | ||
14 | # Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.07" | 14 | # Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.08" |
15 | PDK_BUILD_SRCREV = "cbac264f08aa9cdc2cd533d1433ef57b922cccb5" | 15 | PDK_BUILD_SRCREV = "f68931ff82eb051fc026ae28b2555f3c581eb6b9" |
16 | 16 | ||
17 | BRANCH = "${PDK_BUILD_GIT_BRANCH}" | 17 | BRANCH = "${PDK_BUILD_GIT_BRANCH}" |
18 | SRC_URI = "\ | 18 | SRC_URI = "\ |
@@ -39,6 +39,7 @@ do_install() { | |||
39 | 39 | ||
40 | install -m 0755 Rules.make ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build | 40 | install -m 0755 Rules.make ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build |
41 | install -m 0755 comp_top.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build | 41 | install -m 0755 comp_top.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build |
42 | install -m 0755 comp_paths.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build | ||
42 | 43 | ||
43 | install -m 0755 makerules/build_config.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules | 44 | install -m 0755 makerules/build_config.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules |
44 | install -m 0755 makerules/common.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules | 45 | install -m 0755 makerules/common.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules |