Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for R5_1 #2

Open
wants to merge 3 commits into
base: R5_1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion conf/distro/include/thunder_generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ DISTRO_FEATURES:append = " ${THUNDER_BUILDTYPE}"

DISTROOVERRIDES .= ":${DISTRO_CODENAME}"
DISTROOVERRIDES .= ":${DISTRO}"
DISTROOVERRIDES .= "${@bb.utils.contains("DISTRO_FEATURES", "wpeframework", ":wpeframework", "", d)}"

# Set thunder permissions based on moudule requirements
require thunder_permissions.inc
4 changes: 1 addition & 3 deletions recipes-core/packagegroups/packagegroup-thunder.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ RDEPENDS:${PN} = "\
thunder \
thunder-clientlibraries \
thunder-interfaces \
thunder-libraries \
thunder-ui \
"

PROVIDES:append = " \
packagegroup-wpeframework \
packagegroup-thunder \
"
"
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ HOMEPAGE = "https://github.com/rdkcentral/ThunderClientLibraries"
SECTION = "thunder"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=847677038847363222ffb66cfa6406c2"
PROVIDES += "wpeframework-clientlibraries"
RPROVIDES:${PN} += "wpeframework-clientlibraries"
DEPENDS += "thunder-interfaces"

require ../include/thunder.inc
require ../include/version.inc

SRC_URI = "git://github.com/rdkcentral/ThunderClientLibraries.git;protocol=https;branch=${RECIPE_BRANCH};protocol=https \
file://0001-Fix-Weston-Compositor.patch \
"
SRC_URI = "git://github.com/rdkcentral/ThunderClientLibraries.git;protocol=https;branch=${RECIPE_BRANCH}"

inherit python3native
WPE_CDMI_ADAPTER_IMPL ??= "${@bb.utils.contains('DISTRO_FEATURES', 'nexus_svp', 'opencdmi_brcm_svp', 'opencdm_gst', d)}"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require ./thunder-clientlibraries.inc

SRCREV = "910022d1aada134cdf63b9c5bf8021f1a9c928ed"
2 changes: 0 additions & 2 deletions recipes-thunder/thunder-interfaces/thunder-interfaces.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ HOMEPAGE = "https://github.com/rdkcentral/ThunderInterfaces"
SECTION = "thunder"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2f6c18f99faffa0e5d4ff478705c53f8"
PROVIDES += "wpeframework-interfaces"
RPROVIDES:${PN} += "wpeframework-interfaces"
DEPENDS += "thunder"

require ../include/thunder.inc
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions recipes-thunder/thunder-interfaces/thunder-interfaces_4.2.bb

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require ./thunder-interfaces.inc

SRCREV = "80d71127d5431daf6c35aa9e6924ec17e6a35018"
28 changes: 0 additions & 28 deletions recipes-thunder/thunder-libraries/thunder-libraries.inc

This file was deleted.

3 changes: 0 additions & 3 deletions recipes-thunder/thunder-libraries/thunder-libraries_4.2.1.bb

This file was deleted.

3 changes: 0 additions & 3 deletions recipes-thunder/thunder-libraries/thunder-libraries_4.2.bb

This file was deleted.

3 changes: 0 additions & 3 deletions recipes-thunder/thunder-libraries/thunder-libraries_4.4.1.bb

This file was deleted.

10 changes: 0 additions & 10 deletions recipes-thunder/thunder-tools/thunder-tools-native_4.2.1.bb

This file was deleted.

10 changes: 0 additions & 10 deletions recipes-thunder/thunder-tools/thunder-tools-native_4.2.bb

This file was deleted.

3 changes: 0 additions & 3 deletions recipes-thunder/thunder-tools/thunder-tools-native_4.4.3.bb

This file was deleted.

3 changes: 3 additions & 0 deletions recipes-thunder/thunder-tools/thunder-tools-native_5.1.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require ./thunder-tools.inc

