Skip to content

Commit 0a626e6

Browse files
jaeyoonjungMinjae Kim
authored andcommitted
Add auto-luna-surface-manager=1-r0,v0.0.1
: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
1 parent 6a46fea commit 0a626e6

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

meta-webos/conf/distro/include/webos-preferred-providers.inc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ PREFERRED_PROVIDER_webappmanager-webos ?= "wam"
9191

9292
VIRTUAL-RUNTIME_ntp = "ntp sntp"
9393

94+
# Options: luna-surface-manager, auto-luna-surface-manager
95+
VIRTUAL-RUNTIME_surface-manager = "luna-surfacemanager-base"
96+
VIRTUAL-RUNTIME_surface-manager-conf = "auto-luna-surface-manager"
97+
VIRTUAL-RUNTIME_surface-manager-extension = "auto-luna-surface-manager"
98+
9499
# Backport from Yocto 2.7 Warrior:
95100
# 25e835f568 default-providers: set mesa as default provider for nativesdk-mesa
96101
PREFERRED_PROVIDER_nativesdk-mesa ?= "nativesdk-mesa"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Copyright (c) 2019 LG Electronics, Inc.
2+
3+
SUMMARY = "Surface Manager for webOS Auto Reference UX"
4+
AUTHOR = "Jaeyoon Jung <[email protected]>"
5+
SECTION = "webos/base"
6+
LICENSE = "Apache-2.0"
7+
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
8+
9+
DEPENDS = "luna-surfacemanager qt-features-webos"
10+
RDEPENDS_${PN} = " \
11+
luna-surfacemanager-base \
12+
"
13+
14+
WEBOS_VERSION = "0.0.1-1_f671ba4326048338556aebed2f0578b54830d9a8"
15+
PR = "r0"
16+
17+
inherit webos_qmake5
18+
inherit webos_enhanced_submissions
19+
inherit webos_public_repo
20+
inherit webos_qmllint
21+
inherit webos_system_bus
22+
23+
SRC_URI = "${WEBOSOSE_GIT_REPO_COMPLETE}"
24+
S = "${WORKDIR}/git"
25+
26+
OE_QMAKE_PATH_HEADERS = "${OE_QMAKE_PATH_QT_HEADERS}"
27+
28+
WEBOS_SYSTEM_BUS_SKIP_DO_TASKS = "1"
29+
30+
FILES_${PN} += " \
31+
${OE_QMAKE_PATH_QML}/WebOSCompositor \
32+
"

0 commit comments

Comments
 (0)