fixed machine config.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / images / vuplus-image.inc
index 47f32cf..4bee6b2 100644 (file)
@@ -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,7 +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"