X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-vuplus%2Fimages%2Fvuplus-image.inc;h=4bee6b2730cd1217ca1b868b3f0962c73e042108;hp=3c95bf8247060cf6712f1b6e052f23c523faefbe;hb=4977da0f186cc715b071e9c37e70f2dee241d06c;hpb=e7c5e5c28d39e998bfdcbaea496a256baa88b555 diff --git a/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc b/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc index 3c95bf8..4bee6b2 100644 --- a/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc +++ b/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc @@ -8,13 +8,24 @@ SUMMARY = "A Vuplus firmware image" # 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" # packages to drag into the image #IMAGE_INSTALL = " \ @@ -25,8 +36,11 @@ TASK_VUPLUS_BASE ?= "task-vuplus-base" #" IMAGE_INSTALL = " \ + ${ROOTFS_PKGMANAGE} \ ${TASK_CORE_BOOT} \ ${TASK_VUPLUS_BASE} \ + ${TASK_VUPLUS_ENIGMA} \ + ${TASK_ESSENCIAL} \ " IMAGE_PKGTYPE = "ipk"