X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-vuplus%2Fimages%2Fvuplus-image.inc;h=f09e3d9c4225f397ff9bb8d8838b3dc19c2e2266;hp=47f32cfb9142acd53768cc13ee4fe746a967136b;hb=723115be8058d7f374f4eccc91f491eabfcb4081;hpb=9ee8333445ef0abb65e95279e899dc0f98f27bd7 diff --git a/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc b/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc index 47f32cf..f09e3d9 100644 --- a/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc +++ b/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc @@ -1,20 +1,32 @@ SUMMARY = "A Vuplus firmware image" # packages to build for the feed -#DEPENDS = " \ -# gdb \ -# lsof \ -# ltrace \ -# strace \ -#" +DEPENDS = " \ + gdb \ + lsof \ + ltrace \ + strace \ +" + +# build e2openplugins +DEPENDS += " \ + enigma2-plugin-extensions-openwebif \ + enigma2-plugin-extensions-remotestreamconvert \ + enigma2-plugin-extensions-addstreamurl \ + enigma2-plugin-systemplugins-autoshutdown \ +" +DEPENDS += " \ + ${@base_contains("VUPLUS_FEATURES", "webmanual", "vuplus-manual", "", d)} \ +" #BAD_RECOMMENDATIONS += "libnss-mdns wpa-supplicant-passphrase" BAD_RECOMMENDATIONS += "libnss-mdns" TASK_CORE_BOOT ?= "task-core-boot" TASK_VUPLUS_BASE ?= "task-vuplus-base" -#TASK_VUPLUS_DVBAPI ?= "task-vuplus-dvbapi3" -#TASK_VUPLUS_ENIGMA ?= "task-vuplus-enigma2" +TASK_VUPLUS_ENIGMA ?= "task-vuplus-enigma2" +TASK_ESSENCIAL ?= "task-vuplus-essential" +TASK_VUPLUS_DVBAPI ?= "task-vuplus-dvbapi" # packages to drag into the image #IMAGE_INSTALL = " \ @@ -25,7 +37,11 @@ TASK_VUPLUS_BASE ?= "task-vuplus-base" #" IMAGE_INSTALL = " \ - ${TASK_CORE_BOOT} \ + ${TASK_CORE_BOOT} ${ROOTFS_PKGMANAGE} \ + ${TASK_VUPLUS_BASE} \ + ${TASK_VUPLUS_DVBAPI} \ + ${TASK_VUPLUS_ENIGMA} \ + ${TASK_ESSENCIAL} \ " IMAGE_PKGTYPE = "ipk"