packagegroup-dey-webkit: include digi-webkit-examples by default

While at it, change cog's home page to the examples' landing page.

https://jira.digi.com/browse/DEL-7314
https://jira.digi.com/browse/DEL-7339

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2020-12-09 17:09:51 +01:00
parent 04cd7aafe7
commit 1d58cb6c7f
2 changed files with 3 additions and 2 deletions

View File

@ -9,4 +9,4 @@ SRC_URI_append = " \
file://0004-cog-platform-fdo-always-use-fullscreen-mode.patch \ file://0004-cog-platform-fdo-always-use-fullscreen-mode.patch \
" "
EXTRA_OECMAKE += "-DCOG_HOME_URI=www.digi.com" EXTRA_OECMAKE += "-DCOG_HOME_URI=http://127.0.0.1/"

View File

@ -6,8 +6,9 @@ SUMMARY = "WebKit packagegroup for DEY image"
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup inherit packagegroup
# Include WPE WebKit and launcher (cog) # Include WPE WebKit, launcher (cog) and examples
RDEPENDS_${PN} += " \ RDEPENDS_${PN} += " \
cog \ cog \
digi-webkit-examples \
wpewebkit \ wpewebkit \
" "