ccmp15: webkit: image: reduce webkit image size
Generated webkit rootfs image for the ConnectCore MP15 is too big to fit in a dual boot system. This commit redefines 'dey-webkit' packagegroup not to include connectcore demo multimedia feature in ccmp1 platforms. Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
parent
454200633f
commit
2130f04f21
|
|
@ -6,9 +6,12 @@ SUMMARY = "WebKit packagegroup for DEY image"
|
|||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
inherit packagegroup
|
||||
|
||||
CC_DEMO_PACKAGE ?= "connectcore-demo-example-webkit-multimedia"
|
||||
CC_DEMO_PACKAGE:ccmp1 ?= "connectcore-demo-example-webkit"
|
||||
|
||||
# Include WPE WebKit, launcher (cog) and examples
|
||||
RDEPENDS:${PN} += " \
|
||||
cog \
|
||||
connectcore-demo-example-webkit-multimedia \
|
||||
${CC_DEMO_PACKAGE} \
|
||||
wpewebkit \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue