aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/ci-AGL-verify/ci-platform-jjb.yaml2
-rw-r--r--jjb/ci-apps-verify/app-projects.yaml.inc96
-rw-r--r--jjb/common/include-agl-bitbake-image.sh4
-rw-r--r--jjb/common/include-agl-run-ycl-ci.sh3
-rw-r--r--jjb/common/include-agl-source-aglsetup.sh5
5 files changed, 11 insertions, 99 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml
index 5d4f4df0..41b80b35 100644
--- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml
+++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml
@@ -425,7 +425,7 @@
!include-raw-escape:
- ../common/include-agl-header.sh
- ../common/include-agl-repo.sh
- #- ../common/include-agl-select.sh
+ - ../common/include-agl-select.sh
#- ../common/include-agl-source-aglsetup.sh
- ../common/include-agl-run-ycl-ci.sh
diff --git a/jjb/ci-apps-verify/app-projects.yaml.inc b/jjb/ci-apps-verify/app-projects.yaml.inc
index 9d7edbea..84ecae07 100644
--- a/jjb/ci-apps-verify/app-projects.yaml.inc
+++ b/jjb/ci-apps-verify/app-projects.yaml.inc
@@ -1,99 +1,3 @@
-- agl-cluster-demo-dashboard
-- agl-cluster-demo-gauges
-- agl-cluster-demo-receiver
-- agl-qt-cluster-demo-receiver
-- agl-service-audio-4a
- agl-service-audiomixer
-- agl-service-bluetooth
-- agl-service-bluetooth-map
-- agl-service-bluetooth-pbap
-- agl-service-can-high-level-viwi
-- agl-service-can-low-level
-- agl-service-cloudproxy
-- agl-service-data-persistence
-- agl-service-geoclue
-- agl-service-geofence
-- agl-service-gps
-- agl-service-gstreamer
-- agl-service-harvester
-- agl-service-helloworld
-- agl-service-homescreen
-- agl-service-homescreen-2017
- agl-service-hvac
-- agl-service-identity-agent
-- agl-service-iiodevices
-- agl-service-inputmethod
-- agl-service-mediaplayer
-- agl-service-mediascanner
-- agl-service-navigation
-- agl-service-network
-- agl-service-nfc
-- agl-service-platform-info
-- agl-service-poi
- agl-service-radio
-- agl-service-signal-composer
-- agl-service-soundmanager
-- agl-service-soundmanager-2017
-- agl-service-speech
-- agl-service-steering-wheel
-- agl-service-taskmanager
-- agl-service-telephony
-- agl-service-unicens
-- agl-service-unicens-controller
-- agl-service-voice-high
-- agl-service-voice-high-capabilities
-- agl-service-weather
-- agl-service-wifi
-- agl-service-windowmanager
-- agl-service-windowmanager-2017
-- agl-service-xds-monitoring
-- agl-telematics-demo-recorder
-- alexa-viewer
-- als-meter-demo
-- app-afb-helpers-submodule
-- app-afb-test
-- app-controller-submodule
-- app-templates
-- aroundview
-- camera-gstreamer
-- chromium
-- controls
-- dashboard
-- demo3-camera
-- demo3-dashboard
-- demo3-homescreen
-- demo3-hvac
-- demo3-launcher
-- demo3-settings
-- demo3-tachometer
-- demo3-warehouse
-- homescreen
-- homescreen-demo-ci
-- html5-dashboard
-- html5-homescreen
-- html5-hvac
-- html5-launcher
-- html5-mediaplayer
-- html5-mixer
-- html5-settings
-- hvac
-- launcher
-- low-level-can-service
-- mediaplayer
-- messaging
-- mixer
-- navigation
-- ondemandnavi
-- onscreenapp
-- phone
-- poi-yelp
-- radio
-- restriction-screen
-- settings
-- settings-bluetooth
-- settings-log-utils
-- settings-wifi
-- taskmanager
-- tbtnavi
-- videoplayer
-- waltham-receiver
diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh
index 40634445..dd65a6b6 100644
--- a/jjb/common/include-agl-bitbake-image.sh
+++ b/jjb/common/include-agl-bitbake-image.sh
@@ -15,6 +15,6 @@ cat conf/local.conf
# finally, build the agl-demo-platform (we retry to catch the tar-native bug)
( ( bitbake $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake -v -v $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 )
-bitbake --dump-signature=none $TARGETIMAGE
-cp locked-sigs.inc tmp/deploy/images/
+#bitbake --dump-signature $TARGETIMAGE
+#cp locked-sigs.inc tmp/deploy/images/
du -hs tmp/deploy/*
diff --git a/jjb/common/include-agl-run-ycl-ci.sh b/jjb/common/include-agl-run-ycl-ci.sh
index 932e47fa..bdadbb6d 100644
--- a/jjb/common/include-agl-run-ycl-ci.sh
+++ b/jjb/common/include-agl-run-ycl-ci.sh
@@ -7,6 +7,9 @@
pushd .
+external/poky/scripts/install-buildtools
+source external/poky/buildtools/environment-setup-x86_64-pokysdk-linux
+
# meta-agl
pushd meta-agl
if test -x scripts/ci-yocto-check-layer.sh ; then
diff --git a/jjb/common/include-agl-source-aglsetup.sh b/jjb/common/include-agl-source-aglsetup.sh
index 44b6ae6c..e0cc0cd0 100644
--- a/jjb/common/include-agl-source-aglsetup.sh
+++ b/jjb/common/include-agl-source-aglsetup.sh
@@ -41,3 +41,8 @@ MACHINE=${MACHINE}
GERRIT_CHANGE_NUMBER=${GERRIT_CHANGE_NUMBER}
GERRIT_PATCHSET_NUMBER=${GERRIT_PATCHSET_NUMBER}
EOF
+
+
+install-buildtools
+source ../external/poky/buildtools/environment-setup-x86_64-pokysdk-linux
+