SRCREV = "4ceccbc111e9e9fb73ec6182c6886d84c2037517"
2 changes: 0 additions & 2 deletions recipes-thunder/thunder-tools/thunder-tools.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ DESCRIPTION = "Host/Native tooling (i.e generators) required to build Thunder Fr
SECTION = "thunder"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c3349dc67b2f8c28fc99b300eb39e3cc"
PROVIDES += "wpeframework-tools-native"
RPROVIDES:${PN} += "wpeframework-tools-native"
DEPENDS += "python3-native python3-jsonref-native"

require ../include/version.inc
Expand Down
2 changes: 0 additions & 2 deletions recipes-thunder/thunder-ui/thunder-ui.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ DESCRIPTION = "Thunder Framework User Interface web app"
HOMEPAGE = "https://github.com/rdkcentral/ThunderUI"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=66fe57b27abb01505f399ce4405cfea0"
PROVIDES += "wpeframework-ui"
RPROVIDES:${PN} += "wpeframework-ui"

require ../include/version.inc

Expand Down
3 changes: 0 additions & 3 deletions recipes-thunder/thunder-ui/thunder-ui_4.2.1.bb

This file was deleted.

3 changes: 0 additions & 3 deletions recipes-thunder/thunder-ui/thunder-ui_4.2.bb

This file was deleted.

3 changes: 0 additions & 3 deletions recipes-thunder/thunder-ui/thunder-ui_4.4.1.bb

This file was deleted.

3 changes: 3 additions & 0 deletions recipes-thunder/thunder-ui/thunder-ui_5.1.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require ./thunder-ui.inc

SRCREV = "7fd8bd29280cc9c2261d1b25f154386d2aae0091"

This file was deleted.

8 changes: 3 additions & 5 deletions recipes-thunder/thunder/thunder.inc
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
HOMEPAGE = "https://github.com/rdkcentral/Thunder"
SUMMARY = "Web Platform for Embedded Framework"
SUMMARY = "Thunder Framework"
DESCRIPTION = "A C++ platform abstraction layer for generic functionality."
SECTION = "thunder"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=85bcfede74b96d9a58c6ea5d4b607e58"
PROVIDES += "wpeframework"
RPROVIDES:${PN} += "wpeframework"

require ../include/thunder.inc
require ../include/version.inc
Expand Down Expand Up @@ -151,5 +149,5 @@ INITSCRIPT_NAME:${PN}-initscript = "thunder"
INITSCRIPT_PARAMS:${PN}-initscript = "defaults ${THUNDER_START} 24"
RRECOMMENDS:${PN} = "${PN}-initscript"

FILES:${PN} += "${libdir}/thunder/*/*.so* ${THUNDER_PERSISTENT_PATH} ${libdir}/wpeframework/*/*.so*"
FILES:${PN}-dev += "${libdir}/thunder/*/*.so ${libdir}/wpeframework/*/*.so"
FILES:${PN} += "${libdir}/thunder/*/*.so* ${THUNDER_PERSISTENT_PATH}"
FILES:${PN}-dev += "${libdir}/thunder/*/*.so"
5 changes: 0 additions & 5 deletions recipes-thunder/thunder/thunder_4.2.1.bb

This file was deleted.

20 changes: 0 additions & 20 deletions recipes-thunder/thunder/thunder_4.2.bb

This file was deleted.

3 changes: 0 additions & 3 deletions recipes-thunder/thunder/thunder_4.4.3.bb

This file was deleted.

3 changes: 3 additions & 0 deletions recipes-thunder/thunder/thunder_5.1.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require ./thunder.inc

SRCREV = "efe1926a0680bffc29491f1a1304f861ff2fa771"
3 changes: 3 additions & 0 deletions recipes-thunder/thunder/thunder_5.1.1.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require ./thunder.inc

SRCREV = "a89444e8407b9ce717525e8cd424378ce353b88f"