diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-22 17:54:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-05-22 17:54:38 +0000 |
commit | cc72775beaf3e354b61390f5a366359e08574528 (patch) | |
tree | 5324eafe9887989eacec035142b1320e0d8187d8 /jjb/common/include-agl-header.sh | |
parent | d4e729e814c3c8f3a2e1bf70ad3ea43f712bdf66 (diff) | |
parent | 61134964b39db8744cd23ff0814fa81db1951dbc (diff) |
Merge "Change to crosssdk image from populate_sdk"
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r-- | jjb/common/include-agl-header.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index bb0b7931..bee2c939 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -37,6 +37,7 @@ export TARGETIMAGE="agl-demo-platform\${TARGETQA}" export TARGETIMAGEnogfx="core-image-minimal" export TARGETSDK="populate_sdk" +export TARGETSDKIMAGE="agl-demo-platform-crosssdk" export TARGETMACHINE=${MACHINE} if test x"porter-nogfx" = x"${MACHINE}" ; then |