summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-vuplus/images
diff options
context:
space:
mode:
authorhschang <chang@dev3>2013-01-22 05:23:00 (GMT)
committerhschang <chang@dev3>2013-01-22 05:23:46 (GMT)
commit723115be8058d7f374f4eccc91f491eabfcb4081 (patch)
treebfd4513e72081bfa0c1f157aaa8faf85f7c2fe44 /meta-openvuplus/recipes-vuplus/images
parent9b70a3e5659f66de33b665d5eb43bdf81d18cbfd (diff)
add task-vuplus-dvbapi3.
add gdb, lsof, ltrace, stace on vuplus-image-DEPENDS."
Diffstat (limited to 'meta-openvuplus/recipes-vuplus/images')
-rw-r--r--meta-openvuplus/recipes-vuplus/images/vuplus-image.inc17
1 files changed, 9 insertions, 8 deletions
diff --git a/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc b/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc
index 4bee6b2..f09e3d9 100644
--- a/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc
+++ b/meta-openvuplus/recipes-vuplus/images/vuplus-image.inc
@@ -1,12 +1,12 @@
SUMMARY = "A Vuplus firmware image"
# packages to build for the feed
-#DEPENDS = " \
-# gdb \
-# lsof \
-# ltrace \
-# strace \
-#"
+DEPENDS = " \
+ gdb \
+ lsof \
+ ltrace \
+ strace \
+"
# build e2openplugins
DEPENDS += " \
@@ -26,6 +26,7 @@ TASK_CORE_BOOT ?= "task-core-boot"
TASK_VUPLUS_BASE ?= "task-vuplus-base"
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 = " \
@@ -36,9 +37,9 @@ TASK_ESSENCIAL ?= "task-vuplus-essential"
#"
IMAGE_INSTALL = " \
- ${ROOTFS_PKGMANAGE} \
- ${TASK_CORE_BOOT} \
+ ${TASK_CORE_BOOT} ${ROOTFS_PKGMANAGE} \
${TASK_VUPLUS_BASE} \
+ ${TASK_VUPLUS_DVBAPI} \
${TASK_VUPLUS_ENIGMA} \
${TASK_ESSENCIAL} \
"