* Separate work directories by linux-libc-headers version since different
devices with common architecture may use different linux-libc-headers.
---
meta-arago-distro/conf/distro/arago.conf | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/meta-arago-distro/conf/distro/arago.conf
b/meta-arago-distro/conf/distro/arago.conf
index b844846..74f4e82 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -60,3 +60,10 @@ ENTERPRISE_DISTRO = "1"
# Arago based SDK. No need to prevent gst-ffmpeg from being used since we
# disable troublesome software.
LICENSE_FLAGS_WHITELIST = "commercial_gst-ffmpeg"
+
+# Some machines with the same architecture use different kernel versions.
+# Set PACKAGE_ARCH to allow packages to be seperated by both architecture and
+# linux-libc-headers version.
+PACKAGE_ARCH := "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-headers}"
+# Need to include the new PACKAGE_ARCH to the PACKAGE_ARCHS variable or
+PACKAGE_ARCHS += "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-headers}"
--
1.7.0.4
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago