Skip to content

Commit

Permalink
Add auto-luna-surface-manager=1-r0,v0.0.1
Browse files Browse the repository at this point in the history
:Release Notes:
Add auto-luna-surface-manager that implements Auto 1.0 Reference UX.

:Detailed Notes:
webos-preferred-providers.inc
Set VIRTUAL-RUNTIME for surface-manager-conf and
surface-manager-extension to  auto-luna-surface-manager.

auto-luna-surface-manager: submissions/1
564c57a Baseline as per webOS Auto 1.0 Reference UX

:Testing Performed:
See the CCC JIRA ticket.

:QA Notes:

:Issues Addressed:
[PLAT-86297] CCC: Introduce Home UI for webOS Auto reference UX
[PLAT-84818] Introduce the initial version of Auto-LSM

Change-Id: Ic6f832705e31149822352947f312ec1aebe42274
  • Loading branch information
jaeyoonjung authored and Minjae Kim committed Oct 21, 2019
1 parent 6a46fea commit 0a626e6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meta-webos/conf/distro/include/webos-preferred-providers.inc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ PREFERRED_PROVIDER_webappmanager-webos ?= "wam"

VIRTUAL-RUNTIME_ntp = "ntp sntp"

# Options: luna-surface-manager, auto-luna-surface-manager
VIRTUAL-RUNTIME_surface-manager = "luna-surfacemanager-base"
VIRTUAL-RUNTIME_surface-manager-conf = "auto-luna-surface-manager"
VIRTUAL-RUNTIME_surface-manager-extension = "auto-luna-surface-manager"

# Backport from Yocto 2.7 Warrior:
# 25e835f568 default-providers: set mesa as default provider for nativesdk-mesa
PREFERRED_PROVIDER_nativesdk-mesa ?= "nativesdk-mesa"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright (c) 2019 LG Electronics, Inc.

SUMMARY = "Surface Manager for webOS Auto Reference UX"
AUTHOR = "Jaeyoon Jung <jaeyoon.jung@lge.com>"
SECTION = "webos/base"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

DEPENDS = "luna-surfacemanager qt-features-webos"
RDEPENDS_${PN} = " \
luna-surfacemanager-base \
"

WEBOS_VERSION = "0.0.1-1_f671ba4326048338556aebed2f0578b54830d9a8"
PR = "r0"

inherit webos_qmake5
inherit webos_enhanced_submissions
inherit webos_public_repo
inherit webos_qmllint
inherit webos_system_bus

SRC_URI = "${WEBOSOSE_GIT_REPO_COMPLETE}"
S = "${WORKDIR}/git"

OE_QMAKE_PATH_HEADERS = "${OE_QMAKE_PATH_QT_HEADERS}"

WEBOS_SYSTEM_BUS_SKIP_DO_TASKS = "1"

FILES_${PN} += " \
${OE_QMAKE_PATH_QML}/WebOSCompositor \
"

0 comments on commit 0a626e6

Please sign in to comment.