Skip to content

Commit

Permalink
ose: com.webos.service.flowmanager=6-r3 com.webos.app.mediaviewer=6-r…
Browse files Browse the repository at this point in the history
…2 bootd=12 sam=48

:Release Notes:
Add oss-pkg-info.yaml file

:Detailed Notes:
com.webos.service.flowmanager: submissions/5..submissions/6
25ff18e Add oss-pkg-info.yaml and fix package.json

bootd: submissions/11..submissions/12
76f3a6b Launch bareapp and home apps on both display

sam: submissions/47..submissions/48
58828bf Null point check to avoid segfault

:Testing Performed:
See the CCC ticket

:QA Notes:

:Issues Addressed:
[PLAT-118600] CCC: com.webos.service.flowmanager=6-r3
              com.webos.app.mediaviewer=6-r2
              bootd=12 sam=48
[PLAT-117286]
[PLAT-118596]
[PLAT-117931]

Change-Id: I409bba460abde4239d23e108291dc663506b6fbb
  • Loading branch information
jb-seo authored and Hyunjae Shin committed Sep 26, 2020
1 parent 530a11c commit 44c4118
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/bootd/bootd.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10 \

DEPENDS = "luna-service2 libpbnjson pmloglib glib-2.0 boost gtest pmtrace"

WEBOS_VERSION = "2.0.0-11_1c5e45b8e30e635242c4b68b8c4cf10922caa918"
WEBOS_VERSION = "2.0.0-12_2e309f6c9121d8add2973a838b75367d9ac34b14"
PR = "r11"

inherit webos_component
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Copyright (c) 2019 LG Electronics, Inc.
# Copyright (c) 2019-2020 LG Electronics, Inc.

SUMMARY = "webOS OSE sample app for flow"
AUTHOR = "Namsu Kim <[email protected]>"
SECTION = "webos/apps"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10"
LIC_FILES_CHKSUM = " \
file://../LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10 \
file://../oss-pkg-info.yaml;md5=66c8021042d90a78e662c2cf62e2ee13 \
"

inherit webos_app
inherit webos_enhanced_submissions

require flowmanager.inc
PR = "r1"
PR = "r2"

WEBOS_REPO_NAME = "com.webos.service.flowmanager"
S = "${WORKDIR}/git/apps"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Copyright (c) 2019 LG Electronics, Inc.
# Copyright (c) 2019-2020 LG Electronics, Inc.

SUMMARY = "webOS Flow manager"
AUTHOR = "Namsu Kim <[email protected]>"
SECTION = "webos/extended-service"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10"
LIC_FILES_CHKSUM = " \
file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10 \
file://oss-pkg-info.yaml;md5=66c8021042d90a78e662c2cf62e2ee13 \
"

RDEPENDS_${PN} += "luna-service2 pmloglib nodejs nodejs-module-webos-service nodejs-module-node-red"

Expand All @@ -14,7 +17,7 @@ inherit webos_system_bus
inherit webos_enhanced_submissions

require flowmanager.inc
PR = "r2"
PR = "r3"

# The same restrition as nodejs (and nodejs-module-node-red)
COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WEBOS_VERSION = "1.0.0-5_891f141a6a2806cd4a161131e14b0d62ac63fd93"
WEBOS_VERSION = "1.0.0-6_b7d661cbc5b1ff31a6c7fe0c434208635f807be0"

inherit webos_component
inherit webos_public_repo
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/sam/sam.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_webos-customization}"

VIRTUAL-RUNTIME_webos-customization ?= ""

WEBOS_VERSION = "2.0.0-47_e0bba03c61a1396d0bf166dfe876e64c69685359"
WEBOS_VERSION = "2.0.0-48_5c01f4d3ece4b9b3029f3f8acca0abad223902b0"
PR = "r26"

inherit webos_component
Expand Down

0 comments on commit 44c4118

Please sign in to comment.