* Stop depending on OE environment variables for the proper arch value since
this value has been changing frequently resulting in breakage.
* Hard code these values and override as needed for future devices.
---
.../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index e0aea9a..74a93c6 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -33,7 +33,7 @@ SRC_URI = "\
file://Makefile_oprofile-example \
"
-PR = "r13"
+PR = "r14"
MAKEFILES_COMMON = "linux \
matrix-gui \
@@ -76,8 +76,8 @@ MAKEFILES_append_am180x-evm = " pru \
wireless \
"
-PLATFORM_ARCH = "${ARMPKGARCH}"
# Use ARCH format expected by the makefile
+PLATFORM_ARCH = "armv7-a"
PLATFORM_ARCH_omapl138 = "armv5te"
# This step will stitch together the final Makefile based on the supported
--
1.7.0.4
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago