On 2/27/2018 9:42 AM, Mahesh Radhakrishnan wrote:
Signed-off-by: Mahesh Radhakrishnan <[email protected]>
---
  v2 - Updating the commit# after upstreaming
  v1 - Updating the file list to install

  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 5 +++--
  1 file changed, 3 insertions(+), 2 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 e1e8ccc..3a29c14 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
@@ -11,8 +11,8 @@ PDK_BUILD_GIT_URI = 
"git://git.ti.com/keystone-rtos/processor-pdk-build.git"
  PDK_BUILD_GIT_PROTOCOL = "git"
  PDK_BUILD_GIT_BRANCH = "master"
-# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.07"
-PDK_BUILD_SRCREV = "cbac264f08aa9cdc2cd533d1433ef57b922cccb5"
+# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.08"

It looks like PV should be updated as well.

I also see that 'PACKAGE_ARCH = "${MACHINE_ARCH}"' is in the upstream recipe, got dropped from here. Can you add this back?

Please submit this update to meta-ti.

+PDK_BUILD_SRCREV = "f68931ff82eb051fc026ae28b2555f3c581eb6b9"
BRANCH = "${PDK_BUILD_GIT_BRANCH}"
  SRC_URI = 
"${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BRANCH}"
@@ -35,6 +35,7 @@ do_install() {
install -m 0755 Rules.make ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build
      install -m 0755 comp_top.mk 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build
+    install -m 0755 comp_paths.mk 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build
install -m 0755 makerules/build_config.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
      install -m 0755 makerules/common.mk 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to