forked from webosose/meta-webosose
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add com.webos.service.memorymanager=1,v0.1.0
:Release Notes: Add new memorymanager for webOS OSE :Detailed Notes: ..submissions/1 2092985 Initial release of simple version memorymanager :Testing Performed: See jira ticket PLAT-58292 for results. :QA Notes: :Issues Addressed: [PLAT-58292] [OSE] CCC: Add com.webos.service.memorymanager=1,v0.1.0 [PLAT-54925] Apply simple version memory manager to OSE
- Loading branch information
1 parent
c064061
commit 93250b1
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
meta-webos/recipes-webos/com.webos.service.memorymanager/com.webos.service.memorymanager.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright (c) 2018 LG Electronics, Inc. | ||
|
||
SUMMARY = "Memory Manager" | ||
AUTHOR = "Sangwoo Kang <[email protected]>" | ||
SECTION = "webos/base" | ||
LICENSE = "Apache-2.0" | ||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
|
||
DEPENDS = "glib-2.0 luna-service2 libpbnjson pmloglib procps" | ||
|
||
WEBOS_VERSION = "1.0.0-1_9ec0c00a92f5d59b89b43f30a6cf377f73942fd2" | ||
PR = "r0" | ||
|
||
inherit webos_component | ||
inherit webos_cmake | ||
inherit webos_enhanced_submissions | ||
inherit webos_daemon | ||
inherit webos_system_bus | ||
inherit webos_public_repo | ||
|
||
SRC_URI = "${WEBOSOSE_GIT_REPO_COMPLETE}" | ||
S = "${WORKDIR}/git" |