meta-digi-dey: crank: update to Crank engine 7.2 and demo

This commit updates:

   * Crank engine version to the latest one (7.2)
   * Crank demo to the provided one instead of the Thermostat example.
     New demo is a launcher that includes 3 applications:
        * Electrical vehicle charger demo
        * Robot arm demo
        * Medical demo

Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
Tatiana Leon 2022-11-09 13:37:03 +01:00
parent b1ee0307cc
commit e951c89073
2 changed files with 7 additions and 7 deletions

View File

@ -12,8 +12,8 @@ SRC_URI = " \
file://crank-demo.service \
file://crank-demo-init \
"
SRC_URI[md5sum] = "e7cfbe9590041c0d9bf8c64ab69ee57d"
SRC_URI[sha256sum] = "2aa767f51183a5e96bacf5e4b03345524d29c30f7338b1a55e5a1080252bfd4a"
SRC_URI[md5sum] = "0fd30c14973806a130a0103fc1be6126"
SRC_URI[sha256sum] = "90a7fc258cdaa5f9afcf57224da8bbc5a330b957db88335f555369123a1432ab"
WESTON_SERVICE ?= "weston@root.service"
WESTON_SERVICE:ccmp15 ?= "weston-launch.service"
@ -24,9 +24,9 @@ CRANK_DEMO_DISPLAY:ccmp15 ?= "wayland-1"
CRANK_DEMO_ENV ?= "DISPLAY=:0.0 XDG_RUNTIME_DIR=/run/user/0 WAYLAND_DISPLAY=\${DEMO_DISPLAY}"
CRANK_DEMO_ENV:ccimx6ul ?= ""
CRANK_DEMO_ENV:ccmp15 ?= "DISPLAY=:0.0 XDG_RUNTIME_DIR=/run/user/1000 WAYLAND_DISPLAY=\${DEMO_DISPLAY}"
CRANK_DEMO_OPTIONS ?= ""
CRANK_DEMO_OPTIONS:ccimx6ul ?= "-odev-input,mouse=/dev/input/mouse0 -oscreen_mgr,swcursor"
CRANK_DEMO_PATH ?= "${datadir}/crank/apps/Thermostat/Thermostat.gapp"
CRANK_DEMO_OPTIONS ?= "-orender_mgr,multisample=0"
CRANK_DEMO_OPTIONS:ccimx6ul ?= "-orender_mgr,multisample=0 -odev-input,mouse=/dev/input/mouse0 -oscreen_mgr,swcursor"
CRANK_DEMO_PATH ?= "${datadir}/crank/apps/OpenGL_WideScreen/1280x720.gapp"
CRANK_DEMO_USER ?= "root"
CRANK_DEMO_USER:ccmp15 ?= "weston"

View File

@ -15,8 +15,8 @@ SRC_URI = " \
http:///not/exist/crank-sbengine-${PV}.tar.gz \
file://sb-launcher \
"
SRC_URI[md5sum] = "0e2206a02b12814006074634fdd785a8"
SRC_URI[sha256sum] = "d124692c16072237c31fcbf5615d94681ae62f1774bfff2c4af6d6952b4c7bee"
SRC_URI[md5sum] = "6faacbb61d4bd9e565ef71c91f20c6ec"
SRC_URI[sha256sum] = "79c9162c401dd6282321361d51f15ccef1608da7cde9030c2b72b9573e826056"
CRANK_ENGINE_TARBALL_PATH ?= ""