diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-11-17 17:44:44 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-11-17 17:44:44 +0100 |
commit | 13ceb342ccae029a056ddceee90aaadd0d79cadf (patch) | |
tree | 695bab114a82c59c3422c0df0e8641bcaf4cf80a /jjb | |
parent | f05de1ec672314095f65ff037b292a0ef6110388 (diff) |
Special-case the BBE board to only build the telematic image
The BBE board's BSP does not support weston 10 yet. But we can use the telematics demo image
instead. Enable it.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I03f534e7008d2cd95c4c44f8a50dd4b1750b5299
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-header.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index d0bf0c57..6bc70e6f 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -189,7 +189,12 @@ fi ##### needlefish integration if test x"master" = x"${TARGETBRANCH}" -o test x"needlefish" = x"${TARGETBRANCH}" ; then if test x"bbe" = x"${TARGETMACHINE}" ; then - echo "Target not yet building - exit gracefully." - exit 0 + echo "Target only works for TELEMATICS PROFILE. Select this:" + echo "TARGETFEATURES=\"${TARGETFEATURESnogfx}\"" + TARGETFEATURES="${TARGETFEATURESnogfx}" + echo "TARGETIMAGE=\"agl-telematics-demo-platform\"" + echo "TARGETSDKIMAGE=\"agl-telematics-demo-platform\"" + TARGETIMAGE="agl-telematics-demo-platform" + TARGETSDKIMAGE="agl-telematics-demo-platform" fi fi
\ No newline at end of file |