diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-09-21 13:57:01 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-09-28 13:24:27 +0000 |
commit | 0c84b0ad456c3f7a6b5d185640b4fc897512cad7 (patch) | |
tree | ae4de02d724abd7cdf1b94c4c2db8850959e534b | |
parent | 431cec1bfff374ddca12772c30ce8c8907c8a02a (diff) |
Change SDKPATH for something more stable in time
* The SDKPATH must be fix to be used with YoMo.
Inside rpm nativesdk file all the path is prefed by
SDKPATH/sysroots/${HOSTARCH}-${SDK_VENDOR}-${OSHOST}/
* have a (day) time stamp in ${DISTRO_VERSION} force the rebuild of
the package every day.
eg:
At runtime /etc becomes:
(old value):
/opt/agl-sdk/6.90.0+snapshot-20180921-aarch64/sysroots/x86_64-aglsdk-linux/etc
(new value):
/opt/agl-sdk/6.90.0+snapshot-aarch64/sysroots/x86_64-aglsdk-linux/etc
in native sdk
Bug-AGL: SPEC-921
Bug-AGL: SPEC-1667
Change-Id: I28d7f8d140ba75d9d8c68c84ba5fc697e6011836
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 8ed106950..af3dc009d 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -34,7 +34,7 @@ SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" # SDKPATH is the folder where the SDK is going to be installed # Due to an issue with the qt5 environment (see SPEC-1667), # we add DEFAULTTUNE to the SDKPATH to mitigate the issue. -SDKPATH = "/opt/agl-sdk/${DISTRO_VERSION}-${DEFAULTTUNE}" +SDKPATH = "/opt/agl-sdk/${SDK_VERSION}-${DEFAULTTUNE}" MAINTAINER = "AGL <automotive-discussions@lists.linuxfoundation.org>" |